115 packages tagged with “ef6”
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more! Example: https://dotnetfiddle.net/awlJdf Benchmark: https://dotnetfiddle.net/35mQ0W Include free and prime features.
Testing doubles for EntityFramework.
Testing helpers for using Moq with EntityFramework.
Official Entity Framework 6 integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Interactive Pregenerated Views for Entity Framework 6.3.
Fast Bulk insert extension for EntityFramework 6
Testing helpers for using NSubstitute with EntityFramework.
Second Level Cache for Entity Framework 6.3 and newer.
Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework 6.3.0+ Code First.
Elastic APM for Entity Framework 6. This package contains auto instrumentation for Entity Framework 6. See: https://github.com/elastic/apm-agent-dotnet/tree/main/docs
Extends EFCache by adding Redis support.
Tag Entity Framework 6 LINQ queries
Testing helpers for using FakeItEasy with EntityFramework.
A .NetCore CLI tool to enable EF6 migrations in an Asp.Net Core app.
SharpRepository generic repository implemented with Entity Framework 6
Access Stored Procedures with Code First. Includes support for Input and Output parameters, multiple result sets and Table-valued parameters. V2.1 updates the Table-valued parameter support to a much simpler POCO model, more in keeping with the spirit of Code First / Entity Framework 4.1 V2.2 updates the Dll to work with Entity Framework v.4.3.1 V2.5 updates the Dll for Entity Framework 5 v2.6 updates the Dll for Entity Framework 6; adds Command Timeout optional parameter for long running procs. v3.0 revamp of the interface, add support for Async, Streaming v3.2 fix a issue with Async procedure calls v3.3 internal changes to support Glimpse.EF6 v3.4 fix improper null handling in output parameters v3.5 fix dll version number v3.6 Don't send a parameter for null or empty (zero row count) Table Valued Parameter. Fixes error for empty or null TVP's. v3.7 Bug fix and a bit of code refactoring. v3.8 allow ordinal values instead of names for return value column assignment to properties v3.9 Bug fixes! Connections passed in are no longer inadvertently closed.
EF6 plugin for Mapster
Configure LazyEntityGraph with Entity Framework metadata (Code First or EDMX)
A collection of EF contributions for .NET Entity Framework 6.
Entity Framework Second Level Caching Library.
A library that extends the functionality of Entity Framework 6 by adding batch update, future queries and audit logs.
Server side extensions for WebApi 5.2 with EF6, oData v4 and Json.NET;
Elastic APM for Entity Framework 6. This package contains auto instrumentation for Entity Framework 6. See: https://github.com/elastic/apm-agent-dotnet/tree/master/docs
Package Description
EntityFramework.Toolkit is a library which provides implementations for EntityFramework best practices, patterns, utilities and extensions.
EfSchemaCompare.EF6 allows you to compare Entity Framework's database modal with an actual SQL database. Useful if you are managing the database and its migrations yourself and want to ensure that the SQL is in step with EF.
Assembly Version: 6.4.0.0 File Version: 6.4.18.51775 Informational Version: 6.4.18+3fca600c49 Build Configuration: Release EntityFramework 6 View Generator MSBuild Task
EF+ Full Version | C# Entity Framework Utilities (Bulk Operations | Batch Delete | Batch Update | Query Cache | Query Filter | Query Future | Query Include | Audit) This is a fork that implements a check for in memory connection using effort in EF6. This way, we can use the library in unit tests. NOTE: This is just a fork of original package. I've already submitted a PR to include the changes of this package. When it's done, this package will be removed.