Effort
by: ZZZ Projects tamasflamich
- 1.846k total downloads
- Latest version: 2.2.17
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
Effort.EF6
by: ZZZ Projects tamasflamich
- 1.813k total downloads
- Latest version: 2.2.17
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
EfFts
by: Mohsen Musavi
- 27 total downloads
- Latest version: 1.0.0
Enity framework does not support full-text search predicates still. For EFv6, you can make a workaround using interception.
The idea is to wrap search text with some magic word during inside plain String.Contains code and use interceptor to unwrap it right before sql is executed in SqlCommand.
EFInteractiveViews
by: Pawel "moozzyk" Kadluczka
- 95 total downloads
- Latest version: 1.1.0
Interactive Pregenerated Views for Entity Framework 6.3.
EntityFramework
by: Microsoft
- 1.982k total downloads
- Latest version: 6.5.1
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
EntityFramework.CodeFirstStoreFunctions
by: Pawel "moozzyk" Kadluczka
- 261 total downloads
- Latest version: 1.2.0
Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework 6.3.0+ Code First.
EntityFramework.Extended
by: LoreSoft
- 1.017k total downloads
- Latest version: 6.1.0.168
A library that extends the functionality of Entity Framework by adding batch update, future queries and audit logs.
EntityFramework.Functions
by: Dixin Yan
- 187 total downloads
- Latest version: 1.5.0
EntityFramework.Functions library implements Entity Framework code first support for
- Stored procedures (with single result type, multiple result types, output parameter),
- Table-valued functions (returning entity type, complex type),
- Scalar-valued functions (composable, non-composable),
- Aggregate functions,
- Built-in functions,
- Niladic functions,
- Model defined functions.
EntityFramework.Functions library works on .NET Standard with Entity Framework 6.4.0. It also works on .NET 4.0, .NET 4.5, .NET 4.6, .NET 4.7, .NET 4.8 with Entity Framework 6.1.0 and later.
It can be installed through Nuget:
- dotnet add package EntityFramework.Functions
Or:
- Install-Package EntityFramework.Functions -DependencyVersion Highest
For more information, see:
- Document (APIs and examples): https://weblogs.asp.net/Dixin/EntityFramework.Functions
- Source code: https://github.com/Dixin/EntityFramework.Functions
- Nuget package: https://www.nuget.org/packages/EntityFramework.Functions
EntityFramework.SqlServerCompact
by: Microsoft
- 1.216k total downloads
- Latest version: 6.5.1
Allows SQL Server Compact 4.0 to be used with Entity Framework.
EntityFramework.Triggers
by: Nick Strupat
- 1.552k total downloads
- Latest version: 6.2.3
Supports events for entity inserting, inserted, updating, updated, deleting, and deleted. Also events on insert failure, update failure, and delete failure.
EntityFramework.TypedOriginalValues
by: Nick Strupat
- 555 total downloads
- Latest version: 1.1.1
Get typed access to the `OriginalValue`s of your entity properties. Simple and complex properties are supported, navigation/collections are not.
Elasticsearch.Net
by: Elastic and contributors
- 4.8k total downloads
- Latest version: 7.17.5
Exposes all the Elasticsearch API endpoints but leaves you in control of building the request and response bodies.
Comes with built in cluster failover/connection pooling support.
EmailValidation
by: Jeffrey Stedfast
- 462 total downloads
- Latest version: 1.2.0
A simple (but correct) .NET class for validating email addresses.
Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x).
EmptyFiles
by: https://github.com/VerifyTests/EmptyFiles/graphs/contributors
- 2.49k total downloads
- Latest version: 8.17.1
A collection of minimal binary files.
EFCore.BulkExtensions.SqlServer
by: borisdj
- 1.088k total downloads
- Latest version: 10.0.0-rc.2
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server
EFCore.BulkExtensions.PostgreSql
by: borisdj
- 1.009k total downloads
- Latest version: 10.0.0-rc.2
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL
EFCore.BulkExtensions.Sqlite
by: borisdj
- 749 total downloads
- Latest version: 10.0.0-rc.2
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
EFCore.BulkExtensions.SQLite
by: borisdj
- 341 total downloads
- Latest version: 7.0.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
elmah
by: Atif Aziz
- 160 total downloads
- Latest version: 1.2.2
ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
elmah.corelibrary
by: Atif Aziz
- 122 total downloads
- Latest version: 2.0.0-alpha001
Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.
EFCore.BulkExtensions.Oracle
by: borisdj
- 48 total downloads
- Latest version: 10.0.0-rc.2
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on Oracle