Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: dbcontext

loresoft/EntityFrameworkCore.Generator

Generate Entity Framework Core model from an existing database

Language: C# - Size: 1.89 MB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 377 - Forks: 92

a34546/Wei.Repository

基于.Net6,EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据库,多DbContext

Language: C# - Size: 109 KB - Last synced: 5 days ago - Pushed: over 1 year ago - Stars: 81 - Forks: 25

stoveproject/Stove 📦

Domain Driven Design oriented application framework, meets CRUD needs

Language: C# - Size: 15.4 MB - Last synced: 3 days ago - Pushed: over 5 years ago - Stars: 162 - Forks: 37

mgernand/MongoDB.DbContext

A DB context implementation for MongoDB.

Language: C# - Size: 48.8 KB - Last synced: 5 days ago - Pushed: 9 days ago - Stars: 2 - Forks: 3

SapphireDb/SapphireDb

SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core

Language: C# - Size: 2.97 MB - Last synced: 3 days ago - Pushed: over 1 year ago - Stars: 402 - Forks: 38

hongjs/EfCore.BulkOperations

EfCore.BulkOperations simplifies bulk operations like insert, update, and delete with efficient SQL queries compatible with most databases.

Language: C# - Size: 60.5 KB - Last synced: 11 days ago - Pushed: 12 days ago - Stars: 3 - Forks: 0

morrisjdev/FileContextCore

FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.

Language: C# - Size: 1.37 MB - Last synced: about 24 hours ago - Pushed: over 1 year ago - Stars: 167 - Forks: 45

huysentruitw/entity-framework-core-mock

Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute

Language: C# - Size: 170 KB - Last synced: 1 day ago - Pushed: 7 months ago - Stars: 132 - Forks: 24

hongjs/TestContainers.MySql Fork of danielwarddev/TestingWithDb

Unit testing with real database using Testcontainers

Language: C# - Size: 38.1 KB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

abhie7/asp-net-core-lab-files

Asp .Net Core Lab Files - Abhiraj Chaudhuri

Language: C# - Size: 937 KB - Last synced: 29 days ago - Pushed: 29 days ago - Stars: 0 - Forks: 0

ErikEJ/EFCorePowerTools

Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI

Language: C# - Size: 2.57 GB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1,982 - Forks: 281

MartinCantillo/Joint-Residential-Management

Backend of the project of Movil2

Language: C# - Size: 19.1 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

HamedStack/HamedStack.DbContextSample

A library with pre-configured DbContexts for SQLite, PostgreSQL, and SQLServer, supporting Northwind, AdventureWorks, and Chinook databases for seamless integration and rapid development.

Language: C# - Size: 75.2 KB - Last synced: 12 days ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

OKTAYKIR/EFCoreAuditing

:package: .NET Standard and Entity Framework Core Audit Log

Language: C# - Size: 25.4 KB - Last synced: about 15 hours ago - Pushed: over 1 year ago - Stars: 26 - Forks: 8

vany0114/EF.DbContextFactory

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.

Language: C# - Size: 12.6 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 91 - Forks: 21

dxtaner/NestedNotesWebApi

NestedNotes

Language: C# - Size: 3.21 MB - Last synced: 3 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

umairsyed613/EFDbFactory.Sql

Factory Pattern for Entity Framework core. supports multiple sql server database with multiple dbcontext support.

Language: C# - Size: 65.4 KB - Last synced: 4 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

SongulSYTRK/MVC-AppUserProject-Ajax

In this project, I used MVC design pattern for paging your data which take from database and filtered query with Ajax dinamically.

Language: HTML - Size: 1.14 MB - Last synced: 3 months ago - Pushed: over 2 years ago - Stars: 6 - Forks: 0

jolmari/efcore-mock-dbcontext

Simple Fluent API for mocking DbContexts and DbSets. Allows easy setups for Set<T>, Model, e => e.Prop style accessors.

Language: C# - Size: 11.7 KB - Last synced: 3 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

egbakou/AdvancedNetCoreApi

