Top 20 NuGet o/rm Packages

Entity Framework Core Automatic Migrations allows you to use code first migrations without having a code file in your project for each change you make. How to use: /// Migrations Options public class DbMigrationsOptions { /// <summary> /// Allow auto migration with data lost ...
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...
Super performance Micro-ORM for SQL Server, with Zero (Learning Curve, Complexity, and Latency).
Shared test suite for Entity Framework Core relational database providers.
Shared test suite for Entity Framework Core database providers.
Entity Framework is Microsoft's recommended data access technology for new applications.
The DbMap, Mail, WebProxy, and Credential app.config utilities.
ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor.NET45 is the interceptor package for regular ORMs and ADO.NET using data-access logic, ...
ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor is the interceptor package for Entity Framework v6.x. The Interceptor assemblies are pa...
ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor is the interceptor package for regular ORMs and ADO.NET using data-access logic. The In...
This package contains an example of using HybridDataAccess.
Entity Framework is Microsoft's recommended data access technology for new applications.
PersistenceMap is a small, extremely lightweight and intuitive code fist, convention based Micro ORM Framework for .NET. It uses a Fluent API to define Queries that translate to SQL. The SQL is executed against the RDBMS using ADO.NET and the result is automaticaly mapped to Typed POCO's. The simple...
PersistenceMap.Interception is a small, extremely lightweight Mocking Framework for PersistenceMap. It helps easily Mock the Return Values of PersistenceMap.
This package enables LazyLoading for EntityFramework Core
This is a repository pattern abstractions.
SQLite database provider for Entity Framework Core.