entity-framework-core topic

List entity-framework-core repositories

Thinktecture.EntityFrameworkCore

57
Stars
17
Forks
Watchers

These libraries extend Entity Framework Core by a few features to make it easier to work with EF and for easier integration testing or to get more performance in some special cases.

EfCore.SoftDeleteServices-Old

29
Stars
3
Forks
Watchers

Services to provide simple soft delete and cascade soft delete in EF Core

EntityFramework.Exceptions

1.2k
Stars
65
Forks
Watchers

Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

Authentication

36
Stars
1
Forks
Watchers

Authentication examples for AspNetCore 3.1

EFCore.GenericRepository

543
Stars
80
Forks
Watchers

This repository contains Generic Repository implementation for Entity Framework Core

EF.DbContextFactory

91
Stars
21
Forks
Watchers

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 F...

microservices-dotnetcore-docker-sf-k8s

150
Stars
54
Forks
Watchers

Shows an approach to work with a microservices based architecture using .Net Core, Docker, and Azure Service Fabric/Kubernetes, applying Domain Driven Design (DDD) and Comand and Query Responsibility...

modular-monolith-with-ddd

10.5k
Stars
1.6k
Forks
339
Watchers

Full Modular Monolith application with Domain-Driven Design approach.

sample-dotnet-core-cqrs-api

2.8k
Stars
630
Forks
Watchers

Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.

StarWars

619
Stars
99
Forks
Watchers

GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core