.NET Core API: Generic and dynamically generated controllers using Dynamic DBContext.

Language: C# - Size: 12.7 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

ashuhatkar/ashulearn-webapi-sqlserver-efcore-msnugetpkg-crud-v8.0.1

Basic of building a clean architecture API using .NET Core 8, SQL Server 2022, Entity Framework Core 8 (ORM). Fully managed access to SQL Server and Azure SQL for .NET applications and supports several database providers. A service, repository, factory pattern. .NET package management with NuGet.

Language: C# - Size: 196 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

AJEETX/Generic.Repository.EntityFramework

A light, simple EntityFramework wrapper

Language: C# - Size: 773 KB - Last synced: 11 days ago - Pushed: over 2 years ago - Stars: 4 - Forks: 2

komalsdg/EFCodeFirst

Entity Framework Code-First approach

Language: C# - Size: 30.7 MB - Last synced: 4 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

jimatas/Developist.Core.Persistence

Provides easy-to-use implementations of essential data persistence patterns, including the Repository and Unit of Work patterns, that work with Entity Framework Core. Targets .NET Standard 2.0 and .NET 6.0.

Language: C# - Size: 406 KB - Last synced: 5 days ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

mtanneryd/ef-bulk-operations

Bulk operations for Entity Framework 6

Language: C# - Size: 8.09 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 79 - Forks: 30

unosquare/tenantcore 📦

TenantCore, OWIN multitenancy

Language: C# - Size: 538 KB - Last synced: about 8 hours ago - Pushed: almost 5 years ago - Stars: 10 - Forks: 5

HamedStack/HamedStack.EntityFrameworkCore

An essential EF Core utilities and custom DbContexts for efficient and streamlined database operations.

Language: C# - Size: 12.7 KB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

fdonnet/Dapper-Layers-Generator

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.

Language: C# - Size: 441 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 1

2881099/FreeSql.DbContext

FreeSql 扩展包,实现真正的 ORM,Repository DbContext UnitOfWork 实现。

Language: C# - Size: 154 KB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 41 - Forks: 13

dotnetrealm/Deixar

leave management project using ASP.NET 7 API + MVC + Sentry + Unit Testing+ Serilog + Health check

Language: HTML - Size: 938 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

RidvanOrun/BasicShoppingProject

Bu proje Asp.NetCore teknolojisinin getirdiği yenilikleri öğrenmek ve uygulamak amacıyla yapılmıştır.

Language: C# - Size: 786 KB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 4 - Forks: 1

dmtomczyk/SecureFileManager

Secures files into a WPF application by utilizing a SQLCipher database stored locally that is encrypted and password protected. Also implements MVVM best practices along with several other key design patterns such as: UnitOfWork, Repository, DbContext, ServiceLayer, and others.

Language: C# - Size: 11.7 KB - Last synced: 11 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 2

fadihania/EntityFrameworkMigration

Sample application on how to use Entity Framework migrations to create and update database schema. It uses console app and SQLite for simplicity

Language: C# - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 1

seyma-cengiz/fire-and-forget-command

how to execute dbcontext commands on the background tasks

Language: C# - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

YoubaImkf/.Net6-WebApi

Wep Api to manage users 👨‍🏫

Language: C# - Size: 19.9 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

barisates/dotnet-core-dbcontext-extensions

Database management extensions for .Net Core

Language: C# - Size: 15.6 KB - Last synced: 1 day ago - Pushed: about 4 years ago - Stars: 4 - Forks: 1

msx752/SampleDotnet.RepositoryFactory

EFCore DbContext RepositoryFactory Pattern managed by DbContextFactory

Language: C# - Size: 62.5 KB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

rgvlee/EntityFrameworkCore.DbContextBackedMock.Moq 📦

EntityFrameworkCore.DbContextBackedMock.Moq

Language: C# - Size: 560 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 3 - Forks: 0

stoveproject/Stove.EntityFramework.Migrator 📦

EntityFramework Multiple DbContext and DbUp concurrent migration, includes FluentMigrator approach

