unit-of-work-pattern
There are 106 repositories under unit-of-work-pattern topic.
andreluizsecco/UnitOfWork.BookStore
Example of implementation of the Unit of Work Pattern
arbems/EF-Core-Repository-Unit-of-Work
Este repositorio contiene los ejemplos que muestran los patrones Repositorio & Unit of Work para .NET 6
Sullivan008/CSharp-ASP.NET_Core_MVC-SimpleCRUDExample
C# - ASP.NET .NET Core MVC - Simple CRUD Example Application with Repository and Unit of Work Pattern. [Year of Development: 2019 and 2020]
Tishka17/python-uow-demo
Unit of work pattern example in python
viktor1vasilevski/clean-architecture-webapi
ASP.NET Core Web API Project implemented with Clean Architecture Pattern
madalinpopa/py-patterns
Python Design Patterns
RCommon-Team/RCommon
A cohesive set of .NET 8+ infrastructure libraries that utilizes abstractions for persistence, unit of work/transactions, distributed event handling, CQRS, and more.
cwelt/Soloist
.NET C# Web Application for Generating a Solo-Melody Over a Given Midi-Playback & Chord-Progression :notes:
Nikoo-Asadnejad/GenericRepository
This class library implements the Generic Repository Pattern for SQL Server databases. It supports both asynchronous and synchronous operations and is designed to offer a clean and efficient data access layer.
zhuravlevma/prisma-unit-of-work
DDD, Unit of work pattern for Typescript, Nest.js, Prisma ⚡
JMOrbegoso/wish-list-api
Backend API built with NestJS using Domain-Driven Design and Clean Architecture.
sesaquecruz/go-unit-of-work
A Unit of Work Pattern Implementation.
AslamNazeerShaikh/MovieManagement
MovieManagement is an ASP.NET Core 9 MVC app with Bootstrap 5.x. It features a clean 4-layer N-Tier architecture with Generic Repository and Unit of Work patterns, SQLite, and EF Core. It supports advanced relationships, Serilog logging, global exception handling, concurrency control, and extensible services like Email, Excel and PDF generation.
ataberkdag/DistributedTransaction
.Net 6 Distributed Transaction Sample with MassTransit, RabbitMQ, Outbox Pattern, Ocelot Gateway and Service Discovery.
fcetinkaya/aspnet-core6-full-blog-project
Asp.Net Core 5 - Blog Project (Generic Repository and Unit Of Work Pattern)
nadamhmudd/Movies-API
Build API in .Net 6 (Core) with JWT Authentication
vladtymo/LibraryApp
Library Application that implement Onion Architecture with Data Access Layer, Business Logic Layer and Presentation Layer.
candoumbe/DataAccess
Generic Repository and Unit Of Work implementation on top of DbContext from EF Core
cristofima/TenantManagementSystem
Tenant Management System - Practical implementation of layered architecture in .NET Core
zhuravlevma/ddd-typeorm-unit-of-work
Clean architecture for nest.js with unit of work, typescript, clean architecture, domain model, aggregates, typeorm ⚡
eaktassssss/QuizApp
Asp.Net Core Web Api 3.1 & Token Based Authentication & Layered Architecture & Solid Principles & Dependency Injection & Object Oriented Programming & Repository Design Pattern & Unit Of Work Design Pattern&Asynchronous Programming
oznakdn/ProjectManagement
Clean Architecture, Asp.Net Core Web API, EF Core, Jwt Authentication (Role base), Repository, Unit Of Work and CQRS Patterns, MediatR, Automapper, Fluent Validation, Global Exception Handling, Redis/InMemory Caching, Unit Testing (xUnit, Moq), RabbitMQ
pilagod/uow-sequelize
Unit of Work pattern implementation for Sequelize
Daniel884936/EmploymentApp
This is an API project about an employment website implementing clean architecture and some patterns
dominioncfg/transactional-outbox-demo
Reference application using the Unit Of Work and Transactional Outbox patterns together in C# to guarantee at-least-one message delivery. Uses MassTransit and Ef Core.
mehdieidi/go-uow
Unit of work pattern for transaction management without compromising layered architecture.
nadamhmudd/SADA-Site
Online Shopping System that builds in Asp.net Core MVC (.Net 6)
pilagod/uow-typeorm
Unit of Work pattern implementation for TypeORM
Ventsislav-Ignatov/ASP.NET-Core-useful-techniques
A simple project that introduces techniques that can be very useful for coding which is repetitive, for abstraction and etc.
Amaral-tec/e-commerce-application-ASP.NET-Core-MVC
e-Commerce application using ASP.NET Core MVC, Entity Framework Core, and ASP.NET Core Identity.
hasanbaysal/HB.AdvertisementApp
Web Tabanlı İş ilanları oluşturma ve başvurma uygulaması - Asp.Net Core 7 MVC - NTier architecture - Custom cookie based auth - Ef Core 7 -
rodrigo11spbr/Anbima
.net core, hexagonal architecture, solid, IOC
sero-dev/job-hunt
A .NET microservice for querying and saving the user's job applications in MongoDB. The type of applications applies to Software Engineer/Developer positions.
yaseribrahim/ImageRepository
A simple .NET API to store and fetch images
ZenateConnect/UnitRepository.NetCore
Unit Repository for .NET Core, It combined Unit of Work Pattern and Repository Pattern, and make it easy to use.