Top 20 NuGet Packages
Entitas.Blueprints
Entitas.Blueprints.CodeGeneration.Plugins
Entitas.Blueprints.Unity
Entitas.Unity
Entitas.VisualDebugging.Unity
When you call stored procedure with select and output parameters and you don't select on some conditions (for example, you're just returning an error code) — you get a mapping EntityCommandExecutionException. This package fixes this annoying behavior of EF by returning empty data set and letting you...
Wraps calls to EF Context in a using statement for easier disposing. This code can also help to isolate the use of Entity Framework in unit tests because it gives one more level of interface mocking before having to directly deal with EF in unit tests.
A concurrent data manager that gives IUnitOfWork repositories for each of your entities. Each one gives you One, All, Count, Exists, Add, Update, Delete with single or bulk
Repository with Entity Framework Core
This package can determine relation among entities
EntityDB.Design
A ASP.NET WebForms DataSource Control for EntityFramework & CodeFirst.
EntityFrameworkExtras.EF5 provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.
**IMPORTANT**
- Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/
- Entity Framework 6: https://www...
Configures standard Oracle uppercase naming conventions for Entity Framework DbContext
A set of .net utilities to allow for create and modified fields to be set automatically on entities
An extension for EntityFramework that provides Auditing, Concurrency Checks, storing complex types as JSON and storing history of all changes from DbContext to Transaction Log.