Pinned Repositories
abot
C# web crawler built for speed and flexibility. Please star this project! +1. Contact me with exciting opportunities!!
Alipay.AopSdk.Core
支付宝(Alipay)服务端SDK,采用.NET Standard 2.0,支持.NET Core >=2.0,与官方SDK接口完全相同。完全可以按照官方文档进行开发。除了支持支付以外,官方SDK支持的功能本SDK全部支持,比如生活号、服务窗、行业合作等,且用法几乎一样,代码都可参考官方文档代码。
ApplicationInsights-ServiceFabric
ApplicationInsights SDK for ServiceFabric projects
aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
AspNetCore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
AutoHistory
A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
Hangfire
An easy way to perform background job processing in your .NET and .NET Core applications. No Windows Service or separate process required
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+.
Polly-Samples
Polly-Samples
dongshengfengniaowu's Repositories
dongshengfengniaowu/Polly-Samples
Polly-Samples
dongshengfengniaowu/abot
C# web crawler built for speed and flexibility. Please star this project! +1. Contact me with exciting opportunities!!
dongshengfengniaowu/Alipay.AopSdk.Core
支付宝(Alipay)服务端SDK,采用.NET Standard 2.0,支持.NET Core >=2.0,与官方SDK接口完全相同。完全可以按照官方文档进行开发。除了支持支付以外,官方SDK支持的功能本SDK全部支持,比如生活号、服务窗、行业合作等,且用法几乎一样,代码都可参考官方文档代码。
dongshengfengniaowu/ApplicationInsights-ServiceFabric
ApplicationInsights SDK for ServiceFabric projects
dongshengfengniaowu/aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
dongshengfengniaowu/AspNetCore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
dongshengfengniaowu/AutoHistory
A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
dongshengfengniaowu/azure-activedirectory-identitymodel-extensions-for-dotnet
IdentityModel extensions for .Net
dongshengfengniaowu/BotSharp
The Open Source AI Chatbot Platform Builder in 100% C# Running in .NET Core with Machine Learning algorithm.
dongshengfengniaowu/ClickHouse
ClickHouse is a free analytic DBMS for big data.
dongshengfengniaowu/corefx
CoreFX is the foundational class libraries for .NET Core. It includes types for collections, file systems, console, JSON, XML, async and many others.
dongshengfengniaowu/data-accelerator
Data Accelerator for Apache Spark simplifies onboarding to Streaming of Big Data. It offers a rich, easy to use experience to help with creation, editing and management of Spark jobs on Azure HDInsights while enabling the full power of the Spark engine.
dongshengfengniaowu/DlibDotNet
DLib .NET wrapper written in C++ and C# for Windows, MacOS and Linux
dongshengfengniaowu/DotNettyRPC
A RPC Framework Based On DotNetty
dongshengfengniaowu/FaceRecognitionDotNet
The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
dongshengfengniaowu/faceswap
Non official project based on original /r/Deepfakes thread. Many thanks to him!
dongshengfengniaowu/FlyBirdYoYo-UI
FlyBirdYoYo-UI 最快的Vue + Asp.net Core 开发管理系统 框架!
dongshengfengniaowu/FreeSql
打造 .NETCore 最方便的 ORM
dongshengfengniaowu/KingAOP
.NET AOP framework - a free alternative of PostSharp.
dongshengfengniaowu/lizzie
A script language for .Net and the CLR
dongshengfengniaowu/MethodBoundaryAspect.Fody
A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions.
dongshengfengniaowu/MongoFrameworkTest
dongshengfengniaowu/OpenAPI.NET
The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.
dongshengfengniaowu/service-fabric
Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
dongshengfengniaowu/surging
surging 是一个分布式微服务框架,提供高性能RPC远程服务调用,服务引擎支持http、TCP、WS、Mqtt协议,采用Zookeeper、Consul作为surging服务的注册中心,集成了哈希一致性,随机,轮询、压力最小优先作为负载均衡的算法,RPC集成采用的是netty框架,采用异步传输
dongshengfengniaowu/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
dongshengfengniaowu/tencentcloud-sdk-dotnet
Tencent Cloud API 3.0 SDK for .NET
dongshengfengniaowu/Util
Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。
dongshengfengniaowu/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
dongshengfengniaowu/WebApiClient
一款基于HttpClient封装,只需要定义c#接口并修饰相关特性,即可异步调用远程http接口的客户端库