54 skills found · Page 1 of 2
Boriszn / DeviceManager.ApiWeb API Framework demonstrates scalable, multitenant, architecture and allows building its own solution in the minutes. Uses: Entity Framework, UnitOfWork, Repository patterns. Wrapped in Docker, Kubernetes
ffernandolima / Ef Core Data AccessIt's a modern and generic data access structure for .NET and Microsoft.EntityFrameworkCore. It supports UnitOfWork, Repository and QueryBuilder patterns. It also includes auto history utilities, multiple databases support with distributed transactions and databases/tables sharding for some database providers.
kawser2133 / Clean Structured ProjectClean 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.
generik0 / Smooth.IoC.Dapper.Repository.UnitOfWorkSmoother IoC using Dapper Dapper.FastCRUD with Repository and UnitOfWork patterns
NHadi / DermayonDermayon 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 OnionArchitectureAPINET6,CQRS,Caching,Logging,Repository Pattern,UnitOfWork,JWT,Refresh Token,Email Confirmation,Forgot Password
EnLabSoftware / Repository UnitOfWork ExampleThis is just the basic framework of a DDD project using the Repository & UnitOfWork pattern.
OfferingSolutions / Entity Framework Core Generic RepositoryOffering you a complete abstraction of the UnitOfWork-Pattern with the basic CRUD-Operations, the Repository Pattern and extended functions like CustomRepositores all in one small lib. Made for the Entity Framework Core.
ffernandolima / Mongo Db Data AccessIt's a modern and generic data access structure for .NET and MongoDB. It supports UnitOfWork, Repository and QueryBuilder patterns. It also includes DbContext, IdGenerators and transactions support with replica set.
kawser2133 / Clean Structured Api ProjectThe "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 CleanArchitectureA sample .NET Core project showcasing the implementation of Clean Architecture principles with MediatR pattern for separation of concerns and maintainability.
Calabonga / UnitOfWorkUnitOfWork pattern implementation for ASP.NET Core
NeckerFree / AdvancedWebAPIMinimal Web API to advanced data retrieval using pagination, filtering, searching, sorting
Nikoo-Asadnejad / GenericRepositoryThis 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 TaskManagementAPPNET Core Identity,JWT,Role Based Authorization,CQRS Pattern,UnitOfWork,Vue3,Pinia,Typescript,Fluent Validation,Vuelidate,AOP,Sending Emails and more
PatriQ94 / CoreAPITemplateMultilayer .Net Core API implementing Repository & UnitOfWork patterns including JWT token authentication, MSSQL and EntityFramework Core, serving as a reference implementation.
Daniel127 / EF Unit Of WorkRepository and Unit of Work pattern implementation for Entity Framework Core.
Kilvny / ASP.NET CORE WEP API Repository PatternRepository Pattern with Unit of work class starter project files