unitofwork-pattern
There are 205 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
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.
SaraRasoulian/WebAPI-Sample-DotNet-7
🌱 A Sample Web API Application .NET 7
orangeloop/sagas
.NET implementation of the UnitOfWork pattern using IDbTransaction and Sagas for orchestrating cross-domain transactions.
MohanedZekry/WebAPI-CleanArchitecture
A sample .NET Core project showcasing the implementation of Clean Architecture principles with MediatR pattern for separation of concerns and maintainability.
NeckerFree/AdvancedWebAPI
Minimal Web API to advanced data retrieval using pagination, filtering, searching, sorting
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.
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
Daniel127/EF-Unit-Of-Work
Repository and Unit of Work pattern implementation for Entity Framework Core.
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
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.
abuzaforfagun/GenericUnitOfWork
A .NETStandard package to plug and play with unit of work pattern in EntityFrameworkCore.
bahmani00/SnackMachine
DDD implementation of Snack Machine
isopropylcyanide/dropwizard-jdbi-unitofwork
Provides Unit of Work Support for a JDBI based Dropwizard backend
ArmanShirzad/SpecflowBDDTDDCleanArchCRUDApplicationusingDotnet
A Clean Architecture based CRUD application developed using BDD and TDD principles. It leverages SpecFlow with Gherkin syntax for behavior driven development, along with NUnit and xUnit for testing. The solution is Dockerized, exposes RESTful APIs, and features UI built with Blazor WebAssembly. focused on e2e and bdd.
giangcoi48k/Dapper.CQS
A simple unit of work implementation on top of Dapper, with some basic CQS in mind
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
cdcd72/NetCore.Dapper.UnitOfWorkPattern
練習 Unit of Work Pattern 實作於 Dapper 上(To practice how unit of work pattern implementation for dapper.)
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
hman-pro/Alamut.Data
Lightweight implementation of Repository pattern with the help of auto-mapper
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.
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.
dev-ugurkontel/e-commerce-workshop
This project was built on .NET 7.0
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.
fkucukkara/aspireWorkshop
This project is a .NET 9 API built as an Aspire Playground, showcasing several best practices.
JustAndrej2510/RentalCarApplication
Course project on C# (.NET Core)
MehrajLatifli/BookStore---Entity-Framework-Code-First-MVVM
Example of Entity Framework (Code First) MVVM
SixterOneBeatz/OG.TicketManager
Ticket manager system using Clean Architecture, CQRS, UoW, EFCore 6, MediatR, hosted service to listen a email account and SignalR to refresh data in real time. React client using webpack, typescript and styled components