unitofwork-pattern
There are 169 repositories under unitofwork-pattern topic.
kawser2133/clean-structured-project
Clean structured ASP.NET Core web project, follows the Clean Architecture principles, SOLID design principles, and implements the Dependency Injection, Repository, and Unit of Work design pattern, and utilizes Entity Framework Core for data access.
NHadi/Dermayon
Dermayon is Library for supporting build large application,distributed application, scalable, microservices, cqrs, event sourcing, including generic ef repository pattern with unit of work, generic mongo repository pattern with unit of work, kafka, etc
YALCINCAN/NET6_Clean-OnionArchitectureAPI
NET6,CQRS,Caching,Logging,Repository Pattern,UnitOfWork,JWT,Refresh Token,Email Confirmation,Forgot Password
orangeloop/sagas
.NET implementation of the UnitOfWork pattern using IDbTransaction and Sagas for orchestrating cross-domain transactions.
SaraRasoulian/WebAPI-Sample-DotNet-7
🌱 A Sample Web API Application .NET 7
NeckerFree/AdvancedWebAPI
Minimal Web API to advanced data retrieval using pagination, filtering, searching, sorting
kawser2133/clean-structured-api-project
The "Clean Structured API Project" is a template designed to create well-organized and maintainable ASP.NET Core API applications. It follows RESTful principles, Clean Architecture and SOLID principles, implements the Dependency Injection, Repository, and Unit of Work design pattern, and utilizes Entity Framework Core for data access.
MohanedZekry/WebAPI-CleanArchitecture
A sample .NET Core project showcasing the implementation of Clean Architecture principles with MediatR pattern for separation of concerns and maintainability.
Daniel127/EF-Unit-Of-Work
Repository and Unit of Work pattern implementation for Entity Framework Core.
YALCINCAN/NET6_Vue3Typescript_TaskManagementAPP
NET Core Identity,JWT,Role Based Authorization,CQRS Pattern,UnitOfWork,Vue3,Pinia,Typescript,Fluent Validation,Vuelidate,AOP,Sending Emails and more
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.
fullstackhub-io/AzureFunctionAPI-CosmosDB-CleanArchitecture
Http Trigger Azure fnction with CosmosDB and clean architecture.
Kilvny/ASP.NET-CORE-WEP-API-Repository-Pattern
Repository Pattern with Unit of work class starter project files
abuzaforfagun/GenericUnitOfWork
A .NETStandard package to plug and play with unit of work pattern in EntityFrameworkCore.
AslamNazeerShaikh/MovieManagement
MovieManagement is a template for creating a hexagonal architecture application in C#.NET/ASP.NET Core WebAPI for handling various requests, CRUD operations, and backend services while using the repository design pattern with the unit of work at the core.
bahmani00/SnackMachine
DDD implementation of Snack Machine
cdcd72/NetCore.Dapper.UnitOfWorkPattern
練習 Unit of Work Pattern 實作於 Dapper 上(To practice how unit of work pattern implementation for dapper.)
giangcoi48k/Dapper.CQS
A simple unit of work implementation on top of Dapper, with some basic CQS in mind
isopropylcyanide/dropwizard-jdbi-unitofwork
Provides Unit of Work Support for a JDBI based Dropwizard backend
kad1r/vuejs-tutorial
Simple VueJs Tutorial for real world examples to understand how it works with asp.net core (mvc)
mubassir-hasan/GenericRepositoryUnitOfWork
This is sample expample of repository pattern
nihatcanertug/SocialMediaTwitterProject
This project like a Social Media (Twitter) project.In this project,I used Domain Driven Design (DDD) and micro services architecture,Unit of Work and MVC pattern,dotnetcore technologies.Users can register and EditProfile after succeed login process.Lastly,they can follow,unfollow someone and see their profile
busraozdemir0/SchoolManagementSystem
School Management System Web Application Including Admin & Teacher & Student Panels
fatihsalli/NLayerUdemyApp
Instructor: Fatih Çakıroğlu | Asp.NET Core 6 - NLayer Architecture
haamond/Alamut.Data
Lightweight implementation of Repository pattern with the help of auto-mapper
MustafaMustafayev/net5-web-api-starter
.NET5 web api starter with the basic implementations
ternacode/ternacode-persistence
Abstractions and an EntityFramework Core implementation for repository and unit of work patterns.
usamekilicbay/hand-out
Hand-Out ♦️ is a web app, for handing out disused wares to needers.
andissanayake/GenericRepoDapperSuite
GenericRepoDapperSuite is a C# library for data management following SOLID principles. It integrates Dapper and Dapper.Contrib with a generic repository and unit of work patterns, ensuring efficient and maintainable data access. Perfect for robust, clean architectural designs.
BetulTugce/VocabList
This is a Blazor Server app developed with ASP.NET Core Web API on .NET 7.0. Users can create custom word lists, managing words, meanings, types, and examples for efficient language learning.
dogaanismail/SeizeTheDay
SeizeTheDay is a forum web site that has been developed by using AngularJS, Asp.Net Mvc and Web API. In this website, there are so many exciting tools like TinyMCE, TinyMCE Youtube Plugin. The admin panel of this web site has been developed totally by using Angular.JS.
MehrajLatifli/BookStore---Entity-Framework-Code-First-MVVM
Example of Entity Framework (Code First) MVVM
Viceri/unit-of-work-mongo
Implementação do padrão unit of work com mongodb e c#
aml-mohammed/Property-HousingApp
Property WebApi
EyasWannous/BudgetBlitz
A robust ASP.NET Core Web API budget management application with real-time notifications, secure authentication, and comprehensive financial tracking.