459 skills found · Page 1 of 16
borisdj / EFCore.BulkExtensionsEntity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
PomeloFoundation / Pomelo.EntityFrameworkCore.MySqlEntity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
zzzprojects / EntityFramework PlusEntity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
dotnet / EntityFramework.DocsDocumentation for Entity Framework Core and Entity Framework 6
Giorgi / EntityFramework.ExceptionsStrongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
dotnet / Ef6This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
zzzprojects / EntityFramework.ExtendedAdd-on feature for Entity Framework
VahidN / EFCoreSecondLevelCacheInterceptorEF Core Second Level Cache Interceptor
laochiangx / ABP ASP.NET Boilerplate Project CMSABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
sjh37 / EntityFramework Reverse POCO Code First GeneratorEntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics, commercial use requires a paid licence. Obtain your licence from:
EFNext / EntityFrameworkCore.TriggeredTriggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.
zzzprojects / EntityFramework.DynamicFiltersGlobal filtering for Entity Framework.
linq2db / Linq2db.EntityFrameworkCoreBring power of Linq To DB to Entity Framework Core projects
MikaelEliasson / EntityFramework.UtilitiesProvides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
zzzprojects / EntityFramework EffortEntity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
EFNext / EntityFrameworkCore.ProjectablesProject over properties and functions in your linq queries
SapphireDb / SapphireDbSapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
SimonCropp / GraphQL.EntityFrameworkAdds EntityFramework Core IQueryable support to GraphQL
loresoft / EntityFrameworkCore.GeneratorGenerate Entity Framework Core model from an existing database
NickStrupat / EntityFramework.TriggersAdds events for entity inserting, inserted, updating, updated, deleting, and deleted