Effort
by: ZZZ Projects tamasflamich
- 1.589k 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.467k 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
- 25 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
- 77 total downloads
- Latest version: 1.1.0
Interactive Pregenerated Views for Entity Framework 6.3.
EntityFramework
by: Microsoft
- 1.566k 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
- 210 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
- 884 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
- 161 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
- 989 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.239k 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
- 435 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
- 3.843k 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
- 368 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.047k total downloads
- Latest version: 8.11.0
A collection of minimal binary files.
EntityFrameworkCore.Sqlite.NodaTime
by: Kristian Hellang et al.
- 270 total downloads
- Latest version: 9.1.0
Adds support for NodaTime types when using SQLite with Entity Framework Core.
EFCore.BulkExtensions.SqlServer
by: borisdj
- 875 total downloads
- Latest version: 9.0.1
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server
EFCore.BulkExtensions.Sqlite
by: borisdj
- 582 total downloads
- Latest version: 9.0.1
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
EFCore.BulkExtensions.SQLite
by: borisdj
- 280 total downloads
- Latest version: 7.0.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
EntityFramework6.Npgsql
by: Shay Rojansky Emil Lenngren Francisco Figueiredo Jr. Kenji Uno
- 627 total downloads
- Latest version: 6.4.3
PostgreSQL provider for Entity Framework 6
elmah
by: Atif Aziz
- 124 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
- 91 total downloads
- Latest version: 2.0.0-alpha001
Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.