Language: C# - Size: 183 KB - Last synced: 2 days ago - Pushed: over 6 years ago - Stars: 4 - Forks: 3

chouteau/EFScriptableMigration

Migration with manual sql script for entity framework

Language: C# - Size: 61.5 KB - Last synced: 15 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

AyhamRatrout/Doctor_Who_Core

This repository contains my implementation of a SQL Server Database containing data such as: the list of episodes, doctors, authors, companions, enemies, etc. from the long-running TV show: Doctor Who. This database was created using Entity Framework Core 5.0 and in accordance with the rules, requirements, and constraints set forth by this project’s instructions and which can be found later in this project's README file.

Language: C# - Size: 613 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

luayyounus/StarGazersUniversity Fork of codefellows-seattle-dotnet-401d2/Lab13-Entity-Framework

ASP.NET Core Web app that allows students to enroll into new courses at the Star Gazers university.

Language: C# - Size: 778 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

FelixVNolasco/ClubManager-API

API sobre el manejo de los estudiantes que se encuentran inscritos en diferentes planteles y a un club de su propia escuela.

Language: C# - Size: 39 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

EnesDemirtas/CwkBooking

CwkBooking is an API that is written in C# and ASP.NET with MVC structure. There are hotel, room, and reservation entities in DB. Some packages and tools like AutoMapper, SqlServer, EF Core were used. Hit me up if you have an idea about this project.

Language: C# - Size: 38.1 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

hidayatarg/EntityFramework-.netCore-PostgresSQLconnection

This repository includes source code and documentation for connecting a PostGreSQL with EntityFramework and .net Core Application

Language: C# - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 4 - Forks: 4

geeksarray/entity-framework-core-code-first-migration-using-separate-assembly

create a Class library project, data models with DataAnnotations validation, ApplicationContext class implementing DBContext, and implement IDesignTimeDbContextFactory to avoid the use of startup class.

Language: C# - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 1

darxis/EntityFramework.LazyLoading

LazyLoading for EF Core

Language: C# - Size: 44.9 KB - Last synced: about 4 hours ago - Pushed: over 6 years ago - Stars: 22 - Forks: 4

araujofrancisco/FD.DataProvider

Sample data provider to connect to test projects. Provides some premade models that can be used or can use custom model

Language: C# - Size: 348 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

enisn/DotRealDb

A real-time database for ASpNetCore Backend which is powered with SignalR.

Language: C# - Size: 676 KB - Last synced: 3 days ago - Pushed: over 3 years ago - Stars: 3 - Forks: 3

nihatcanertug/CMS_RestAPI

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.

Language: C# - Size: 16.6 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 3 - Forks: 1

marek2222/MvcByAliAzavi

Mvc5 and EF6 from AdvanceSharp

Language: C# - Size: 445 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 1 - Forks: 1

jia-von/asp-net-due-date-tracker

C# ASP.NET Core Practice (MVC) - Library

Language: C# - Size: 1.3 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

jia-von/entity-framework-solution-setup-from-existing-database

Entity Framework Solution Setup From Existing Database.

Language: C# - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

RyanNieuwoudt/AmbientDbContextConfigurator

Language: C# - Size: 7.81 KB - Last synced: 12 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

kevinricar24/BlogEngine

ASP.NET Core Application to manage and view post and comments

Language: C# - Size: 1.76 MB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

rabbycse/CRUD-Operations

CRUD Operation With ASP.NET Core 2.2 MVC

Language: C# - Size: 687 KB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 1

jprando/MattKillua

Estudo sobre .Net Core

Language: C# - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

marek2222/OGL

OGL - Na podstawie książki i dodatku K. Żydzika: C# 6.0 i MVC 5.0 Tworzenie nowoczesnych portali internetowych

Language: C# - Size: 95.3 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

doxakis/Generate-DbContext

Generate DbContext class for EntityFramework by analyzing the SQL table schema.

Language: SQLPL - Size: 9.77 KB - Last synced: over 1 year ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0