DDD中实体、聚合、仓储、UOW相关实现。
☆123Mar 25, 2024Updated last year
Alternatives and similar repositories for UnitOfWork
Users that are interested in UnitOfWork are comparing it to the libraries listed below
Sorting:
- 集IdentityServer4,Ef Core,dapper,Policy,领域驱动设计,consul,zipkin,Swagger,Cap+RabbitMq,Ocelot网关一体的项目☆22Jan 24, 2019Updated 7 years ago
- A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction s…☆1,384Jan 8, 2023Updated 3 years ago
- Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。☆946Dec 22, 2025Updated 2 months ago
- EF 扩展☆31Aug 21, 2017Updated 8 years ago
- RabbitMQ 官方.NET CORE教程实操演练☆186Sep 9, 2019Updated 6 years ago
- 基于.Net6,EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据库,多DbContext☆81Oct 12, 2022Updated 3 years ago
- 基于 .NET6/.NET8/.NET9 实现的通用快速开发框架,整合众多优秀技术和框架,模块化方式开发。☆30Nov 27, 2025Updated 3 months ago
- 本项目是用asp.net core(for .net framework)实现的支付宝当面付(扫码支付和条码支付),微信扫码支付和刷卡支付。☆59May 15, 2017Updated 8 years ago
- A sample project about how to create event subscribe/publish feature in single application in asp.net core☆23Apr 1, 2019Updated 6 years ago
- MiniBlog + ASP.NET Core + W3C.CSS☆24Feb 12, 2019Updated 7 years ago
- 一个基于.NET 5开发的DDD示例WebAPI项目☆14Apr 7, 2021Updated 4 years ago
- 微服务之Ocelot+Consul+Polly+IdentityServer4在.NetCore(.NET5)中实现☆16Oct 20, 2021Updated 4 years ago
- 学习eShopOnContainers,构建基于RabbitMQ实现的事件总线☆12Jul 3, 2017Updated 8 years ago
- 本开源项目的主要目的是结合时下流行的Docker容器技术,利用Nginx、Consul、Kubernetes开源工具为.NET Core应用程序构建分布式容器集群、实现自动部署,弹性伸缩,资源调度和负载均衡提供整套解决方法的实例。☆38Mar 9, 2018Updated 8 years ago
- 🙌 ASP.NET Core 3.1 应用, 包含 DDD、CQRS、EDA 和ES事件回溯☆696Dec 8, 2022Updated 3 years ago
- 前台使用燕十三博客前端模板,后台基于RightControl .NET通用角色权限管理系统搭建,已完成。☆13Nov 1, 2024Updated last year
- 短网址生成器☆14Dec 26, 2018Updated 7 years ago
- 集合.net core、ocelot、consul、netty、rpc、eventbus、configserver、tracing、sqlsugar、vue-admin、基础管理平台等构建的微服务一条龙应用☆726Dec 8, 2022Updated 3 years ago
- Ocelot简易教程中使用的实例代码☆79Oct 25, 2018Updated 7 years ago
- 学习Abp框架之Mpa实操演练☆362Apr 2, 2019Updated 6 years ago
- C# 事件总线实现☆163Jan 8, 2018Updated 8 years ago
- ☆24Mar 29, 2017Updated 8 years ago
- A concise serial port debug tool. 一个简洁的串口调试工具☆34Apr 26, 2023Updated 2 years ago
- IdentityServer4 中文文档(v1.0.0) 第一部分 简介、第二部分 快速入门、第三部分 主题、第四部分 参考、第五部分 端点、第六部分 其它☆243Feb 10, 2022Updated 4 years ago
- ImageUploadApiDemo是一个Asp.Net Core Web Api图片上传Demo,并且继承了IdentityServer验证!以及使用SwaggerUI生成接口文档☆51Jul 15, 2018Updated 7 years ago
- ☆21Nov 14, 2021Updated 4 years ago
- 这是一个基于.NET开源的工具集合,集成了常用的各种方法及代码封装☆19Sep 8, 2023Updated 2 years ago
- 造轮子☆19Jun 5, 2024Updated last year
- 原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!☆361Oct 19, 2025Updated 4 months ago
- Captcha in .NET Core☆45Jun 19, 2023Updated 2 years ago
- AspectCore is an AOP-based cross platform framework for .NET Standard.☆1,760Jan 31, 2026Updated last month
- Blog Sample Code☆224Dec 28, 2016Updated 9 years ago
- yarp用EFCore存储配置,可视化面板配置,支持热更新☆162Apr 25, 2025Updated 10 months ago
- RedisExtensions for StackExchange.Redis, Cache/Redlock/Counter/RateLimiter/Rank/RedisEventBus☆49Mar 18, 2025Updated 11 months ago
- Asp.net 实现Session分布式储存(Redis,Mongodb,Mysql等) sessionState Custom☆16Dec 5, 2016Updated 9 years ago
- 基于Asp.Net Core 3.1 WebApi搭建后端多层网站架构☆17Feb 8, 2020Updated 6 years ago
- 📊 HttpTracker 是一个基于 .NET Standard 的 C#库,它是一种收集 HTTP 请求的解决方案,旨在收集我们用 .NET Core 开发的 WebApi 项目中的接口请求日志,将所有的 HTTP 请求进行拦截并保存在任意数据库中,用于后续的分析工作…☆20May 5, 2023Updated 2 years ago
- 设计模式 C# 版( .NET 6),有系列文章讲解☆1,110Mar 3, 2023Updated 3 years ago
- Sukt.Core是基于 .net6.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、认证服务模块、分层架构基类,第三方组件封装等组成。☆337Feb 23, 2022Updated 4 years ago