wuyi23's Stars
idcf-boat-house/boat-house-frontend
IDCF Boat House 前端库,包括用户界面 和 管理界面
idcf-boat-house/boat-house
IDCF boat-house 社区共创文档库, 官网: https://boat-house.cn/ 文档库:https://idcf.org.cn/boat-house/#/
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
2881099/csredis
.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
small-dream/China_Province_City
最权威最完整的**省市县数据
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
geffzhang/awesome-ocelot
A curated list of awesome ocelot books, courses, trainings, conference talks, blogs and most inspiring open source contributors
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
dotnetcore/Alipay.AopSdk.Core
支付宝(Alipay)服务端SDK,采用.NET Standard 2.0,支持.NET Core >=2.0,与官方SDK接口完全相同。完全可以按照官方文档进行开发。除了支持支付以外,官方SDK支持的功能本SDK全部支持,比如生活号、服务窗、行业合作等,且用法几乎一样,代码都可参考官方文档代码。
ThreeMammals/Ocelot
.NET API Gateway
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
52ABP/52ABP.CodeGenerator
52ABP的代码生成器,反馈收集问题和文档信息。下载地址
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
wuyi23/WYRMS_NEW
本项目是一个通用权限管理系统基础框架是WYRMS的dbfirst版,更适用于实际生产开发。采用Asp.net MVC4+EF6 DBFirst+Bootstrap3+C#+SqlServer2008R2进行开发,仅供学习交流技术使用,未经本人同意,不可用于任何商业用途。
mongodb/mongo-csharp-driver
The Official C# .NET Driver for MongoDB
tmsmith/Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
justjavac/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
MassTransit/MassTransit
Distributed Application Framework for .NET
xceedsoftware/DocX
Fast and easy to use .NET library that creates or modifies Microsoft Word files without installing Word.
StackExchange/StackExchange.Redis
General purpose redis client
wuyi23/WYRMS
本项目是一个通用权限管理系统基础框架,采用Asp.net MVC4+EF6 CodeFirst+Bootstrap3+C#+SqlServer2008R2进行开发,仅供学习交流技术使用,未经本人同意,不可用于任何商业用途。
scheshan/DotNetClub
A tiny club written in Asp.Net Core
alphacloud/Autofac.Extras.Quartz
Autofac integration for Quartz.Net
quartznet/quartznet
Quartz Enterprise Scheduler .NET
EasyNetQ/EasyNetQ
An easy to use .NET API for RabbitMQ
jpush/jpush-api-csharp-client
JPush's officially supported C# client library for accessing JPush APIs. 极光推送官方支持的 C# 版本服务器端 SDK。
Topshelf/Topshelf
An easy service hosting framework for building Windows services using .NET