There are 6 repositories under entityframeworkcore topic.
Entity 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
Piranha CMS is the friendly editor-focused CMS for .NET that can be used both as an integrated CMS or as a headless API.
A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported.
Sample using micro services in .NET Core 3.1 Focusing on clean code
Bring power of Linq To DB to Entity Framework Core projects
NoSQL providers for EntityFramework Core
Fast and simple bulk insert (retain client populated Ids or return db generated Ids), bulk update, bulk delete, bulk merge and bulk match for SQL Server.
.NET Labs -- Show Me the Tips and Tricks and Code
🕊️ Simple audit logging for .NET Core with EntityFramework Core
NodaTime support for EF Core
Extensions, Auditing, Concurrency Checks, JSON properties and Transaction Logs for EntityFramework and EFCore
《你必须掌握的EntityFramework 6.x与Core 2.0》源码
This library allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server database provider.
EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.
This repository contains examples for .NET Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Visualize model created with EntityFramework Core
Entity Framework Core Adapter for Casbin.NET
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
This example creates a multi-tenant XAF application.
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
.NET Standard library to convert DbUpdateException into meaningful exceptions
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
:package: .NET Standard and Entity Framework Core Audit Log
Yazılım Geliştirici Yetiştirme Kampı Araç Kiralama Sistemi
基于EntityFrameworkCore2.2实现的领域驱动框架,框架平台采用.NetCore2.2
Use configuration section from the appsettings.json which can be set from the UI as well. Configuration section values are stored in the database and exposed through a Entity Framework Core DbContext.
A minimalist blog system built with dotnet core 2.2 and angular 7.
Boost EF Core performances using distributed cache with just a few lines of code using EF Core Second Level Cache Interceptor, EasyCaching.Redis, MySql and Docker.
Dotnet Version 3.1 of DotnetDesk project. Originally written in Dotnet 2.0 by Ismail Hamzah
Set of useful extensions for EF Core (Dynamic data masking, MigrationBuilder and ModelBuilder extensions, etc)
Sample ASP.NET CORE MVC Application
Online version of to do, developed by bit-framework, xamarin forms, angular and asp.net core!
Tauchbolde Website V3
.Net library for creating reusable Linq queries. The library allows you to use MemberExpression to specify the fields of an object used in a query. For example: a reusable query to find objects that intersect with a given period of time. The library fully supports Entity Framework, including Async operations.
Create a C# .NET core EntityFramework ORM from your schema.prisma file