Top 20 NuGet Packages
Generic entity framework sql server repository which manages your entities. It allows you sign your entities as a ISoftDeletable , ISoftUpdatable and manages them automatically
A library for entensions to Entity Framework Core for model building.
Repository pattern abstraction for Entity Framework Core.
Extensions to EF Core migrations builder.
Use it as `optionsBuilder.ReplaceService<IQueryTranslationPostprocessorFactory, SqlServer2008QueryTranslationPostprocessorFactory>();`
`optionsBuilder` is the same var used to call `UseSqlServer()`
Provider agnostic transaction sharing for Entity Framework Core
DbContextScope for EF Core 3.x. Forked from https://github.com/mehdime/DbContextScope.
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...
A sink for EFCoreChangeReport to write to the console all the reports
A simple attribute-based hooking system for Entity Framework Core >= 2.1.0
Paginator library for .net entity framework
EF Core - Generic Repository
A simple library that implements some of the repository data access and modification patterns.
Generic Implementaion of the Repository Pattern that allows for faster development of application's data-access layer
A simple, mostly async DataAccessor for Entity Framework. Allowing standard CRUD Operations in complex data models with parallel database reads.
Adds Global query filtering and saving functionality to entity framework through
Extension for entity framework in .NET Framework.
Helping developers are easy to use EF6.0 to call store procedure, view, function in SQL Server
E.F.F.C Frame Global Settings