There are 2 repositories under dbcontext topic.
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
Generate Entity Framework Core model from an existing database
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Domain Driven Design oriented application framework, meets CRUD needs
Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute
With EF.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity Framework or just work safest with DbContext following the Microsoft recommendations about the DbContext lifetime.
基于.Net6,EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据库,多DbContext
Bulk operations for Entity Framework 6
FreeSql 扩展包,实现真正的 ORM,Repository DbContext UnitOfWork 实现。
:package: .NET Standard and Entity Framework Core Audit Log
LazyLoading for EF Core
Bu projede katmanli mimaride EntityFreamwork Teknolojisi kullanilarak katmanli mimaride Repository mantiginin ve Assaigned tablolarin anlasilmasi calisilmistir.
In this project, I used MVC design pattern for paging your data which take from database and filtered query with Ajax dinamically.
In this project , I created api for my CMS project.I used asp .net core web api and swagger.Thanks to api, I can get categories and CRUD operation with swagger.Lastly,ı used jwt authentication,ı created secret key and use jwt token.
Bu projede ; Katmanlı mimaride, Entity Framework teknolojisi kullanılarak, repository mantığının ve Assigned tabloların anlaşmasına çalışılmıştır.
A light, simple EntityFramework wrapper
Database management extensions for .Net Core
create a Class library project, data models with DataAnnotations validation, ApplicationContext class implementing DBContext, and implement IDesignTimeDbContextFactory to avoid the use of startup class.
This repository includes source code and documentation for connecting a PostGreSQL with EntityFramework and .net Core Application
Bu proje Asp.NetCore teknolojisinin getirdiği yenilikleri öğrenmek ve uygulamak amacıyla yapılmıştır.
EntityFramework Multiple DbContext and DbUp concurrent migration, includes FluentMigrator approach
Automate layers generation for dapper (DAL/ POCO/ maybe API), based on database definitions. Read your DB and generate a lot of stuff to access your data.
EfCore.BulkOperations simplifies bulk operations like insert, update, and delete with efficient SQL queries compatible with most databases.
A database context implementation for MongoDB.
.NET EFCore | EF Core 7 Multiple Databases, DbContexts & Relationships (Entity Framework 7) with API. Follow @Netcode-Hub on: https://netcodehub.blogspot.com | https://github.com/Netcode-Hub | https://twitter.com/NetcodeHub | https://web.facebook.com/NetcodeHub | https://www.linkedin.com/in/netcode-hub-90b188258
EntityFrameworkCore.DbContextBackedMock.Moq
.NET Core API: Generic and dynamically generated controllers using Dynamic DBContext.
Sample application on how to use Entity Framework migrations to create and update database schema. It uses console app and SQLite for simplicity
Wep Api to manage users 👨🏫
Dot net Core WebAPI CRUD Operations Using SQLServer and swagger
ASP.NET Core MVC project showcasing the use of View Components to handle and render data retrieved through the Data-First method.
A full-stack web app with ASP.NET Core backend, ReactJS frontend, and SQL Server for data management, featuring user authentication and CRUD operations.