Top 20 NuGet Packages depending on EntityFramework
Total dependencies: 4898
Infinite Campus SDK for .Net
Entity Framework testing infrastructure for SFA.DAS
.NET + React + Ant Design infrastructure for inheritable dynamic forms.
Package Description
A library that extends the functionality of Entity Framework by adding batch update, future queries and audit logs.
.NET SQL Server Helpers. Makes managing custom SQL commands (no ORM) easier. Not really intended for use by the wider-public, but feel free to try :)
Supports using Dynamic Data with EF Code First models
EntityFramework.Patterns provides different patterns to be used with Entity Framework >= 6.0
Implemented patterns are :
- Generic Repository
- Unit of Work
- Repository Decorator
- Auditable Entity
- Archivable Entity
- Cache
Designed to be used with ASP.NET MVC 3 or greater and Entity Framework 4.* NLog.Mvc provides a Target for NLog that uses a DbContext to write and access log entries. It also includes a NLogHandleError attribute that can be applied to log exceptions.
EFHooks simplifies the task of hooking code into EF Code First's extension points and separates concerns to make it easy to unit test your hooking code.
A logging module for EntityFramework
Utility library for mocking and testing Entity Framework code.
An async/await enabled extension for using EntityFramework IQueryables with https://github.com/TroyGoode/PagedList
A library for easily calling Stored Procedures in .NET. Works great with Entity Framework Code First models.
Code Only Stored Procedures will not create any Stored Procedures on your database. Instead, its aim is to make it easy to call your existing stored procedures by writing simple code.
RIAServicesContrib.EntityFramework provides the DbDomainService<T> class which can be used to create Domain Service classes for use with a DbContext from the EntityFramework package.
This package supports versions of EntityFramework starting with EF 6.0.1.
Postgresql provider for Entity Framework 5 and below
Provides the way to integrate Elmah with Microsoft ADO.NET Entity Framework
GeoJSON for EntityFramework is a .net library that allows you to create GeoJSON output from EntityFramework Spatial Data or WKT inputs. In other words, It serializes different type of geometry objects to GeoJSON. It's not limited to only EF entities but It can serialize WKT inputs as well.
Fe...
Easily seed an Entity Framework context with data from CSV files
With this little helper you can project in your LINQ Select() using expressions not written inside the LINQ query. This opens the door for expression reuse.
This is a fork of the original LinqExpressionProjection project with added support for EF 6 async by Asher Barak.