unitofwork

There are 165 repositories under unitofwork topic.

  • hibernate/hibernate-orm

    Hibernate's core Object/Relational Mapping functionality

    Language:Java5.8k30403.5k
  • arch/UnitOfWork

    A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported.

    Language:C#1.3k97119337
  • urfnet/URF.Core

    Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight.

    Language:C#308295960
  • joist-orm/joist-orm

    a TypeScript ORM for Postgres

    Language:TypeScript2521323218
  • Boriszn/DeviceManager.Api

    Web 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

    Language:C#2193211103
  • urfnet/URF.NET

    Unit of Work & Repositories Framework - .NET 4.x

    Language:C#202523255
  • babaktaremi/Clean-Architecture-Template

    🧹 Ready to develop template based on clean architecture principles. Supports ASP NET Core Identity integrated with JWE tokens, OTP authentication, stand alone plugin development, CQRS pattern using MediatR library and dynamic permission management system out of the box

    Language:C#14811727
  • AhmedMah/ClinicManagement

    Clinic management project using Asp.net mvc5

    Language:JavaScript1251410119
  • a34546/Wei.Repository

    基于.Net6,EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据库,多DbContext

    Language:C#814625
  • gifur/QSWebProject

    a web site with multi function and feature

    Language:JavaScript6610261
  • EminemJK/Banana

    🍌 The collection of CRUD helpers for Dapper.

    Language:C#6261420
  • work

    freerware/work

    A compact library for tracking and committing changes to your entities.

    Language:Go584242
  • outmatic/Dapper.UnitOfWork

    A simple unit of work implementation on top of Dapper

    Language:C#435510
  • BibbyChung/sequelize-adapter

    Use Unit Of Wrok pattern to wrap sequelize up and make sequelize easy to use.

    Language:TypeScript18311
  • anton-martyniuk/Modern

    .NET modern tools for fast and efficient development

    Language:C#17322
  • Daniel127/EF-Unit-Of-Work

    Repository and Unit of Work pattern implementation for Entity Framework Core.

    Language:C#14007
  • programmingexperience/OnionArchitecture

    Design and develop token based Web API 2 using c# based on Onion Architecture with generic repository,unit of work and centralized exception logging system.

    Language:C#12209
  • mdshohelrana/webapi-erp-architecture

    Large scale application architecture of asp.net web api

    Language:C#112015
  • Antrophyy/SocialNetworkBlazor

    The social network built with Blazor WebAssembly, ASP.NET Core and Microsoft SQL database. The network uses signalR, code-first database approach using Entity Framework Core technology and Microsoft Idenitity.

    Language:C#10207
  • Nikoo-Asadnejad/GenericRepository

    A Class library which implements Generic Repository Pattern for connecting to SQl Server Db

    Language:C#10121
  • mehmetozdeemiir/DDDTwitterProject

    DDD Twitter projesinde kullanılan teknolojiler DDD,Asenkron programlama, Generic Repository,Unit Of Work,View Component AutoMapper,Autofac,Fluent Validation,DTO,VM,Extension method

    Language:C#9100
  • xiajingren/summer

    :star:基于.net 5的DDD项目结构,支持多租户,单数据库/多数据库隔离

    Language:C#9111
  • sinanfen/GenericBlog

    ASP NET Core MVC 5.0 | Entity Framework Core 5 | Fluent API | Generic Repository | Unit of Work | AutoMapper | Ajax

    Language:C#8201
  • abuzaforfagun/GenericUnitOfWork

    A .NETStandard package to plug and play with unit of work pattern in EntityFrameworkCore.

    Language:C#7202
  • andresantarosa/Orchesflow

    Orchestration lib to be used along MediatR + EntityFramework

    Language:C#7102
  • ezgiyaman/Content-Management-System

    Bu repository UnitOfWork,Service,Repository,Identity,Authorization kullanıllarak geliştirilen bir web projesidir. MVC katmanlı mimariye uyarak gerçekleşmiş olup ,ORM aracı Entity Framework'tur.

    Language:C#7100
  • ehsandavari/go-clean-architecture

    Golang Clean Architecture codebase for micro services

    Language:Go6201
  • giangcoi48k/Dapper.CQS

    A simple unit of work implementation on top of Dapper, with some basic CQS in mind

    Language:C#6102
  • dropwizard-jdbi-unitofwork

    isopropylcyanide/dropwizard-jdbi-unitofwork

    Provides Unit of Work Support for a JDBI based Dropwizard backend

    Language:Java6422
  • mubassir-hasan/GenericRepositoryUnitOfWork

    This is sample expample of repository pattern

    Language:C#6308
  • SongulSYTRK/CMS_ContentManagementSystem

    In this project, I used Identity, IUnitofWork, Service , MVC, Components, Repository , Rolemangament, Authorization Process, ClaimPrinciple , Rest-API

    Language:C#6100
  • adam006/DapperUnitOfWork

    dapper unit of work repository pattern

    Language:C#5110
  • AhmedIbrahim-tech/Lieblings_E-Commerce

    This E-commerce API, developed using ASP.NET Core 6, showcases a well-structured system design. It incorporates design patterns, integrates with Redis and SQL Server, utilizes LINQ for querying, and includes authentication and authorization for enhanced security. The API serves as a solid foundation for building scalable and feature-rich

    Language:C#50
  • Hasanaltan-cpu/Social_Media_Project

    In this repository,my main goal is to demonstrate my asp.netcore skills on Domain Driven Design Architecture.For this , i use this architecture for build up my application as image in the ReadMe.U can reach in this repository also ExternalLogin for GoogleAuthentication.I provide two factor authentication to application members.Moreover,members who is signed in the application can chat in messenger.In this part of the Social_Media_project i used SignalR for real time communication.In addition to that members can schedule their calendar programme as birthday,sleeping time,lunch etc.By using this application members can post the others.The others can like and mention(comment) to post.All members be able to follow each other.As i mentioned before,users can find them by using Search tab.(Email,Name,UserName).I use UnitOfWork for all transactions.I use Async Programming & Code First.I try to write all codes in the light of Solid Principle & OOP rules.

    Language:JavaScript5100
  • serhatyamann/CMS_Project

    This project is physically and logically seperated by N-Tier architecture. I have used repositories, MVC, services, AutoFac (IoC container), AutoMapper, UnitOfWork and more in this .NET Core web project. CMS.API (.NET Core Web API) is a REST-API that provides the Client-Shop web project to communicate with the database of CMS Project.

    Language:C#5100
  • PayamDarabi/Onion-Architecture-In-ASP.NET-Core

    With WebApi And Blazor UI

    Language:C#4200