286 packages tagged with “O/RM”
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
Provides abstractions and attributes that are used to configure Entity Framework Core
Shared Entity Framework Core components for relational database providers.
CSharp Analyzers for Entity Framework Core.
Shared design-time components for Entity Framework Core tools.
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Microsoft SQL Server database provider for Entity Framework Core.
In-memory database provider for Entity Framework Core (to be used for testing purposes).
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
SQLite database provider for Entity Framework Core.
Shared design-time Entity Framework Core components for relational database providers.
Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update
NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed, fully featured and used in thousands of successful projects.
Lazy loading proxies for Entity Framework Core.
Design-time Entity Framework Core functionality for SQLite
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.
Entity Framework Core .NET Command Line Tools. Includes dotnet-ef.
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId
Adds hierarchyid support to the SQL Server EF Core provider
Azure Cosmos provider for Entity Framework Core.
Allows SQL Server Compact 4.0 to be used with Entity Framework.
LLBLGen Pro is a leading ORM framework and entity modelling solution for .NET. This package contains the ORMSupportClasses assembly for .NET 4.5.2 and up and a build for .NET Standard 2.0 and up.
A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
SQL Server provider for Entity Framework 6 with the Microsoft.Data.SqlClient ADO.NET provider.
A Microsoft SQL Server provider for Entity Framework Core that integrates with Aspire, including connection pooling, health check, logging, and telemetry.
Entity Framework Classic is an EF6 fork with performance enhancement, new features, and .NET Core support. This package is FREE (Community Version) Some features are Prime (Enterprise Version) Prime features can be disabled with "EntityFrameworkManager.IsCommunity = true;"
A PostgreSQL® provider for Entity Framework Core that integrates with Aspire, including connection pooling, health checks, logging, and telemetry.
Adds native NodaTime support for EntityFrameworkCore.