update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,12 +1,11 @@
 Awesome .NET Core !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome .NET Core !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
Inspired by awesome (https://github.com/sindresorhus/awesome), awesome-dotnet (https://github.com/quozd/awesome-dotnet), awesome-nodejs (https://github.com/sindresorhus/awesome-nodejs), frontend-dev-bookmarks 
(https://github.com/dypsilon/frontend-dev-bookmarks).
Contributions are always welcome! Please take a look at the contribution guidelines (https://github.com/thangchung/awesome-dotnet-core/blob/master/contributing.md) pages first. We accept proprietary and commercial software too.
Thanks to all contributors (https://github.com/thangchung/awesome-dotnet-core/graphs/contributors), you're awesome and wouldn't be possible without you! The goal is to build a categorized community-driven collection of very well-known 
resources.
Thanks to all contributors (https://github.com/thangchung/awesome-dotnet-core/graphs/contributors), you're awesome and wouldn't be possible without you! The goal is to build a categorized community-driven collection of very well-known resources.
Check out my blog (https://medium.com/@thangchung) or say hi on Twitter (https://twitter.com/thangchung)!
@@ -77,12 +76,10 @@
General
⟡ ASP.NET Core Documentation (https://docs.asp.net/en/latest/) - The official ASP.NET Core documentation site.
⟡ .NET Core Documentation
 (https://docs.microsoft.com/en-us/dotnet/articles/welcome) - Home of the technical documentation for .NET Core, C#, F# and Visual Basic, including basic concepts, getting started instructions, tutorials and samples.
⟡ .NET Core Documentation (https://docs.microsoft.com/en-us/dotnet/articles/welcome) - Home of the technical documentation for .NET Core, C#, F# and Visual Basic, including basic concepts, getting started instructions, tutorials and samples.
⟡ .NET Core SDK (https://www.microsoft.com/net/core) - .NET Core SDK is a general purpose development platform maintained by Microsoft and the .NET community on GitHub (https://github.com/dotnet/core).
⟡ .NET Platform Standard (https://github.com/dotnet/corefx/blob/1719a3fe2a5c81b67a4909787da4a02fb0d0d419/Documentation/architecture/net-platform-standard.md) - The differrent between the old version and the new version of .NET.
⟡ Introducing .NET Standard 2.0
 (https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard) - The description of what will be going on for .NET Standard 2.0 and the roadmap for some missing parts of the current .NET Standard.
⟡ .NET Platform Standard (https://github.com/dotnet/corefx/blob/1719a3fe2a5c81b67a4909787da4a02fb0d0d419/Documentation/architecture/net-platform-standard.md) - The different between the old version and the new version of .NET.
⟡ Introducing .NET Standard 2.0 (https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard) - The description of what will be going on for .NET Standard 2.0 and the roadmap for some missing parts of the current .NET Standard.
⟡ Clean Code .NET/.NET Core (https://github.com/thangchung/clean-code-dotnet) - Clean Code concepts adapted for .NET / .NET Core.
Frameworks, Libraries and Tools
@@ -97,8 +94,8 @@
⟡ GraphQL
  ⟡ Dapper.GraphQL (https://github.com/landmarkhw/Dapper.GraphQL) - A library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.
  ⟡ graphql-aspnetcore (https://github.com/JuergenGutsch/graphql-aspnetcore) - ASP.NET Core MiddleWare to create a GraphQL end-point.
  ⟡ graphql-convention (https://github.com/graphql-dotnet/conventions) - This library is a complementary layer on top that allows you to automatically wrap your .NET classes into GraphQL schema definitions using existing property 
getters and methods as field resolvers
  ⟡ graphql-convention
 (https://github.com/graphql-dotnet/conventions) - This library is a complementary layer on top that allows you to automatically wrap your .NET classes into GraphQL schema definitions using existing property getters and methods as field resolvers
  ⟡ graphiql-dotnet (https://github.com/JosephWoodward/graphiql-dotnet) - GraphiQL middleware for ASP.NET Core.
  ⟡ graphql-dotnetcore (https://github.com/mkmarek/graphql-dotnetcore) - GraphQL for .NET Core based on https://github.com/graphql/graphql-js (https://github.com/graphql/graphql-js).
  ⟡ graphql-dotnet (https://github.com/graphql-dotnet/graphql-dotnet) - GraphQL for .NET.
@@ -112,9 +109,9 @@
⟡ LightNode (https://github.com/neuecc/LightNode) - Micro RPC/REST Framework built on OWIN http://neuecc.github.io/LightNode (http://neuecc.github.io/LightNode).
⟡ NetCoreStack.Proxy (https://github.com/NetCoreStack/Proxy) - The type-safe, distributed REST library for .NET Standard 2.0 (NetCoreStack Flying Proxy)
⟡ NSwag (https://github.com/RSuter/NSwag) - The Swagger/OpenAPI toolchain for .NET, Web API and TypeScript. http://NSwag.org (http://NSwag.org).
⟡ OData (https://github.com/OData/WebApi/tree/feature/netcore) - The Open Data Protocol (OData) enables the creation of HTTP-based data services, which allow resources identified using Uniform Resource Identifiers (URIs) and defined in 
an abstract data model, to be published and edited by Web clients using simple HTTP messages.
⟡ OpenAPI Generator (https://github.com/OpenAPITools/openapi-generator) - OpenAPI Generator allows generation of API client libraries (e.g. C#, TypeScript, etc), server stubs (ASP.NET Core, NancyFx, etc), documentation and configuration
⟡ OData (https://github.com/OData/WebApi/tree/feature/netcore) - The Open Data Protocol (OData) enables the creation of HTTP-based data services, which allow resources identified using Uniform Resource Identifiers (URIs) and defined in an 
abstract data model, to be published and edited by Web clients using simple HTTP messages.
⟡ OpenAPI Generator (https://github.com/OpenAPITools/openapi-generator) - OpenAPI Generator allows generation of API client libraries (e.g. C#, TypeScript, etc), server stubs (ASP.NET Core, NancyFx, etc), documentation and configuration 
automatically given an OpenAPI Spec (v2, v3).
⟡ refit (https://github.com/paulcbetts/refit) - The automatic type-safe REST library for Xamarin and .NET.
⟡ RestClient.Net (https://github.com/MelbourneDeveloper/RestClient.Net) - Cross Platform REST Client for all C# platforms
@@ -129,29 +126,27 @@
⟡ WebAPIContrib for ASP.NET CORE (https://github.com/WebApiContrib/WebAPIContrib.Core) - Community Contributions for ASP.NET Core.
Application Frameworks
⟡ ASP.NET Boilerplate (https://github.com/aspnetboilerplate/aspnetboilerplate) - ASP.NET Boilerplate is a general purpose application framework especially designed for new modern web applications. It uses already familiar tools and 
implements best practices around them to provide you a SOLID development experience.
⟡ Abp vNext (https://github.com/abpframework/abp) - Abp vNext is the next generation of the open source ASP.NET Boilerplate (https://github.com/aspnetboilerplate/aspnetboilerplate) framework. It's a complete architecture and strong 
infrastructure to create modern web applications!
⟡ ASP.NET Boilerplate (https://github.com/aspnetboilerplate/aspnetboilerplate) - ASP.NET Boilerplate is a general purpose application framework especially designed for new modern web applications. It uses already familiar tools and implements 
best practices around them to provide you a SOLID development experience.
⟡ Abp vNext (https://github.com/abpframework/abp) - Abp vNext is the next generation of the open source ASP.NET Boilerplate (https://github.com/aspnetboilerplate/aspnetboilerplate) framework. It's a complete architecture and strong infrastructure
to create modern web applications!
Follows best practices and conventions to provide you a SOLID development experience.
⟡ AsyncEx (https://github.com/StephenCleary/AsyncEx) - A helper library for async/await.
⟡ Aeron.NET (https://github.com/AdaptiveConsulting/Aeron.NET) - Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron.
⟡ akka.net (https://github.com/akkadotnet/akka.net) - Toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
⟡ Aggregates.NET (https://github.com/volak/Aggregates.NET) - Aggregates.NET is a framework to help developers integrate the excellent NServiceBus and EventStore libraries together.
⟡ ASP.NET MVC (https://github.com/dotnet/aspnetcore/tree/master/src/Mvc) - Model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor.
⟡ Butterfly Server .NET (https://github.com/firesharkstudios/butterfly-server-dotnet) - Allows building real-time web apps and native apps with minimal effort. Define a Web API and Subscription API that automatically synchronizes 
datasets across connected clients.
⟡ Butterfly Server .NET
 (https://github.com/firesharkstudios/butterfly-server-dotnet) - Allows building real-time web apps and native apps with minimal effort. Define a Web API and Subscription API that automatically synchronizes datasets across connected clients.
⟡ CAP (https://github.com/dotnetcore/CAP) - An EventBus with local persistent message functionality for system integration in SOA or Microservice architecture.
⟡ Carter (https://github.com/CarterCommunity/Carter) - Carter is a library that allows Nancy-esque routing for use with ASP.Net Core.
⟡ Chromely (https://github.com/mattkol/Chromely) - Lightweight Alternative to Electron.NET, Electron for .NET/.NET Core.
⟡ Cinchoo ETL (https://github.com/Cinchoo/ChoETL) - ETL Framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value formatted files).
⟡ CQRSlite (https://github.com/gautema/CQRSlite) - Lightweight framework for helping writing CQRS and Eventsourcing applications in C#.
⟡ dataaccess_aspnetcore
 (https://github.com/digipolisantwerp/dataaccess_aspnetcore) - The DataAccess Toolbox contains the base classes for data access in ASP.NET Core with Entity Framework Core 1.0 using the unit-of-work and repository pattern.
⟡ dataaccess_aspnetcore (https://github.com/digipolisantwerp/dataaccess_aspnetcore) - The DataAccess Toolbox contains the base classes for data access in ASP.NET Core with Entity Framework Core 1.0 using the unit-of-work and repository pattern.
⟡ DNTFrameworkCore (https://github.com/rabbal/DNTFrameworkCore) - Lightweight and Extensible Infrastructure for Building High Quality Web Applications Based on ASP.NET Core.
⟡ DotNetCorePlugins (https://github.com/natemcmaster/DotNetCorePlugins) - .NET Core library for loading assemblies as a plugin.
⟡ DotnetSpider
 (https://github.com/dotnetcore/DotnetSpider) - DotnetSpider, a .NET Standard web crawling library similar to WebMagic and Scrapy. It is a lightweight ,efficient and fast high-level web crawling & scraping framework for .NET.
⟡ DotnetSpider (https://github.com/dotnetcore/DotnetSpider) - DotnetSpider, a .NET Standard web crawling library similar to WebMagic and Scrapy. It is a lightweight ,efficient and fast high-level web crawling & scraping framework for .NET.
⟡ DotNetty (https://github.com/Azure/DotNetty) - Port of netty, event-driven asynchronous network application framework.
⟡ dotvvm (https://github.com/riganti/dotvvm) - Open source MVVM framework for Web Apps.
⟡ ElectronNET (https://github.com/ElectronNET/Electron.NET) - Build cross platform desktop apps with ASP.NET NET Core.
@@ -160,11 +155,11 @@
⟡ EventFlow (https://github.com/eventflow/EventFlow) - Async/await first CQRS+ES and DDD framework for .NET.
⟡ ExcelDataReader (https://github.com/ExcelDataReader/ExcelDataReader) - Lightweight and fast library written in C# for reading Microsoft Excel files.
⟡ ExtCore (https://github.com/ExtCore) - Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core 1.0.
⟡ Finbuckle.MultiTenant (https://github.com/Finbuckle/Finbuckle.MultiTenant) - Finbuckle.MultiTenant is a .NET Standard library for multitenant support designed for ASP.NET 2.0+. It provides functionality for tenant resolution, 
per-tenant app configuration, and per-tenant data isolation.
⟡ Finbuckle.MultiTenant (https://github.com/Finbuckle/Finbuckle.MultiTenant) - Finbuckle.MultiTenant is a .NET Standard library for multitenant support designed for ASP.NET 2.0+. It provides functionality for tenant resolution, per-tenant app 
configuration, and per-tenant data isolation.
⟡ fission (https://github.com/fission/fission) - Fast Serverless Functions for Kubernetes.
⟡ grpc (https://github.com/grpc/grpc/tree/master/src/csharp) - Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete 
implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.
⟡ grpc (https://github.com/grpc/grpc/tree/master/src/csharp) - Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of 
the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.
⟡ Halibut (https://github.com/OctopusDeploy/Halibut) - A secure communication stack for .NET using JSON-RPC over SSL.
⟡ MagicOnion (https://github.com/neuecc/MagicOnion) - gRPC based HTTP/2 RPC Streaming Framework for .NET, .NET Core and Unity.
⟡ MassTransit (https://github.com/MassTransit/MassTransit) - Distributed Application Framework for .NET. 
@@ -172,8 +167,7 @@
⟡ MoreLINQ (https://github.com/morelinq/MoreLINQ) - Extensions to LINQ to Objects.
⟡ Nancy (https://github.com/NancyFx/Nancy) - Lightweight, low-ceremony, framework for building HTTP based services on .NET and Mono.
⟡ opencvsharp (https://github.com/shimat/opencvsharp) - .NET Framework wrapper for OpenCV.
⟡ orleans
 (https://github.com/dotnet/orleans) - Framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.
⟡ orleans (https://github.com/dotnet/orleans) - Framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.
⟡ Prism (https://github.com/PrismLibrary/Prism) - Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms.
⟡ protoactor-dotnet (https://github.com/AsynkronIT/protoactor-dotnet) - Ultra fast distributed actors for Golang and C# http://proto.actor (http://proto.actor).
⟡ resin (https://github.com/kreeben/resin) - 16-bit wide vector space search engine with HTTP API and pluggable read/write pipelines.
@@ -181,8 +175,8 @@
⟡ ServiceStack (https://github.com/ServiceStack/ServiceStack) - Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all https://servicestack.net (https://servicestack.net).
⟡ Steeltoe OSS (https://github.com/SteelToeOSS) - .NET toolkit for common microservice patterns.
⟡ Strathweb.TypedRouting.AspNetCore (https://github.com/filipw/Strathweb.TypedRouting.AspNetCore) - A library enabling strongly typed routing in ASP.NET Core MVC projects.
⟡ surging (https://github.com/dotnetcore/surging) - Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS, Mqtt, UDP, and DNS protocols. 
It uses ZooKeeper and Consul as a registry, Hash Algorithms, random, polling, pressure minimum priority as a load balancing algorithm, built-in service governance to ensure reliable RPC communication.
⟡ surging (https://github.com/dotnetcore/surging) - Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS, Mqtt, UDP, and DNS protocols. It uses 
ZooKeeper and Consul as a registry, Hash Algorithms, random, polling, pressure minimum priority as a load balancing algorithm, built-in service governance to ensure reliable RPC communication.
⟡ Xer.Cqrs (https://github.com/jeyjeyemem/Xer.Cqrs) - A simple library for creating applications based on the CQRS pattern with support for attribute routing and hosted handlers. Developed in C# targeting .NET Standard 1.0.
⟡ X.PagedList (https://github.com/dncuug/X.PagedList) - Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core.
@@ -192,14 +186,14 @@
⟡ AspNetCoreSpa (https://github.com/asadsahi/AspNetCoreSpa) - Asp.Net Core 2+ & Angular 6 SPA with Angular CLI full featured application.
⟡ ASP.NET-MVC-Template (https://github.com/NikolayIT/ASP.NET-MVC-Template) - A ready-to-use templates for ASP.NET MVC 5 and ASP.NET Core with repositories, services, models mapping and DI and StyleCop warnings fixed.
⟡ AddFeatureFolders (https://github.com/OdeToCode/AddFeatureFolders) - Enable feature folders for MVC controllers and views in ASP.NET Core.
⟡ Angular Visual Studio Webpack Starter (https://github.com/damienbod/AngularWebpackVisualStudio) - Template for Webpack, Visual Studio, ASP.NET Core and Angular. Both the client and the server side of the application are implemented 
inside one ASP.NET Core project which makes it easier to deploy.
⟡ CleanArchitecture (https://github.com/ardalis/CleanArchitecture) - A starting point for Clean Architecture with ASP.NET Core. Clean Architecture is just the latest in a series of names for the same loosely-coupled, dependency-inverted
⟡ Angular Visual Studio Webpack Starter (https://github.com/damienbod/AngularWebpackVisualStudio) - Template for Webpack, Visual Studio, ASP.NET Core and Angular. Both the client and the server side of the application are implemented inside one 
ASP.NET Core project which makes it easier to deploy.
⟡ CleanArchitecture (https://github.com/ardalis/CleanArchitecture) - A starting point for Clean Architecture with ASP.NET Core. Clean Architecture is just the latest in a series of names for the same loosely-coupled, dependency-inverted 
architecture. You will also find it named hexagonal, ports-and-adapters, or onion architecture.
⟡ CleanArchitecture (SPA) (https://github.com/JasonGT/CleanArchitecture) - Solution template for creating a Single Page App (SPA) with Angular 8 and ASP.NET Core 3 following the principles of Clean Architecture
⟡ DNTFrameworkCoreTemplate (https://github.com/rabbal/DNTFrameworkCoreTemplate) - Boilerplate project templates based on DNTFrameworkCore (https://github.com/rabbal/DNTFrameworkCore)
⟡ dotnet new caju (https://github.com/ivanpaulovich/dotnet-new-caju) - dotnet new templates with awesome architecture styles! Increases productivity to design layered applications based on Hexagonal, Clean or Event Sourcing 
architectures styles. It supports multiple data access frameworks (MongoDB, EntityFramework, Dapper or Kafka) and it is completely testable.
⟡ dotnet new caju (https://github.com/ivanpaulovich/dotnet-new-caju) - dotnet new templates with awesome architecture styles! Increases productivity to design layered applications based on Hexagonal, Clean or Event Sourcing architectures styles. 
It supports multiple data access frameworks (MongoDB, EntityFramework, Dapper or Kafka) and it is completely testable.
⟡ EISK (https://github.com/EISK/eisk.webapi) - Provides developer resources with simple use cases to build scalable applications on top of .NET Core with architectural best practices 
(https://docs.microsoft.com/en-us/dotnet/standard/modern-web-apps-azure-architecture/common-web-application-architectures) (DDD, onion architecture etc)
⟡ JavaScriptServices (https://github.com/aspnet/JavaScriptServices) - Microsoft ASP.NET Core JavaScript Services.
@@ -222,8 +216,8 @@
⟡ openiddict (https://github.com/openiddict/openiddict-core) - Easy-to-use OpenID Connect server for ASP.NET Core.
  ⟡ oidc-debugger (https://github.com/nbarbettini/oidc-debugger) - OAuth 2.0 and OpenID Connect debugging tool.
⟡ stormpath-sdk (https://github.com/stormpath/stormpath-sdk-dotnet) - Build simple, secure web applications (https://github.com/stormpath/stormpath-aspnetcore) with Stormpath and ASP.NET Core. 
⟡ stormpath-sdk (https://github.com/stormpath/stormpath-sdk-dotnet) - Build simple, secure web applications (https://github.com/stormpath/stormpath-aspnetcore) with Stormpath and ASP.NET Core.(Deprecated: It will longer get updated as 
of March 2017 after joining OKTA) 
⟡ stormpath-sdk (https://github.com/stormpath/stormpath-sdk-dotnet) - Build simple, secure web applications (https://github.com/stormpath/stormpath-aspnetcore) with Stormpath and ASP.NET Core.(Deprecated: It will longer get updated as of March 
2017 after joining OKTA) 
⟡ stuntman (https://github.com/ritterim/stuntman) - Library for impersonating users during development leveraging ASP.NET Identity.
Blockchain
@@ -286,17 +280,17 @@
⟡ dasblog-core (https://github.com/poppastring/dasblog-core) - The original DasBlog reimagined with ASP.NET Core
⟡ Lynicon (https://github.com/jamesej/lyniconanc) - O/S ASP.Net Core/.Net Core CMS with paid for modules: JSON content, works with variety of data stores, c# content types
⟡ Miniblog (https://github.com/madskristensen/Miniblog.Core) - An ASP.NET Core blogging engine.
⟡ Mixcore CMS (https://github.com/mixcore/mix.core) - Open Source CMS powered by DotNet Core. Mixcore CMS is a scalable, open platform for web content management and digital experiences. Mixcore CMS provides deep capabilities and 
endless flexibility on the web.
⟡ NetCoreCMS (https://github.com/OnnoRokomSoftware/NetCoreCMS) - An Open source ASP.NET Core 2.0 CMS. It currently supports MySQL and planned to implement MSSQL, SQLite and PostgreSQL. Also it is a modular CMS supports theme, skin, 
custom layout, widgets, multiple language (En, BN).
⟡ Mixcore CMS (https://github.com/mixcore/mix.core) - Open Source CMS powered by DotNet Core. Mixcore CMS is a scalable, open platform for web content management and digital experiences. Mixcore CMS provides deep capabilities and endless 
flexibility on the web.
⟡ NetCoreCMS (https://github.com/OnnoRokomSoftware/NetCoreCMS) - An Open source ASP.NET Core 2.0 CMS. It currently supports MySQL and planned to implement MSSQL, SQLite and PostgreSQL. Also it is a modular CMS supports theme, skin, custom layout,
widgets, multiple language (En, BN).
⟡ Orchard Core CMS (https://github.com/OrchardCMS/OrchardCore) - Open Source Content Management System built with ASP.NET Core on top of a Modular and Extensible Application Framework.
⟡ Piranha CMS (https://github.com/piranhacms/piranha.core) - A Lightweight & Unobtrusive Open Source CMS for ASP.NET Core and Entity Framework Core.
⟡ Platformus (https://github.com/Platformus) - Free, open source and cross-platform CMS based on ASP.NET Core 1.0 and ExtCore framework.
⟡ SimpleContent (https://github.com/joeaudette/cloudscribe.SimpleContent) - Simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database.
⟡ Squidex (https://github.com/Squidex/squidex) - Headless CMS, based on MongoDB, CQRS and Event Sourcing.
⟡ Swastika I/O Core CMS (https://github.com/Swastika-IO/Swastika-IO-Core) - Open source ASP.NET Core 2.x CMS. It currently supports MS SQL and planned to implement MSSQL, SQLite in the near future. It has many built-in features out of 
the box like multilanguage support, theme, template...
⟡ Swastika I/O Core CMS (https://github.com/Swastika-IO/Swastika-IO-Core) - Open source ASP.NET Core 2.x CMS. It currently supports MS SQL and planned to implement MSSQL, SQLite in the near future. It has many built-in features out of the box 
like multilanguage support, theme, template...
⟡ Umbraco (https://github.com/umbraco/umbraco-cms) - An extensible and friendly Open source ASP.NET Core CMS
⟡ Weapsy (https://github.com/Weapsy/Weapsy) - Open source ASP.NET Core CMS based on DDD and CQRS. It supports MSSQL, MySQL, SQLite and PostgreSQL out of the box.
⟡ Wyam (https://github.com/Wyamio/Wyam) - Modular static content and static site generator.
@@ -371,15 +365,14 @@
⟡ Neo4j
  ⟡ neo4j-dotnet-driver (https://github.com/neo4j/neo4j-dotnet-driver) - Neo4j Bolt driver for .NET.
  ⟡ Neo4jClient (https://github.com/Readify/Neo4jClient) - .NET client binding for Neo4j.
⟡ npgsql (https://github.com/npgsql/npgsql) - .NET data provider for PostgreSQL. It allows any program developed for .NET framework to access a PostgreSQL database server. It is implemented in 100% C# code. PostgreSQL versions since 9.1
are officially supported, others may work. http://www.npgsql.org (http://www.npgsql.org)
⟡ npgsql (https://github.com/npgsql/npgsql) - .NET data provider for PostgreSQL. It allows any program developed for .NET framework to access a PostgreSQL database server. It is implemented in 100% C# code. PostgreSQL versions since 9.1 are 
officially supported, others may work. http://www.npgsql.org (http://www.npgsql.org)
⟡ ravendb (https://github.com/ayende/ravendb/tree/v4.0) - Linq enabled document database for .NET.
⟡ RethinkDb.Driver (https://github.com/bchavez/RethinkDb.Driver) - C#/.NET RethinkDB driver with 100% ReQL API coverage.
⟡ progaudi.tarantool (https://github.com/progaudi/progaudi.tarantool) - .NET client for Tarantool NoSql database.
Database Tools and Utilities
⟡ DbUp
 (https://github.com/DbUp/DbUp) - .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
⟡ DbUp (https://github.com/DbUp/DbUp) - .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
⟡ Evolve (https://github.com/lecaillon/Evolve) - Simple database migration tool that uses plain SQL scripts. Inspired by Flyway.
⟡ EFCorePowerTools (https://github.com/ErikEJ/EFCorePowerTools) - Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core.
⟡ fluentmigrator (https://github.com/fluentmigrator/fluentmigrator) - Migration framework for .NET much like Ruby on Rails Migrations.
@@ -388,11 +381,11 @@
⟡ roundhouse (https://github.com/chucknorris/roundhouse) - Database Migration Utility for .NET using sql files and versioning based on source control.
⟡ SapphireDb (https://github.com/SapphireDb/SapphireDb) - Server implementation of SapphireDb, a framework for easy development of applications with realtime data synchronization and a self hosted alternative to firebase realtime 
database/firestore for asp.net core and ef core. Check out the documentation for more details: Documentation (https://sapphire-db.com)
⟡ SharpRepository (https://github.com/SharpRepository/SharpRepository) - SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, 
RavenDB, MongoDb and Db4o. SharpRepository includes Xml and InMemory repository implementations as well.
⟡ SharpRepository (https://github.com/SharpRepository/SharpRepository) - SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, 
MongoDb and Db4o. SharpRepository includes Xml and InMemory repository implementations as well.
⟡ TrackableEntities.Core (https://github.com/TrackableEntities/TrackableEntities.Core) - Change-tracking across service boundaries with .NET Core.
⟡ Mongo.Migration (https://github.com/SRoddis/Mongo.Migration) - Mongo.Migration is designed for the MongoDB C# Driver ( https://github.com/mongodb/mongo-csharp-driver) to migrate your documents easily and on-the-fly. No more downtime 
for schema-migrations. Just write small and simple migrations. Link ( https://github.com/SRoddis/Mongo.Migration)
⟡ Mongo.Migration (https://github.com/SRoddis/Mongo.Migration) - Mongo.Migration is designed for the MongoDB C# Driver ( https://github.com/mongodb/mongo-csharp-driver) to migrate your documents easily and on-the-fly. No more downtime for 
schema-migrations. Just write small and simple migrations. Link ( https://github.com/SRoddis/Mongo.Migration)
⟡ EntityFrameworkCore.DataEncryption (https://github.com/Eastrall/EntityFrameworkCore.DataEncryption) - A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
Date and Time
@@ -402,15 +395,14 @@
Distributed Computing
⟡ AspNetCore.Diagnostics.HealthChecks (https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks) - Enterprise HealthChecks for ASP.NET Core Diagnostics Package
 - BeatPulse (https://github.com/Xabaril/BeatPulse) - Enable load balancers to montior the status of deployed Web applications
 - BeatPulse (https://github.com/Xabaril/BeatPulse) - Enable load balancers to monitor the status of deployed Web applications
⟡ Foundatio (https://github.com/exceptionless/Foundatio) - Pluggable foundation blocks for building distributed apps
⟡ jasper (https://github.com/JasperFx/jasper) - Next generation application development framework for .NET
⟡ Rafty (https://github.com/ThreeMammals/Rafty) - RAFT consensus in .NET Core
⟡ Obvs (https://github.com/christopherread/Obvs) - An observable microservice bus .NET library that wraps the underlying transport in simple Rx based interfaces
⟡ Ocelot (https://github.com/ThreeMammals/Ocelot) - API Gateway created using .NET Core
⟡ OpenTracing (https://github.com/opentracing/opentracing-csharp) - Vendor-neutral APIs and instrumentation for distributed tracing
⟡ Polly (https://github.com/App-vNext/Polly) - .NET 3.5 / 4.0 / 4.5 / PCL library that allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a 
fluent manner
⟡ Polly (https://github.com/App-vNext/Polly) - .NET 3.5 / 4.0 / 4.5 / PCL library that allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner
⟡ ProxyKit (https://github.com/damianh/ProxyKit) - Toolkit to create code-first HTTP reverse proxies on ASP.NET Core
E-Commerce and Payments
@@ -424,8 +416,8 @@
Exceptions
⟡ Demystifier (https://github.com/benaadams/Ben.Demystifier) - High performance understanding for stack traces (Make error logs more productive).
⟡ Exceptionless (https://github.com/exceptionless/Exceptionless.Net) - Exceptionless .NET Client
⟡ GlobalExceptionHandlerDotNet (https://github.com/JosephWoodward/GlobalExceptionHandlerDotNet) - GlobalExceptionHandlerDotNet allows you to configure exception handling as a convention with your ASP.NET Core application pipeline as 
opposed to explicitly handling them within each controller action.
⟡ GlobalExceptionHandlerDotNet (https://github.com/JosephWoodward/GlobalExceptionHandlerDotNet) - GlobalExceptionHandlerDotNet allows you to configure exception handling as a convention with your ASP.NET Core application pipeline as opposed to 
explicitly handling them within each controller action.
⟡ Sentry (https://github.com/getsentry/sentry-dotnet) - .NET SDK for Sentry, an Open-source error tracking that helps developers monitor and fix crashes in real time.
Functional Programming
@@ -468,14 +460,14 @@
⟡ WinApi (https://github.com/prasannavl/WinApi) - A simple, direct, ultra-thin CLR library for high-performance Win32 Native Interop with automation, windowing, DirectX, OpenGL and Skia helpers.
IDE
⟡ Mono (https://github.com/mono/monodevelop) - MonoDevelop enables developers to quickly write desktop and web applications on Linux, Windows and Mac OS X. It also makes it easy for developers to port .NET applications created with 
Visual Studio to Linux and Mac OS X maintaining a single code base for all platforms.
⟡ Mono (https://github.com/mono/monodevelop) - MonoDevelop enables developers to quickly write desktop and web applications on Linux, Windows and Mac OS X. It also makes it easy for developers to port .NET applications created with Visual Studio 
to Linux and Mac OS X maintaining a single code base for all platforms.
⟡ rider (https://www.jetbrains.com/rider/) - Cross-platform C# IDE based on the IntelliJ platform and ReSharper.
⟡ Omnisharp (http://www.omnisharp.net/) - Family of Open Source projects, each with one goal: To enable a great .NET experience in YOUR editor of choice.
⟡ SharpDevelop (https://github.com/icsharpcode/SharpDevelop) - SharpDevelop is a free Integrated Development Environment (IDE) for C#, VB.NET, Boo, IronPython, IronRuby and F# projects on Microsoft's .NET platform. It is written 
(almost) entirely in C#, and comes with features you would expect in an IDE plus a few more.
⟡ Visual Studio Code (https://github.com/Microsoft/vscode) - New type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and 
debugging support, an extensibility model, and lightweight integration with existing tools.
⟡ SharpDevelop (https://github.com/icsharpcode/SharpDevelop) - SharpDevelop is a free Integrated Development Environment (IDE) for C#, VB.NET, Boo, IronPython, IronRuby and F# projects on Microsoft's .NET platform. It is written (almost) entirely
in C#, and comes with features you would expect in an IDE plus a few more.
⟡ Visual Studio Code (https://github.com/Microsoft/vscode) - New type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging 
support, an extensibility model, and lightweight integration with existing tools.
⟡ Visual Studio Community (https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) - Free editor for individual developers, open source projects, academic research, education, and small professional teams.
Internationalization
@@ -519,8 +511,8 @@
Machine Learning and Data Science
⟡ Accord (https://github.com/accord-net/framework) - Machine learning, computer vision, statistics and general scientific computing for .NET.
⟡ Catalyst (https://github.com/curiosity-ai/catalyst) Cross-platform Natural Language Processing (NLP) library inspired by spaCy, with pre-trained models, out-of-the box support for training word and document embeddings, and flexible 
entity recognition models. Part of the SciSharp Stack (https://scisharp.github.io/SciSharp/)
⟡ Catalyst (https://github.com/curiosity-ai/catalyst) Cross-platform Natural Language Processing (NLP) library inspired by spaCy, with pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity 
recognition models. Part of the SciSharp Stack (https://scisharp.github.io/SciSharp/)
⟡ ML.NET (https://github.com/dotnet/machinelearning) - Cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers http://dot.net/ml (http://dot.net/ml).
⟡ Spreads (https://github.com/Spreads/Spreads/) - Series and Panels for Real-time and Exploratory Analysis of Data Streams.
⟡ TensorFlowSharp (https://github.com/migueldeicaza/TensorFlowSharp) - TensorFlow API for .NET languages.
@@ -539,20 +531,20 @@
⟡ PreMailer.Net (https://github.com/milkshakesoftware/PreMailer.Net) - C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.
⟡ SendGrid Client (https://github.com/0xdeafcafe/sendgrid-dotnet) - C# library for the SendGrid v3 mail endpoint.
⟡ SmtpServer (https://github.com/cosullivan/SmtpServer) - Library to create your own SMTP server.
⟡ StrongGrid (https://github.com/Jericho/StrongGrid) - Client for SendGrid's v3 API. Not only allows you to send emails, but also allows you to bulk import contacts, manage lists and segments, create custom fields for your lists, etc. 
Also includes a parser for SendGrid Webhooks.
⟡ StrongGrid (https://github.com/Jericho/StrongGrid) - Client for SendGrid's v3 API. Not only allows you to send emails, but also allows you to bulk import contacts, manage lists and segments, create custom fields for your lists, etc. Also 
includes a parser for SendGrid Webhooks.
Mathematics
⟡ UnitConversion (https://github.com/Stratajet/UnitConversion) - Expansible Unit Conversion Library for .NET Core and .NET Framework.
⟡ AutoDiff (https://github.com/alexshtf/autodiff) - A library that provides fast, accurate and automatic differentiation (computes derivative / gradient) of mathematical functions.
⟡ UnitConversion (https://github.com/Stratajet/UnitConversion) - Expansible Unit Conversion Library for .NET Core and .NET Framework.
⟡ UnitsNet (https://github.com/angularsen/UnitsNet) - Units.NET gives you all the common units of measurement and the conversions between them.
Media
⟡ MetadataExtractor (https://github.com/drewnoakes/metadata-extractor-dotnet) - Extracts metadata from media (images, video, audio) with a simple to use API.
Misc
⟡ AdvanceDLSupport (https://github.com/Firwood-Software/AdvanceDLSupport) - Library to improve P/Invoke-ing native code. Interact with native objects as if they were first class objects.
⟡ AngleSharp
 (https://github.com/AngleSharp/AngleSharp) - The ultimate angle brackets parser library. It parses HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specification. Comparable to beautifulsoup4 of python.
⟡ AngleSharp (https://github.com/AngleSharp/AngleSharp) - The ultimate angle brackets parser library. It parses HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specification. Comparable to beautifulsoup4 of python.
⟡ AgileMapper (https://github.com/agileobjects/AgileMapper) - AgileMapper is a zero-configuration, highly-configurable object-object mapper with viewable execution plans.
⟡ AspNetCore Extension Library (https://github.com/sgjsakura/AspNetCore) - ASP.NET Core Extension Library.
⟡ AutoMapper (https://github.com/AutoMapper/AutoMapper) - Convention-based object-object mapper in .NET.
@@ -565,8 +557,7 @@
⟡ commanddotnet (https://github.com/bilal-fazlani/commanddotnet) - Model your command line application interface in a class.
⟡ CommonMark.NET (https://github.com/Knagis/CommonMark.NET) - The implementation of CommonMark specification in C# for converting Markdown documents to HTML.
⟡ ConsoleTableExt (https://github.com/minhhungit/ConsoleTableExt) - Fluent library to create table for .NET console application.
⟡ CoordinateSharp
 (https://github.com/Tronald/CoordinateSharp) - A library that can quickly format and convert geographic coordinates as well as provide location based sun and moon information (sunset, sunrise, moon illumination, etc...). 
⟡ CoordinateSharp (https://github.com/Tronald/CoordinateSharp) - A library that can quickly format and convert geographic coordinates as well as provide location based sun and moon information (sunset, sunrise, moon illumination, etc...). 
⟡ datatables (https://github.com/ALMMa/datatables.aspnet/tree/dev) - Microsoft ASP.NET server-side support and helpers for jQuery DataTables.
⟡ DinkToPdf (https://github.com/rdvojmoc/DinkToPdf) - C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
⟡ dotnet-env (https://github.com/tonerdo/dotnet-env) - A .NET library to load environment variables from .env files.
@@ -586,8 +577,8 @@
⟡ Humanizer (https://github.com/Humanizr/Humanizer) - Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities.
⟡ Humidifier (https://github.com/jakejscott/Humidifier) - Write and maintain AWS Cloudformation templates using C#.
⟡ impromptu-interface (https://github.com/ekonbenefits/impromptu-interface) - Static interface to dynamic implementation (duck casting). Uses the DLR combined with Reflect.Emit.
⟡ JqueryDataTablesServerSide (https://github.com/fingers10/JqueryDataTablesServerSide) - ASP.NET Core Server Side Processing library for Jquery DataTables with Multiple Column Filtering, Sorting and Pagination at database level with 
Excel Export and TagHelper support.
⟡ JqueryDataTablesServerSide
 (https://github.com/fingers10/JqueryDataTablesServerSide) - ASP.NET Core Server Side Processing library for Jquery DataTables with Multiple Column Filtering, Sorting and Pagination at database level with Excel Export and TagHelper support.
⟡ LibSass Host (https://github.com/Taritsyn/LibSassHost) - .NET wrapper around the libSass (http://sass-lang.com/libsass) library with the ability to support a virtual file system.
⟡ markdig (https://github.com/lunet-io/markdig) - Fast, powerfull, CommonMark compliant, extensible Markdown processor for .NET.
⟡ NetCoreBeauty (https://github.com/nulastudio/NetCoreBeauty) - Simple library to move a .NET Core app runtime components and dependencies into a sub-directory and make it beauty.
@@ -609,10 +600,8 @@
⟡ Sheller (https://github.com/twitchax/Sheller) - A .NET library that makes shelling out commands super easy and fluent.
⟡ SmartFormat.NET (https://github.com/scottrippey/SmartFormat.NET) - An extensible replacement for string.Format.
⟡ Stocks
  ⟡ Trady
 (https://github.com/lppkarl/Trady) - Handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading.
  ⟡ Trady (https://github.com/lppkarl/Trady) - Handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading.
⟡ System.Linq.Dynamic.Core (https://github.com/StefH/System.Linq.Dynamic.Core) - The .NET Standard (.NET Core) version from the System Linq Dynamic functionality.
⟡ UnitsNet (https://github.com/angularsen/UnitsNet) - Units.NET gives you all the common units of measurement and the conversions between them.
⟡ Validation
  ⟡ FluentValidation (https://github.com/JeremySkinner/FluentValidation) - Small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules.
  ⟡ FormHelper (https://github.com/SinanBozkus/FormHelper) - Form & Validation Helper for ASP.NET Core. Form Helper helps you to create ajax forms and validations without writing any javascript code. (Compatible with Fluent Validation).
@@ -643,6 +632,7 @@
⟡ Chloe (https://github.com/shuxinqin/Chloe) - A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET.
⟡ Entity Framework Core (https://github.com/aspnet/EntityFramework) - Familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support.
  ⟡ EFCore.BulkExtensions (https://github.com/borisdj/EFCore.BulkExtensions) - EntityFrameworkCore Bulk Batch Extensions for Insert Update Delete Read (CRUD) ops
  ⟡ EFCore.Visualizer (https://marketplace.visualstudio.com/items?itemName=GiorgiDalakishvili.EFCoreVisualizer) - View Entity Framework Core query plan directly in Visual Studio.
  ⟡ EntityFramework-Plus (https://github.com/zzzprojects/EntityFramework-Plus) - Entity Framework Utilities | Bulk Operations | Batch Delete | Batch Update | Query Cache | Query Filter | Query Future | Query Include | Audit.
  ⟡ EntityFramework.Exceptions (https://github.com/Giorgi/EntityFramework.Exceptions) - Use typed Exceptions for EntityFrameworkCore when your SQL query violates database constraints in SqlServer, MySql, or PostgreSQL.
  ⟡ EntityFramework.Triggers (https://github.com/NickStrupat/EntityFramework.Triggers) - Trigger events for EF.
@@ -665,8 +655,8 @@
⟡ LINQ to DB (linq2db)
 (https://linq2db.github.io/) - The fastest LINQ database access library offering a simple, lightweight, fast, and type-safe layer between your POCO objects and your database for more than 10 database engines with full SQL support.
⟡ nhibernate-core (https://github.com/nhibernate/nhibernate-core) - NHibernate Object Relational Mapper.
⟡ NEventStore (https://github.com/NEventStore/NEventStore) - Persistence library used to abstract different storage implementations when using event sourcing as storage mechanism. This library is developed with a specific focus on 
DDD/CQRS applications.
⟡ NEventStore
 (https://github.com/NEventStore/NEventStore) - Persistence library used to abstract different storage implementations when using event sourcing as storage mechanism. This library is developed with a specific focus on DDD/CQRS applications.
⟡ NPoco (https://github.com/schotime/NPoco) - Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco.
⟡ NReco.Data (https://github.com/nreco/data) - Lightweight provider-independent DAL for SQL commands generation, CRUD operations and simple POCO mapping.
⟡ PetaPoco (https://github.com/CollaboratingPlatypus/PetaPoco) - A tiny ORM-ish thing for your POCO's.
@@ -695,8 +685,9 @@
⟡ MicroBus (https://github.com/Lavinski/Enexure.MicroBus) - Simple in process mediator for .NET.
⟡ MQTTnet (https://github.com/chkr1011/MQTTnet) - MQTTnet is a high performance .NET library for MQTT based communication.
⟡ netmq (https://github.com/zeromq/netmq) - 100% native C# implementation of ZeroMQ for .NET.
⟡ OpenCQRS (https://github.com/OpenCQRS/OpenCQRS) - .NET Core library for DDD, CQRS and Event Sourcing with Azure Service Bus integration. Supported database providers for the Command and the Event stores are: DocumentDB, MongoDB, SQL 
Server, MySQL, PostgreSQL and SQLite.
⟡ NServiceBus (https://github.com/particular/nservicebus) - NServiceBus is part of the Particular Service Platform (https://particular.net/service-platform), which contains tools to build, monitor, and debug distributed systems.
⟡ OpenCQRS (https://github.com/OpenCQRS/OpenCQRS) - .NET Core library for DDD, CQRS and Event Sourcing with Azure Service Bus integration. Supported database providers for the Command and the Event stores are: DocumentDB, MongoDB, SQL Server, 
MySQL, PostgreSQL and SQLite.
⟡ rabbitmq-dotnet-client (https://github.com/rabbitmq/rabbitmq-dotnet-client) - RabbitMQ .NET client https://www.rabbitmq.com (https://www.rabbitmq.com).
⟡ RawRabbit (https://github.com/pardahlman/RawRabbit) - Modern .NET framework for communication over RabbitMq.
⟡ Rebus (https://github.com/rebus-org/Rebus) - Simple and lean service bus implementation for .NET.
@@ -763,8 +754,8 @@
Serialization
⟡ BinarySerializer (https://github.com/jefffhaynes/BinarySerializer) - Serialization for custom packet and protocol formats, supports bit-twiddling.
⟡ bond (https://github.com/Microsoft/bond) - Cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used
at Microsoft in high scale services.
⟡ bond (https://github.com/Microsoft/bond) - Cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at 
Microsoft in high scale services.
⟡ Channels (https://github.com/davidfowl/Channels) - Push based .NET Streams.
⟡ CsvHelper (https://github.com/JoshClose/CsvHelper) - Library to help reading and writing CSV files.
⟡ Edi.Net (https://github.com/indice-co/EDI.Net) - EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS format.
@@ -775,8 +766,8 @@
  ⟡ MessagePack-CSharp (https://github.com/neuecc/MessagePack-CSharp) - Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin).
⟡ Newtonsoft.Json (https://github.com/JamesNK/Newtonsoft.Json) - Popular high-performance JSON framework for .NET.
⟡ protobuf-net (https://github.com/mgravell/protobuf-net/) - Protocol Buffers library for idiomatic .NET.
⟡ Schema.NET (https://github.com/RehanSaeed/Schema.NET) - Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured 
data in the head section of html page.
⟡ Schema.NET (https://github.com/RehanSaeed/Schema.NET) - Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the 
head section of html page.
⟡ ServiceStack.Text (https://github.com/ServiceStack/ServiceStack.Text) - JSON, JSV and CSV Text Serializers.
⟡ TinyCsvParser (https://github.com/bytefish/TinyCsvParser) - Easy to use, easy to extend and high-performance library for CSV parsing with .NET.
⟡ Wire (https://github.com/rogeralsing/Wire) - Binary serializer for POCO objects.
@@ -827,7 +818,7 @@
⟡ dotnet-tools (https://github.com/natemcmaster/dotnet-tools) - A list of tool extensions for .NET Core Command Line (dotnet CLI).
  ⟡ LibMan CLI (https://github.com/aspnet/LibraryManager) - Client-side content manager for web apps.
⟡ EntryPoint (https://github.com/Nick-Lucas/EntryPoint) - Composable CLI (Command Line) Argument Parser for .Net Core & .Net Framework 4.5+.
⟡ Fake JSON Server (https://github.com/ttu/dotnet-fake-json-server) - Fake REST API for prototyping or as a CRUD Back End. No need to define types, uses dynamic typing. Data is stored to a single JSON file. Has authentication, WebSocket
⟡ Fake JSON Server (https://github.com/ttu/dotnet-fake-json-server) - Fake REST API for prototyping or as a CRUD Back End. No need to define types, uses dynamic typing. Data is stored to a single JSON file. Has authentication, WebSocket 
notifications, async long running operations, random generation for errors/delays and experimental GraphQL support.
⟡ gitignore.io (https://github.com/joeblau/gitignore.io) - Create useful .gitignore files for your project https://www.gitignore.io (https://www.gitignore.io).
⟡ ICanHasDotnetCore (https://github.com/OctopusDeploy/ICanHasDotnetCore) - Scans uploaded packages.config files or GitHub repository and determines whether the nuget packages target .NET Standard.
@@ -846,8 +837,8 @@
⟡ scoop (https://github.com/lukesampson/scoop) - A command-line installer for Windows.
⟡ SerilogAnalyzer (https://github.com/Suchiman/SerilogAnalyzer) - Roslyn-based analysis for code using the Serilog logging library. Checks for common mistakes and usage problems.
⟡ SharpZipLib (https://github.com/icsharpcode/SharpZipLib) - #ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
⟡ ShareX (https://github.com/ShareX/ShareX) - Free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files 
to over 80 supported destinations you can choose from. https://getsharex.com (https://getsharex.com)
⟡ ShareX (https://github.com/ShareX/ShareX) - Free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to over 80
supported destinations you can choose from. https://getsharex.com (https://getsharex.com)
⟡ SharpLab (https://github.com/ashmind/SharpLab) - .NET code playground that shows intermediate steps and results of code compilation. https://sharplab.io (https://sharplab.io)
⟡ SmartCode (https://github.com/Ahoo-Wang/SmartCode) SmartCode= IDataSource -> IBuildTask -> IOutput => Build Everything!!! (Including Code generator )
⟡ sourcelink (https://github.com/dotnet/sourcelink) - SourceLink is a language- and source-control agnostic system for providing first-class source debugging experiences for binaries.
@@ -869,8 +860,8 @@
⟡ Fleck (https://github.com/statianzo/Fleck) - Fleck is a WebSocket server implementation in C#. Fleck requires no inheritance, container, or additional references.
⟡ SignalR Server (https://github.com/aspnet/signalr) - Real-time web functionality for web apps, including server-side push.
⟡ SuperSocket (https://github.com/kerryjiang/SuperSocket) - Light weight, cross platform and extensible socket server application framework.
⟡ WampSharp (https://github.com/Code-Sharp/WampSharp) - C# implementation of The Web Application Messaging Protocol (http://wamp-proto.org/) - Protocol that provides messaging patterns of Remote Procedure Calls and Publish/Subscribe 
over WebSockets.
⟡ WampSharp (https://github.com/Code-Sharp/WampSharp) - C# implementation of The Web Application Messaging Protocol (http://wamp-proto.org/) - Protocol that provides messaging patterns of Remote Procedure Calls and Publish/Subscribe over 
WebSockets.
⟡ websocket-manager (https://github.com/radu-matei/websocket-manager) - Real-Time library for ASP .NET Core.
Windows Service
@@ -889,10 +880,10 @@
Starter Kits
⟡ Arch (https://github.com/Arch) - The collection of .NET Core libraries that are created by software architects who embrace all the new stuff in .NET Core.
  ⟡ AutoHistory (https://github.com/Arch/AutoHistory) - A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
⟡ AspNetCore-Angular2-Universal (https://github.com/MarkPieszak/aspnetcore-angular2-universal) - Cross-platform - w/ server-side rendering for SEO, Bootstrap, i18n internationalization (ngx-translate), Webpack, TypeScript, unit testing 
w/ Karma, WebAPI REST setup, SignalR, Swagger docs, and more!
⟡ ASP.NET Core Starter Kit (https://github.com/kriasoft/aspnet-starter-kit) - Opinionated boilerplate for web development based on .NET Core, Kestrel, GraphQL on the backend and Babel, Webpack, React and Redux on the frontend. This 
boilerplate comes in both C# and F# flavors.
⟡ AspNetCore-Angular2-Universal (https://github.com/MarkPieszak/aspnetcore-angular2-universal) - Cross-platform - w/ server-side rendering for SEO, Bootstrap, i18n internationalization (ngx-translate), Webpack, TypeScript, unit testing w/ Karma, 
WebAPI REST setup, SignalR, Swagger docs, and more!
⟡ ASP.NET Core Starter Kit (https://github.com/kriasoft/aspnet-starter-kit) - Opinionated boilerplate for web development based on .NET Core, Kestrel, GraphQL on the backend and Babel, Webpack, React and Redux on the frontend. This boilerplate 
comes in both C# and F# flavors.
⟡ aspnetcore-spa generator (https://github.com/aspnet/JavaScriptServices) - Yeoman generator to build a brand-new ASP.NET Core single page application that uses Angular 2 / React / React With Redux / Knockout / Aurelia on the client.
⟡ ASP.Net Core Vue Starter (https://github.com/MarkPieszak/aspnetcore-Vue-starter) - Asp.NETCore 2.0 Vue 2 (ES6) SPA Starter kit, contains routing, Vuex, and more!.
⟡ bitwarden-core (https://github.com/bitwarden/core) - The core infrastructure backend (API, database, etc) https://bitwarden.com (https://bitwarden.com).
@@ -909,13 +900,15 @@
  ⟡ coolstore-microservices  (https://github.com/vietnam-devs/coolstore-microservices) - A Kubernetes-based polyglot microservices application with Istio service mesh
  ⟡ distributed-playground (https://github.com/jvandevelde/distributed-playground) - Distributed service playground with Vagrant, Consul, Docker & ASP.NET Core.
  ⟡ DNC-DShop (https://github.com/devmentors) - Distributed .NET Core project and free course. (DDD, CQRS, RabbitMQ, MongoDB, Redis, Monitoring, Logging, CI, CD)
  ⟡ dotnetcore-microservices-poc (https://github.com/asc-lab/dotnetcore-microservices-poc) - simplified insurance sales system made in a microservices architecture using .NET Core (EF Core, MediatR, Marten, Eureka, Ocelot, RabbitMQ, 
Polly, ElasticSearch, Dapper) with blog post series.
  ⟡ eShopOnContainers (https://github.com/dotnet/eShopOnContainers) - Microservices Architecture and Containers based Reference Application.
  ⟡ dotnetcore-microservices-poc (https://github.com/asc-lab/dotnetcore-microservices-poc) - simplified insurance sales system made in a microservices architecture using .NET Core (EF Core, MediatR, Marten, Eureka, Ocelot, RabbitMQ, Polly, 
ElasticSearch, Dapper) with blog post series.
  ⟡ eShop (https://github.com/dotnet/eShop) - A reference .NET application implementing an eCommerce site.
  ⟡ InMemoryCQRSReplication (https://github.com/Aaronontheweb/InMemoryCQRSReplication) - Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication
  ⟡ magazine-website (https://github.com/thangchung/magazine-website) - Magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied.
  ⟡ microservices-in-dotnetcore (https://github.com/horsdal/microservices-in-dotnet-book-second-edition) - The code sample from the second edition of Microservices in .NET Core 
(https://www.manning.com/books/microservices-in-net-core-second-edition).
  ⟡ Practical.CleanArchitecture (https://github.com/phongnguyend/Practical.CleanArchitecture) - Full-stack .Net 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 18, React 18, Vue 3, BFF with YARP, Domain-Driven 
Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, OpenTelemetry, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, GCP).
  ⟡ practical-dapr (https://github.com/thangchung/practical-dapr) - Full-stack .NET microservices build on Dapr and Tye.
  ⟡ ReactiveTraderCloud (https://github.com/AdaptiveConsulting/ReactiveTraderCloud) - Real-time trading platform demo showcasing reactive programming principles applied across the full application stack. 
⟡ Monoliths
@@ -925,10 +918,10 @@
  ⟡ AspNet5GeoElasticsearch (https://github.com/damienbod/AspNet5GeoElasticsearch) - ASP.NET Core MVC Geo Elasticsearch Swashbuckle Swagger.
  ⟡ aspnet-servicediscovery-patterns (https://github.com/cecilphillip/aspnet-servicediscovery-patterns) - Samples of implementing Service Discovery patterns with ASP.NET Core.
  ⟡ AspNetAuthorizationWorkshop (https://github.com/blowdart/AspNetAuthorizationWorkshop) - A workshop for moving through the various new pieces in ASP.NET Core Authorization
  ⟡ BikeSharing360 Suite of Apps from Microsoft (https://blogs.msdn.microsoft.com/visualstudio/2016/12/14/connectdemos-2016-bikesharing360-on-github/) Presented December Connect 2016 Conference, a compreshsive set of interworking apps 
for both enterprise users and the consumers (bike riders): Mobile Apps (https://github.com/Microsoft/BikeSharing360_MobileApps), Backend Services (https://github.com/Microsoft/BikeSharing360_BackendServices), Websites 
(https://github.com/Microsoft/BikeSharing360_Websites), Single Container Apps (https://github.com/Microsoft/BikeSharing360_SingleContainer), Multi Container Apps (https://github.com/Microsoft/BikeSharing360_MultiContainer), Cognitive 
Services Kiosk App (https://github.com/Microsoft/BikeSharing360_CognitiveServicesKioskApp),
  ⟡ BikeSharing360 Suite of Apps from Microsoft (https://blogs.msdn.microsoft.com/visualstudio/2016/12/14/connectdemos-2016-bikesharing360-on-github/) Presented December Connect 2016 Conference, a compreshsive set of interworking apps for both 
enterprise users and the consumers (bike riders): Mobile Apps (https://github.com/Microsoft/BikeSharing360_MobileApps), Backend Services (https://github.com/Microsoft/BikeSharing360_BackendServices), Websites 
(https://github.com/Microsoft/BikeSharing360_Websites), Single Container Apps (https://github.com/Microsoft/BikeSharing360_SingleContainer), Multi Container Apps (https://github.com/Microsoft/BikeSharing360_MultiContainer), Cognitive Services 
Kiosk App (https://github.com/Microsoft/BikeSharing360_CognitiveServicesKioskApp),
 Azure Bot App (https://github.com/Microsoft/BikeSharing360_BotApps).
  ⟡ Clean Architecture Manga (https://github.com/ivanpaulovich/clean-architecture-manga) - Clean Architecture sample with .NET Core 3.0 and C# 8. Use cases as central organising structure, completely testable, decoupled from frameworks.
  ⟡ cloudscribe (https://github.com/cloudscribe/cloudscribe) - ASP.NET Core Multi-tenant web application foundation.
@@ -941,8 +934,8 @@
  ⟡ guidance-identity-management-for-multitenant-apps
 (https://github.com/Azure-Samples/guidance-identity-management-for-multitenant-apps) - How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication.
  ⟡ JustA.ML (https://github.com/mustakimali/JustA.ML) - A web application that lets you share files/URL/text between your devices written in ASP.NET Core 2.0. Open source, live at https://justa.ml (https://justa.ml)
  ⟡ MegaMine (https://github.com/Nootus/MegaMine) - Open source mining solution that helps miners in extracting Gold, Quartz, Granite etc. This solution is built using ASP.NET Core and AngularJS utilizing multiple light weight 
components in a Microservices way.
  ⟡ MegaMine (https://github.com/Nootus/MegaMine) - Open source mining solution that helps miners in extracting Gold, Quartz, Granite etc. This solution is built using ASP.NET Core and AngularJS utilizing multiple light weight components in a 
Microservices way.
  ⟡ MusicStore (https://github.com/dotnet/aspnetcore/tree/master/src/MusicStore) - Sample MusicStore application that uses MVC and Entity Framework.
  ⟡ NLayerAppV3 (https://github.com/cesarcastrocuba/nlayerappv3) - NLayerAppV3 N-Layered Architecture with .NET Core Preview 2.
  ⟡ NorthwindTraders (https://github.com/JasonGT/NorthwindTraders) - Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
@@ -950,6 +943,8 @@
  ⟡ PhotoGallery (https://github.com/chsakell/aspnet5-angular2-typescript) - Cross-platform Single Page Applications with ASP.NET Core, Angular 2 & TypeScript http://wp.me/p3mRWu-11L (http://wp.me/p3mRWu-11L).
  ⟡ PokeR (https://github.com/halomademeapc/pokeR) - Realtime scrum poker using SignalR and Angular in ASP.NET Core's SPA hosting. Includes Docker support. Demo (https://planning.halomademeapc.com)
  ⟡ Practical ASP.NET Core (https://github.com/dodyg/practical-aspnetcore) - A daily updated micro samples of ASP.NET Core features and facilities.
  ⟡ Practical.CleanArchitecture (https://github.com/phongnguyend/Practical.CleanArchitecture) - Full-stack .Net 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 18, React 18, Vue 3, BFF with YARP, Domain-Driven 
Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, OpenTelemetry, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, GCP).
  ⟡ Sample .NET Core CQRS REST API (https://github.com/kgrzybek/sample-dotnet-core-cqrs-api) - .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
  ⟡ StarWars (https://github.com/JacekKosciesza/StarWars) - GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core.
 
@@ -1043,3 +1038,5 @@
To the extent possible under law, thangchung (http://weblogs.asp.net/thangchung) has waived all copyright and related or neighboring rights to this work.
dotnetcore Github: https://github.com/thangchung/awesome-dotnet-core