Files
2025-07-18 22:22:32 +02:00

266 KiB

Awesome .NET!
 
!Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
!Build Status (https://github.com/quozd/awesome-dotnet/actions/workflows/awesome-bot.yml/badge.svg) (https://github.com/quozd/awesome-dotnet/actions/workflows/awesome-bot.yml)
!Join the chat at https://gitter.im/quozd/awesome-dotnet (https://badges.gitter.im/Join%20Chat.svg) (https://gitter.im/quozd/awesome-dotnet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
A collection of awesome .NET libraries, tools, frameworks, and software.
 
Inspired by awesome-ruby (https://github.com/markets/awesome-ruby), awesome-php (https://github.com/ziadoz/awesome-php), awesome-python (https://github.com/vinta/awesome-python), frontend-dev-bookmarks
(https://github.com/dypsilon/frontend-dev-bookmarks) and ruby-bookmarks (https://github.com/dreikanter/ruby-bookmarks).
 
Contributions are always welcome! Please take a look at the contribution guidelines and quality standard (https://github.com/quozd/awesome-dotnet/blob/master/CONTRIBUTING.md) pages first. We accept proprietary and commercial software too.
 
Thanks to all contributors (https://github.com/quozd/awesome-dotnet/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.
 
License
 
!CC0 (https://licensebuttons.net/p/zero/1.0/88x31.png) (https://creativecommons.org/publicdomain/zero/1.0/)
 
To the extent possible under law, Vitali Fokin (https://github.com/quozd) has waived all copyright and related or neighboring rights to this work.
 
Table of Contents
 
Awesome DotNet (#awesome-dotnet)
Algorithms and Data Structures (#algorithms-and-data-structures)
API (#api)
Application Frameworks (#application-frameworks)
Application Templates (#application-templates)
Artificial Intelligence (#artificial-intelligence)
Assembly Manipulation (#assembly-manipulation)
Assets (#assets)
Authentication and Authorization (#authentication-and-authorization)
Blazor (#blazor)
Build Automation (#build-automation)
Business Intelligence and Reporting (#business-intelligence)
Caching (#caching)
Calendar (#calendar)
Chat (#chat)
CLI (#cli)
CLR (#clr)
CMS (#cms)
Code Analysis and Metrics (#code-analysis-and-metrics)
Code Snippets (#code-snippets)
Compilers, Transpilers and Languages (#compilers-transpilers-and-languages)
Compression (#compression)
Configuration (#configuration)
Continuous Integration (#continuous-integration)
Cryptography (#cryptography)
Cloud Storage (#cloud-storage)
Database (#database)
Database Drivers (#database-drivers)
DateTime (#datetime)
Decompilation (#decompilation)
Deployment (#deployment)
Desktop (#desktop)
DirectX (#directx)
Distributed Computing (#distributed-computing)
DLR (#dlr)
Documentation (#documentation)
E-Commerce and Payments (#e-commerce-and-payments)
Emulators (#emulators)
Environment Management (#environment-management)
ETL (#etl)
Event aggregator and messenger (#event-aggregator-and-messenger)
Exceptions (#exceptions)
Extensions libraries (#extensions)
Feature Management (#feature-management)
Functional programming (#functional-programming)
Game (#game)
GIS (#gis)
Git Tools (#git-tools)
Graphics (#graphics)
GraphQL (#graphql)
GUI (#gui)
HTML and CSS (#html-and-css)
HTTP (#http)
IDE (#ide)
Image Processing (#image-processing)
Install Tools (#install-tools)
Internationalization (#internationalization)
Interoperability (#interoperability)
IoC (#ioc)
JavaScript Engines (#javascript-engines)
Logging (#logging)
Mail (#mail)
Machine Learning and Data Science (#machine-learning-and-data-science)
Markdown Processors (#markdown-processors)
Mathematics (#mathematics)
Media (#media)
Metrics (#metrics)
Micro Framework (#micro-framework)
Minification (#minification)
Misc (#misc)
MQTT (#mqtt)
MVVM (#mvvm)
Networking (#networking)
Object to object mapping (#object-to-object-mapping)
Office (#office)
OpenAI (#openai)
ORM (#orm)
Package Management (#package-management)
PDF (#pdf)
Profiler (#profiler)
Protocols (#protocols)
Push Notifications (#push-notifications)
Query Builders (#query-builders)
Queue (#queue)
RPC (#RPC)
Reactive Programming (#reactive-programming)
Real-time Communications (#real-time-communications)
Regular Expression (#regular-expression)
Scheduling (#scheduling)
SDK and API Clients (#sdk-and-api-clients)
Search (#search)
Serialization (#serialization)
SMS and Phone Calls (#sms-and-phone-calls)
State machines (#state-machines)
Static Site Generators (#static-site-generators)
Strong Naming (#strong-naming)
Style Guide (#style-guide)
Template Engine (#template-engine)
Testing (#testing)
Tools (#tools)
Trading (#trading)
UI Automation (#ui-automation)
Visual Studio Plugins (#visual-studio-plugins)
Web Browsers (#web-browsers)
Web Frameworks (#web-frameworks)
Web Servers (#web-servers)
WebSocket (#websocket)
Windows Services (#windows-services)
WPF (#wpf)
Parser Library (#parser-library)
Source Generator (#source-generator)
Other Lists (#other-lists)
Resources (#resources)
 
Algorithms and Data structures
 
OneOf (https://github.com/mcintyre321/OneOf) - OneOf provides discriminated unions for C# with exhaustive compile time matching.
Algorithmia
(https://github.com/SolutionsDesign/Algorithmia) - Algorithm and data-structure library for .NET 3.5 and up. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more.
Towel (https://github.com/ZacharyPatten/Towel) - data structures, algorithms, mathematics, metadata, extensions, console, measurements, and other useful stuff
Akade.IndexedSet (https://github.com/akade/Akade.IndexedSet) - A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy string matching.
 
API
 
FastEndpoints (https://github.com/FastEndpoints/FastEndpoints) - High-performance middleground between classic ASP.NET Core API controllers and Minimal APIs. Using a REPR (Request-Endpoint-Response
(https://deviq.com/design-patterns/repr-design-pattern)) pattern, this library eliminates the boilerplate and monolithic feel of controllers by improving colocation of code.
Telegram.Bot (https://github.com/TelegramBots/Telegram.Bot) - .NET Client for Telegram Bot API (https://core.telegram.org/bots/api)
WTelegramClient (https://github.com/wiz0u/WTelegramClient) - Automate a user account on Telegram, using the latest version of Telegram Client API (https://core.telegram.org/methods)
ASP.NET Web API (https://dotnet.microsoft.com/apps/aspnet/apis) - Framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices
Breeze (https://breeze.github.io/doc-net/) - API framework enabling rich data access by using the OData 3 protocol. Client libraries available for JavaScript and C#.
Mobius: C# API for Spark (https://github.com/Microsoft/Mobius) - Mobius adds C# language binding to Apache Spark, enabling the implementation of Spark driver code and data processing operations in C#.
ServiceStack (https://github.com/ServiceStack/ServiceStack) - Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Ocelot (https://github.com/ThreeMammals/Ocelot) - .NET core API Gateway
CommandQuery (https://github.com/hlaueriksson/CommandQuery) - Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions 🌐ASP.NET Web API 2
Population.NET (https://github.com/Authentic199/Population.NET) - A .NET library allows clients to specify the exact fields they need, reducing unnecessary data transfer by avoiding the retrieval of all fields by default.
 
Application Frameworks
 
.NET Boxed Framework (https://github.com/Dotnet-Boxed/Framework) - .NET Core Extensions and Helper NuGet packages
ASP.NET Boilerplate (https://github.com/aspnetboilerplate/aspnetboilerplate) - A starting point for new modern ASP.NET MVC web applications with best practices and most popular tools.
ABP (https://github.com/abpframework/abp) - The next generation of the ASP.NET Boilerplate web application framework.
Orleans
(https://github.com/dotnet/orleans) - Orleans is a 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
Runtime (https://github.com/dotnet/runtime) - The runtime repo contains the library implementation (formerly called "CoreFX") for .NET (5+). It includes System.Collections, System.IO, System.Xml and many other components.
CSLA .NET (https://github.com/MarimerLLC/csla) - business layer development framework https://cslanet.com/
Mono (https://github.com/mono/mono) - Open source ECMA CLI, C#, F#, VB and .NET implementation
peasy (https://github.com/peasy/Peasy.NET) - Peasy is a middle tier framework that offers an easy to use and flexible rules engine and was designed to address common challenges such as concurrency handling, transactional support, fault
tolerance, threading, scalability, async and multiple client support, and easy testability, all without a huge learning curve!
Plastic (https://github.com/sang-hyeon/Plastic) - Plastic provides encapsulation of things like Domain, Application Rules, Business Rules or Business Logic in Application. For this, Command pattern is used.
Signals (https://github.com/EmitKnowledge/Signals) - Signals is a .NET5 based framework which focuses on increasing the quality and productivity within development teams by providing them with tools, aspects and processes.
Spring.Net (https://github.com/spring-projects/spring-net) - Spring.NET is an open source application framework that makes building enterprise .NET applications easier
DotNetty (https://github.com/Azure/DotNetty) - DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
AspectCore Framework (https://github.com/dotnetcore/AspectCore-Framework) - AspectCore Framework is an Aspect-Oriented Programming based cross platform framework for .NET Core and .NET Framework. Core support for aspect-interceptor,dependency
injection integration , web applications , data validation , and more.
Fusion (https://github.com/servicetitan/Stl.Fusion) - .NET Core and Blazor library that attempts to dramatically improve the way we implement real-time and high-load services by introducing a novel kind of "computed observables" - immutable,
thread-safe, and most importantly, almost invisible for developers. Samples 1 (https://github.com/servicetitan/Stl.Fusion.Samples) Samples 2 (https://github.com/alexyakunin/BoardGames)
silky (https://github.com/liuhll/silky) - The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
 
Application Templates
 
.NET Boxed Templates (https://github.com/Dotnet-Boxed/Templates) - .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
ASP.NET Core Starter Kit (https://github.com/kriasoft/aspnet-starter-kit) - backend: .NET Core, EF Core, C#; frontend: Babel, Webpack, React, CSS Modules
ProjectScaffold (https://github.com/fsprojects/ProjectScaffold) - A prototypical .NET solution recommended by the F# Foundation---includes file system setup, Paket for dependencies and FAKE for build/test automation. By default, build process
also compiles documentation and generates NuGet packages.
Serene (https://github.com/volkanceylan/Serenity) - Serenity is an ASP.NET MVC application platform designed to simplify and shorten development of data-centric business applications with a service-based architecture. Serene is a starter
template to build Serenity applications.
Side-Waffle (https://github.com/LigerShark/side-waffle) - Large collection of useful templates for Web and Desktop development.
Template10 (https://github.com/Windows-XAML/Template10) - Windows 10 templates with design patterns.
Nucleus (https://github.com/alirizaadiyahsi/Nucleus) - Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication
JHipster.NET (https://github.com/jhipster/jhipster-dotnetcore) JHipster blueprint for replace orginal SpringBoot Backend by asp.net core. The main goal generator of jhipster is showcases best practices of modern web development in java. So the
goal of the project is to do the same in .net. The Frontend can be generated with angular or react and soon with blazor. - NOTE: This is not affiliated with Microsoft or .NET
 
Artificial Intelligence
LLamaSharp (https://github.com/SciSharp/LLamaSharp) - C#/.NET Binding of llama.cpp, run LLaMA/GPT model using C# without having to compile lama.cpp.
LlmTornado (https://github.com/lofcz/LlmTornado) - One .NET library to consume OpenAI, Anthropic, Cohere, Google, Azure, Groq, and self-hosed APIs.
 
Assembly Manipulation
 
Fody (https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies.
ILRepack (https://github.com/gluck/il-repack) - Open-source alternative to ILMerge.
Mono.Cecil (https://github.com/jbevain/cecil) - Cecil is a library to generate and inspect programs and libraries in the ECMA CIL form.
 
Assets
Bundle Transformer (https://github.com/Taritsyn/BundleTransformer) - Modular extension for Microsoft ASP.NET Web Optimization Framework (https://www.nuget.org/packages/Microsoft.AspNet.Web.Optimization). Its modules supports LESS, Sass,
CoffeeScript, TypeScript, Mustache, Handlebars, Autoprefixer along with a bunch of different JS and CSS minifiers.
 
Authentication and Authorization
 
Abblix OIDC Server (https://github.com/Abblix/Oidc.Server) - A fully certified OpenID Connect server library for .NET by the OpenID Foundation, providing comprehensive support for OAuth2 and OpenID Connect across all profiles. $ Free for
non-commercial use
ASP.NET Core Identity (https://github.com/dotnet/aspnetcore/) - New membership system for ASP.NET applications
ASP.NET SAML (https://github.com/jitbit/AspNetSaml) - SAML authentication support for ASP.NET apps
IdentityModel (https://github.com/IdentityModel) - Helper library for identity & access control in .NET 4.5 and MVC4/Web API.
openiddict (https://github.com/openiddict/openiddict-core) - Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
Topaz (https://www.topaz.sh/docs/software-development-kits/dotnet/install) - A fine-grained authorization system with .NET SDK.
Enforcer (https://www.identityserver.com/products/enforcer) - Write fine grained authorization policy in easy-to-read language, and have it compiled to native .NET code $
SAML IdentityServer (https://www.identityserver.com/products/saml2p) - Add SAML 2P support to your Duende IdentityServer $
SAML OpenIddict (https://www.openiddictcomponents.com/home/) - Add SAML 2P support to your OpenIddict $
 
Blazor
 
BootstrapBlazor (https://github.com/dotnetcore/BootstrapBlazor) - A set of enterprise-class UI components based on Bootstrap and Blazor. - NOTE: This is not affiliated with Microsoft or .NET
ant-design-blazor (https://github.com/ant-design-blazor/ant-design-blazor) - A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
MASA.Blazor (https://github.com/BlazorComponent/MASA.Blazor) - A set of enterprise-class UI components based on Material Design and Blazor WebAssembly.
Megabit.Blazorise (https://github.com/Megabit/Blazorise) - Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material. Very easy to use.
blazork8s (https://github.com/weibaohui/blazork8s) - k8s management ui in blazor and .NET Core.
MudBlazor (https://github.com/MudBlazor/MudBlazor) - A Material Design framework for Blazor, allowing .NET developers to quickly build web apps, with extensive documentation and examples.
 
Blockchain
 
Nethermind (https://github.com/NethermindEth/nethermind) - full Ethereum client in .NET Core
 
Build Automation
 
Psake (https://github.com/psake/psake) - .NET-based build automation tool written in PowerShell
FAKE (https://github.com/fsharp/FAKE) - F# Make, a cross-platform build automation system
Invoke-Build (https://github.com/nightroman/Invoke-Build) - PowerShell build and test automation tool inspired by Psake.
MSBuild (https://github.com/dotnet/msbuild) - The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio
Cake (https://github.com/cake-build/cake) - Cake (C# Make) is a cross-platform build automation system with a C# DSL.
Nake (https://github.com/yevhen/Nake) - Magic script-based C# task runner
Nuke (https://github.com/nuke-build/nuke) - Cross-platform build automation system
FlubuCore (https://github.com/dotnetcore/FlubuCore) - A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code. - NOTE: This is not affiliated with Microsoft or .NET
ModularPipelines (https://github.com/thomhurst/ModularPipelines) - Write your pipelines in C#
 
Business Intelligence
 
FastReport (https://github.com/FastReports/FastReport) - The open source report generator for .NET Core 2.x/.Net Framework 4.x. FastReport can be used in ASP.NET MVC, Web API applications.
NReco PivotData (https://www.nrecosite.com/pivot_data_library_net.aspx) - in-memory data aggregation/OLAP library, pivot tables generation (render to HTML, exports), ASP.NET pivot builder control $ Free for single-deployment/non-SaaS
 
Caching
 
CacheCow (https://github.com/aliostad/CacheCow) - An ASP.NET Web API HTTP caching implementation both on client and server
Akavache (https://github.com/reactiveui/Akavache) - An asynchronous, persistent key-value store
EasyCaching (https://github.com/dotnetcore/EasyCaching) - A caching library that contains basic and some advanced usages of caching which can help handle caching more easier! - NOTE: This is not affiliated with Microsoft or .NET
CacheManager (https://github.com/MichaCo/CacheManager) - A common interface and abstraction layer for caching.
FastCache (https://github.com/jitbit/FastCache) - 10X faster alternative to MemoryCache for .NET
Foundatio (https://github.com/FoundatioFx/Foundatio#caching) - A common interface with in memory, Redis and hybrid implementations.
Cache Tower (https://github.com/TurnerSoftware/CacheTower) - An efficient multi-layered caching system for .NET (In-Memory, Redis, Database, File etc)
FusionCache
(https://github.com/jodydonetti/ZiggyCreatures.FusionCache) - An easy to use, high performance and robust cache with an optional distributed 2nd layer and some advanced features, like a fail-safe mechanism and advanced timeouts management
BitFaster.Caching (https://github.com/bitfaster/BitFaster.Caching) - Thread-safe in-memory caches optimized for very high concurrent throughput, near optimal hit rate and low latency.
 
Calendar
 
iCal.NET (https://github.com/rianjs/ical.net) iCal.NET is an iCalendar (RFC 5545) class library for .NET aimed at providing RFC 5545 compliance, while providing full compatibility with popular calendaring applications and libraries.
 
Chat
 
Stream (https://github.com/GetStream/stream-chat-net) Official .NET API client for Stream Chat, a service for building chat applications.
 
CLI
 
Argu (https://github.com/fsprojects/Argu) - Declarative CLI argument & XML configuration parser for F# applications.
CliFx (https://github.com/Tyrrrz/CliFx) - Declarative framework for building command line interfaces.
CliWrap (https://github.com/Tyrrrz/CliWrap) - Wrapper for command line interfaces.
CommandDotNet
(https://github.com/bilal-fazlani/commanddotnet) - Model your console app using C# in a composable manner. Define commands with methods. Define subcommands with properties or nested classes. Extensible parsing and command execution.
Command Line Parser (https://github.com/commandlineparser/commandline) - The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command-line arguments and related tasks
CommandLineUtils (https://github.com/natemcmaster/CommandLineUtils) - This is a fork of Microsoft.Extensions.CommandLineUtils, which is no longer under active development.
Docopt (https://github.com/docopt/docopt.net) - Command-line interface description language that will make you smile.
Gui.cs (https://github.com/migueldeicaza/gui.cs) - Terminal UI toolkit for .NET.
Power Args (https://github.com/adamabdelhamed/PowerArgs) - PowerArgs converts command-line arguments into .NET objects that are easy to program against. It also provides a ton of optional capabilities such as argument validation, auto generated
usage, tab completion, and plenty of extensibility
SharpNetSH (https://github.com/rpetz/SharpNetSH) - A simple netsh library for C#.
spectre.console (https://github.com/spectresystems/spectre.console) - A library that makes it easier to create beautiful console applications.
 
CLR
 
Runtime (https://github.com/dotnet/runtime) - Mono and CoreCLR .NET runtimes, as well as the standard library and some higher level components like System.Linq and System.Text.Json.
 
CMS
 
FluentCMS (https://github.com/fluentcms/FluentCMS) - FluentCMS is open source AI Driven ASP.NET Core Blazor Content Management System (CMS)
Composite C1 (https://github.com/Orckestra/C1-CMS-Foundation) - A web CMS that focus on UX and adaptability
mojoPortal (https://github.com/i7media/mojoportal) - MojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET
Orchard (https://github.com/OrchardCMS/Orchard) - Free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET platform
Piranha CMS (https://github.com/PiranhaCMS/piranha.core) - Piranha is the fun, fast and lightweight .NET framework for developing cms-based web applications with an extra bite. It's built on ASP.NET MVC and Web Pages and is fully compatible
with both Visual Studio and WebMatrix. https://piranhacms.org
Umbraco (https://github.com/umbraco/Umbraco-CMS) - Umbraco is a free open source Content Management System built on the ASP.NET platform
DotNetNuke
(https://www.dnnsoftware.com/community/download) - DNN Platform is our free, open source web CMS and the foundation of every professional DNN solution. Over 750,000 organizations worldwide have built websites powered by the DNN Platform.
Squidex (https://github.com/Squidex/squidex) !GitHub stars (https://img.shields.io/github/stars/Squidex/squidex?style=flat-square&cacheSeconds=604800) !GitHub stars
(https://img.shields.io/github/last-commit/Squidex/squidex?style=flat-square&cacheSeconds=86400) - Open source headless CMS and content management hub. https://squidex.io
fluent-cms (https://github.com/fluent-cms/fluent-cms) - RESTful CRUD (Create, Read, Update, Delete) APIs, Admin Panel web pages,a GraphQL-style query designer and a WYSIWYG web page designer, all fully configurable without writing code.
 
Code Analysis and Metrics
 
.NET Compiler Platform ("Roslyn") Analyzers (https://github.com/dotnet/roslyn-analyzers) - A number of Roslyn diagnostic analyzers initially developed to help flesh out the design and implementation of the static analysis APIs.
PVS-Studio (https://pvs-studio.com/en/pvs-studio/) - PVS-Studio is a static analyzer on guard of code quality, security (SAST), and code safety. Free for OSS (https://pvs-studio.com/en/order/open-source-license/) $
NDepend (https://www.ndepend.com) - is a Visual Studio and VS Team Services extension that estimates your .NET code quality and Technical-Debt, that lets create code rules with C# LINQ syntax, visualize code structure and focus on changes and
evolution. $
StyleCop (https://github.com/StyleCop) - StyleCop analyzes C# source code to enforce a set of style and consistency rules
BenchmarkDotNet (https://github.com/dotnet/BenchmarkDotNet) - Powerful .NET library for benchmarking.
Bencher (https://bencher.dev/) - Suite of continuous benchmarking tools designed to catch performance regressions in CI.
NsDepCop (https://github.com/realvizu/NsDepCop) - Static code analysis tool to enforce namespace dependency rules in C# projects.
WebBen (https://github.com/omerfarukz/WebBen) - Is a tool for benchmarking your Hypertext Transfer Protocol (HTTP) server.
 
Code Snippets
 
.NET Fiddle (https://dotnetfiddle.net/) - Write, compile and run C#, F# and VB code in the browser. The .Net equivalent of JSFiddle.
Sharplab (https://sharplab.io/) - Run C# code using different branches and versions of Roslyn, see the IL that was produced and examine the JIT's output.
Entity Framework Playground (https://efplayground.io) - Examine the generated SQL for migrations and queries by writing DbContext and queries using it in the browser. Learn by example, compare different versions of Entity Framework and
providers such as MS SQL, PostgreSql and Sqlite.
 
Compilers, Transpilers and Languages
 
ClojureCLR (https://github.com/clojure/clojure-clr) - A port of Clojure to the CLR, part of the Clojure project
F# (https://github.com/fsharp/fsharp/) - The F# compiler, core library and tools - a functional programming language for safer, faster, better code writing.
Hybridizer (https://www.altimesh.com/hybridizer-essentials/) - CIL (C#, VB.Net, F#) to CUDA compiler. $
IronScheme (https://github.com/IronScheme/IronScheme) - R6RS Scheme compiler, runtime and many standard libraries
Mond (https://github.com/Rohansi/Mond) - A dynamically typed scripting language written in C# with a REPL, debugger, and simple embedding API.
Nemerle (https://github.com/rsdn/nemerle) - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful
meta-programming system.
P (https://github.com/p-org/P) - P is a language for asynchronous event-driven programming.
PeachPie (https://github.com/peachpiecompiler/peachpie) - PeachPie is a PHP compiler and runtime for .NET and .NET Core, which allows entire PHP applications to run on the modern, secure and performant .NET and .NET Core platforms.
Roslyn (https://github.com/dotnet/roslyn) - The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs. It enables building code analysis tools with the same APIs that are used by
Visual Studio.
FSharp (https://github.com/dotnet/fsharp) - The F# compiler and tools
Fable (https://github.com/fable-compiler/Fable) - F# to JavaScript Compiler
Iron python (https://github.com/IronLanguages/ironpython3) - A python 3 implementation that is integrated with the dot net framework.
IKVM (https://ikvm.org) - A Java Virtual Machine and Bytecode-to-IL Converter for .NET. Execute compiled Java code (bytecode) on .NET Framework or .NET Core.
Lib.Harmony (https://github.com/pardeike/Harmony) - Rewrite mono and C# methods at the runtime, Either write a method that will be executed, or edit the code of the method in IL, mainly used for game modding.
dotnet-repl (https://github.com/jonsequitur/dotnet-repl) - C# REPL (read-eval-print loop)
 
Compression
 
SharpCompress (https://github.com/adamhathcock/sharpcompress) - SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can unrar, un7zip, unzip, untar unbzip2 and ungzip with forward-only reading and file random access APIs.
Write support for zip/tar/bzip2/gzip are implemented
 
Configuration
AgileConfig (https://github.com/dotnetcore/AgileConfig) - AgileConfig is a lightweight configuration center that helps you manage all your application's configurations through website. - NOTE: This is not affiliated with Microsoft or .NET
 
Continuous Integration
TeamCity (https://www.jetbrains.com/teamcity/) - Ready to work, extensible and developer-friendly build server — out of the box $
MyGet (https://www.myget.org/) - Continuous Integration and Deployment, Hosted Package Repository for NuGet, NPM, Bower and VSIX $
AppVeyor (https://www.appveyor.com/) - .NET Continuous Integration and Deployment as a service. $ Free for OSS
 
Cryptography
 
BouncyCastle (https://bouncycastle.org/) - Together with the .Net System.Security.Cryptography, the reference implementation for cryptographic algorithms on the CLR.
NaCl.Core (https://github.com/daviddesmet/NaCl.Core) - A managed-only cryptography library for .NET which provides modern cryptographic primitives.
Paseto.Core (https://github.com/daviddesmet/paseto-dotnet) - A Paseto (Platform-Agnostic Security Tokens) implementation for .NET
Pkcs11Interop (https://github.com/Pkcs11Interop/Pkcs11Interop) - Managed .NET wrapper for unmanaged PKCS#11 libraries that provide access to the cryptographic hardware
SecurityDriven.Inferno (https://github.com/sdrapkin/SecurityDriven.Inferno) - .NET crypto library. Professionally audited.
CryptoNet (https://github.com/maythamfahmi/CryptoNet) - .NET simple crypto library. Native c#.
 
Cloud Storage
 
Foundatio (https://github.com/FoundatioFx/Foundatio#jobs) - Cloud Storage library with AWS, Azure and many other providers supported.
FluentStorage (https://github.com/robinrodricks/FluentStorage) - A polycloud .NET cloud storage abstraction layer originally known as Storage.Net. Provides a generic interface for Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event
Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus).
Stowage (https://github.com/aloneguid/stowage) - Bloat-free zero dependency .NET cloud storage kit that supports at minimum THE major cloud providers.
Cloud Storage (https://github.com/managedcode/Storage):- This library provides a universal interface for accessing and manipulating data in different cloud blob storage providers (Azure Storage, AWS S3, Google Cloud Storage. It makes it easy to
switch between providers or to use multiple providers simultaneously, without having to learn and use multiple APIs.
 
Database
 
RocksDB (https://github.com/curiosity-ai/rocksdb-sharp) - C# binding for Facebook's RocksDB Key-Value store + native builds for Windows, macOS and Linux
DBreeze (https://github.com/hhblaze/DBreeze) - DBreeze Database is an open-source embedded Key-Value store
Event Store (https://github.com/EventStore/EventStore) - The open-source, functional database with Complex Event Processing in JavaScript
LiteDB (https://github.com/mbdavid/LiteDB) - A .NET NoSQL Document Store in a single data file - https://www.litedb.org
RavenDB (https://github.com/ravendb/ravendb) - A LINQ-enabled document database for .NET
Marten (https://github.com/JasperFx/marten) - PostgreSQL as a document database and event store for .NET applications
Realm Xamarin (https://github.com/realm/realm-dotnet) - A fast, easy-to-use alternative to SQLite & ORMs - https://realm.io/docs/dotnet/latest/
Streamstone (https://github.com/yevhen/Streamstone) - Event store for Azure Table Storage
Ignite (https://github.com/apache/ignite) - Distributed in-memory platform: document database with SQL and LINQ support; distributed computations; distributed services and events.
Yessql (https://github.com/sebastienros/yessql) - A .NET document database working on any RDBMS
JsonFlatFileDataStore (https://github.com/ttu/json-flatfile-datastore) - Simple JSON flat file data store with support for typed and dynamic data
ZoneTree (https://github.com/koculu/ZoneTree) - Persistent, high-performance, transactional, and ACID-compliant ordered key-value database for .NET.
 
Database Drivers
 
DuckDB.NET (https://github.com/Giorgi/DuckDB.NET) - .NET data provider for DuckDB
MySQL Connector (https://dev.mysql.com/downloads/connector/net/) - Connector/Net is a fully-managed ADO.NET driver for MySQL
Npgsql (https://github.com/npgsql/Npgsql) - .NET data provider for PostgreSQL
MongoDB (https://github.com/mongodb/mongo-csharp-driver) - Official MongoDB C# driver
ServiceStack Redis (https://github.com/ServiceStack/ServiceStack) - .NET's leading C# Redis client
StackExchange Redis (https://github.com/ServiceStack/ServiceStack) - General purpose Redis client from StackExchange
Cassandra (https://github.com/datastax/csharp-driver) - DataStax .NET driver for Apache Cassandra
Couchbase (https://github.com/couchbase/couchbase-net-client) - Official Couchbase .NET client library, based on the Enyim memcached client
Firebird.NET (https://sourceforge.net/projects/firebird/) - The .NET Data provider is written in C# and provides a high-performance, native implementation of the Firebird API
 
Datetime
 
NodaTime (https://github.com/nodatime/nodatime) - Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely. https://nodatime.org/
DateTimeExtensions (https://github.com/joaomatossilva/DateTimeExtensions) - Common Date Time operations on the form of extensions to System.DateTime, including holidays and working days calculations on several culture locales.
Exceptionless.DateTimeExtensions (https://github.com/exceptionless/Exceptionless.DateTimeExtensions) - DateTimeRange, Business Day and various DateTime, DateTimeOffset, TimeSpan extension methods.
 
Decompilation
 
dnSpy (https://github.com/0xd4d/dnSpy) - open-source .NET assembly browser, editor, decompiler and debugger
dnSpyEx (https://github.com/dnSpyEx/dnSpy) - Unofficial revival of dnSpy
ILSpy (https://ilspy.net/) - ILSpy is the open-source .NET assembly browser and decompiler
dotPeek (https://www.jetbrains.com/decompiler/) - Free-of-charge standalone tool based on ReSharper's bundled decompiler. It can reliably decompile any .NET assembly into equivalent C# or IL code. It can create Visual Studio solutions based on
the original binary files in a straight-forward way. Proprietary Free
 
Deployment
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
 
 
DirectX
 
Vortice.Windows (https://github.com/amerkoleci/Vortice.Windows) - Cross platform .NET standard libraries for DirectX, WIC, Direct2D1, XInput, XAudio and X3DAudio
 
Desktop
 
Sucrose Wallpaper Engine (https://github.com/Taiizor/Sucrose) - Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
 
Distributed Computing
 
.NEXT Raft (https://github.com/dotnet/dotNext) - Raft implementation for .NET and ASP.NET Core that allows to build clustered microservices powered by distributed consensus and replication
Orleans (https://github.com/dotnet/orleans) - Orleans is a 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. It was created by Microsoft Research.
Orleankka (https://github.com/OrleansContrib/Orleankka) - Orleankka is a functional API for Microsoft Orleans framework. It is highly suitable for scenarios where having composable, uniform communication interface is preferable, such as: CQRS,
event-sourcing, re-routing, FSM, etc. Additional API available for F# called Orleankka.FSharp.
Akka.net (https://github.com/akkadotnet/akka.net) - Akka.NET is a port of the popular Java/Scala framework Akka to .NET. This is a community-driven port and is not affiliated with Typesafe who makes the original Java/Scala version.
Zebus (https://github.com/Abc-Arbitrage/Zebus) - Zebus is a lightweight, highly versatile, peer-to-peer service bus, built with CQRS principles in mind. It allows applications to communicate with each other in a fast and easy manner. Most of
the complexity is hidden in the library and you can focus on writing code that matters to you, not debugging messaging code. A very fundamental base for any distributed application.
protoactor-dotnet (https://github.com/AsynkronIT/protoactor-dotnet) - Proto Actor - Ultra fast distributed actors for Golang and C#
 
DLR
 
Documentation
 
Sandcastle (https://github.com/EWSoftware/SHFB) - Sandcastle Help File Builder similar to NDoc
SourceBrowser (https://github.com/KirillOsenkov/SourceBrowser) - Source browser website generator that powers https://referencesource.microsoft.com
Swashbuckle (https://github.com/domaindrivendev/Swashbuckle.WebApi) - Seamlessly adds a Swagger to Web API projects.
F# Formatting (https://fsprojects.github.io/FSharp.Formatting/) - Tools for documenting F# and C# projects from F# script files, Markdown documents and inline XML or Markdown comments
DocFX (https://github.com/dotnet/docfx) - Tools for building and publishing API documentation for .NET projects
DocNet (https://github.com/FransBouma/DocNet) - Your friendly static documentation generator, using markdown files to build the content.
 
E-Commerce and Payments
 
NopCommerce (https://github.com/nopSolutions/nopCommerce) - nopCommerce. Free open-source e-commerce shopping cart (ASP.NET Core)
ServiceStack.Stripe (https://github.com/ServiceStack/ServiceStack) - Typed .NET clients for stripe.com REST APIs
SmartStoreNET (https://github.com/smartstore/Smartstore) - Free ASP.NET Core MVC e-commerce Shopping Cart Solution
Stripe.Net (https://github.com/stripe/stripe-dotnet) - Stripe.net is a full service .NET API for https://stripe.com/
Virto Commerce (https://github.com/VirtoCommerce/vc-platform) - Virto Commerce is the second generation release and is the only enterprise level e-commerce product fully available under Open Source license. Virto Commerce is based on .NET 4.5
with extensive use of MVC, IoC, EF, Azure, AngularJS and many other cutting edge technologies. It can be deployed in Microsoft Cloud (Azure), Amazon Web Services (AWS) and on-premise. https://virtocommerce.com
SimplCommerce (https://github.com/simplcommerce/simplcommerce) - Super simple ecommerce system built on .NET Core. Simple to use and easy to customize. Thanks to .NET Core, you can run the SimplCommerce on Windows, Linux. With various RDBMS:
Microsoft SQL Server, PostgreSQL, MySQL
GrandNode (https://github.com/grandnode/grandnode2) - Headless, multi-vendor, multi-tenant, the most advanced open source e-commerce platform based on .NET Core 5.0 and MongoDB.
Adyen (https://github.com/Adyen/adyen-dotnet-api-library) - The official Adyen Payment API Library for .NET
 
Emulators
 
Blzhawk (https://github.com/TASEmulators/BizHawk) - BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools
for all system cores.
 
Environment Management
 
Dotnet CLI (https://github.com/dotnet/sdk) - The cross-platform .NET Core command-line toolchain utility.
 
ETL
 
Cinchoo ETL (https://github.com/Cinchoo/ChoETL) - ETL Framework for .NET (Read / Write CSV, Flat, Xml, JSON, Key-Value formatted files)
EtlBox.Classic (https://github.com/rpsft/etlbox) - Lightweight ETL (extract, transform, load) library and data integration toolbox for .NET built on top of Microsoft TPL.Dataflow library.
 
Event aggregator and messenger
 
Mediator.Net (https://github.com/mayuanyang/Mediator.Net) - A simple mediator for .NET for sending command, publishing event and request response with pipelines supported
MediatR (https://github.com/jbogard/MediatR) - Simple, unambitious mediator implementation in .NET
EventFlow (https://github.com/eventflow/EventFlow) - EventFlow is an Async/await first CQRS and Event Sourcing DDD framework for .NET
LiteBus (https://github.com/litenova/LiteBus) -An easy-to-use and ambitious in-process mediator providing the foundation to implement Command Query Separation (CQS)
 
Exceptions
Exceptionless (https://github.com/exceptionless/Exceptionless.Net) - Exceptionless .NET Client
 
Extensions
ExtensionMethods.Net (https://www.extensionmethod.net/csharp) - Site with collection of extension methods
 
Feature management
Microsoft.FeatureManagement (https://github.com/microsoft/FeatureManagement-Dotnet) - This library provides a way to develop and expose application functionality based on feature flags. It enables scenarios like new feature rollouts and A/B
testing for experimentation purposes. It also provides integration with common .NET coding patterns and ASP.NET Core.
 
Functional programming
language-ext (https://github.com/louthy/language-ext) - This library uses and abuses the features of C# 6+ to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself. It also includes an
'Erlang like' process system (actors) that can optionally persist messages and state to Redis (note you can use it without Redis for in-app messaging). The process system additionally supports Rx streams of messages and state allowing for a
complete system of reactive events and message dispatch.
MoreLinq (https://github.com/MoreLinq/MoreLinq) - Provides extra methods to LINQ to Objects.
 
Game
 
MonoGame (https://github.com/MonoGame/MonoGame) - One framework for creating powerful cross-platform games
FNA (https://github.com/FNA-XNA/FNA) - FNA is an XNA4 reimplementation that focuses solely on developing a fully accurate XNA4 runtime for the desktop
Duality (https://github.com/AdamsLair/duality) - Duality is a 2D game development framework. Focused on modularity, comes with a visual editor.
Stride Game Engine (https://stride3d.net/ ) - Stride Game Engine is a 2D/3D cross-platform game engine featuring a scene editor, particles, physically based rendering (PBR), scripting, and much more
Wave Engine (https://waveengine.net/Engine) - Wave engine is a free C# component-based modern game engine which allows you to create cross-platform games supporting Kinect, Oculus Rift, Vuforia, Cardboard, Leap Motion and much more. Free
Proprietary
Nez (https://github.com/prime31/Nez) - Nez is a free 2D-focused framework that works with MonoGame and FNA
BEPUphysics (https://github.com/bepu/bepuphysics2) - BEPUphysics is a pure C# 3D physics library
osu!framework (https://github.com/ppy/osu-framework) - A 2D application/game written with amazing games in mind.
DotRecast (https://github.com/ikpil/DotRecast) - A port of Recast & Detour, navigation mesh toolset for games, Unity3D, servers, C#
Foster (https://github.com/FosterFramework/Foster) - Foster is a small cross-platform 2D game framework in C#.
Friflo.Engine.ECS (https://github.com/friflo/Friflo.Engine.ECS) - High-performance C# ECS with simple API. Supports .NET, WASM/WebAssembly, Native AOT, Unity, Godot, MonoGame, ...
Box2D.NET (https://github.com/ikpil/Box2D.NET) - A C# port of Box2D, a 2D physics engine for games, servers, and Unity3D
 
GIS
 
NetTopologySuite (https://github.com/NetTopologySuite/NetTopologySuite/) A .NET GIS solution that is fast and reliable for the .NET platform
OsmSharp (https://www.osmsharp.com/) - C# library to work with OpenStreetMap (OSM) data. Provides reading, writing and route-planning for OSM data.
GeoJSON.NET (https://github.com/GeoJSON-Net/GeoJSON.Net) - .Net library for GeoJSON types & corresponding Json.Net (de)serializers
CoordinateSharp (https://github.com/Tronald/CoordinateSharp) - Easily parse or convert coordinate formats and calculate location based solar/lunar information.
DEM Net Elevation API (https://github.com/dem-net/dem.net) - .Net library for Digital Elevation Models, allows 3D terrain generation in glTF / STL format.
 
Git Tools
 
Husky.Net (https://github.com/alirezanet/Husky.Net) - Git hooks made easy with Husky.Net internal task runner, You can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. supports C# scripts, gitflow
hooks, Multiple file states (staged, lastCommit, glob)
GitExtensions (https://github.com/gitextensions/gitextensions) - GitExtensions is a shell extension, a Visual Studio 2008/2010/2012/2013 plugin and a standalone Git repository tool. https://gitextensions.github.io/
GitVersion (https://github.com/GitTools/GitVersion) - Generate a Semantic Version Number based on the state of your Git repository
LibGit2Sharp (https://github.com/libgit2/libgit2sharp) - LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET and Mono.
posh-git (https://github.com/dahlbyk/posh-git) - A PowerShell environment for Git
Git Credential Manager (https://github.com/git-ecosystem/git-credential-manager) - Helps solving issues of credentials
 
Graphics
 
Oxyplot (https://github.com/oxyplot/) - OxyPlot is a cross-platform plotting library for .NET
OpenTK (https://github.com/opentk/opentk) - The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL
Aspose.Drawing (https://products.aspose.com/drawing/net) - Fully managed, cross-platform, complete 2D graphic library for drawing text, geometries, and images, with System.Drawing compatible API. $
ScottPlot (https://swharden.com/scottplot/) - A plotting library to interactively displays large datasets. Line plots, bar charts, pie graphs, scatter plots, and more. It supports WinForms, WPF, Avalonia, Console.
LiveCharts2 (https://github.com/beto-rodriguez/LiveCharts2) - Simple, flexible, interactive & powerful charts, maps, and gauges for .Net. LiveCharts2 supports WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
Helix Toolkit (https://github.com/helix-toolkit/helix-toolkit) - Helix Toolkit is a collection of 3D components for .NET
AssimpNet (https://bitbucket.org/Starnick/assimpnet) - A cross-platform .NET Standard wrapper for the Open Asset Importer ("Assimp"). The library enables importing, processing, and exporting of 3D models for rendering in graphics/game
applications. Over 40 formats are supported for importing (e.g. OBJ, FBX, GLTF, 3DS, Collada) and a subset of those formats can be exported to (e.g. OBJ, GLTF, 3DS, Collada). Mesh processing features allow for mesh data to be generated or
optimized for real-time rendering.
Silk.NET (https://github.com/dotnet/Silk.NET) - A cross-platform, high-performance, low-level .NET Standard wrapper for many advanced APIs such as OpenGL, OpenCL, OpenAL, OpenXR, Assimp, GLFW, as well as many others. In addition to wrapping
over Native APIs, it also comes with its own Windowing and Input abstraction. This makes game and application development with Silk.NET a breeze, and has pretty much everything a 3D application developer would need.
Veldrid (https://github.com/mellinoe/veldrid) - A low-level, portable graphics and compute library for .NET
VectSharp (https://github.com/arklumpus/VectSharp) - .NET library to create vector graphics and text, and then export it to PDF, SVG and raster image formats.
 
GraphQL
GraphQL.NET (https://github.com/graphql-dotnet/graphql-dotnet) - Implementation of Facebook's GraphQL (https://github.com/graphql/graphql-spec) in .Net
HotChocolate (https://github.com/ChilliCream/hotchocolate) - GraphQL server compatible to all GraphQL compliant clients like Strawberry Shake, Relay, Apollo Client, and various other clients and tools.
EntityGraphQL (https://github.com/EntityGraphQL/EntityGraphQL) - library to build a GraphQL API on top of data model with the extensibility to easily bring multiple data sources together in the single GraphQL schema (EF is not a requirement -
any ORM working with LinqProvider or an in-memory object will work).
ZeroQL
(https://github.com/byme8/ZeroQL) - high-performance C#-friendly GraphQL client. It supports Linq-like syntax. It doesn't require Reflection.Emit or expressions. As a result, the runtime provides performance very close to a raw HTTP call.
 
GUI
 
GUI - Framework
 
Avalonia (https://github.com/AvaloniaUI/Avalonia) - A multi-platform .NET UI framework (formerly known as Perspex).
Windows UI Library (https://github.com/microsoft/microsoft-ui-xaml) - The Windows UI Library (WinUI) provides official native Microsoft UI controls and features for Windows UWP apps.
UNO Platform (https://github.com/unoplatform) - The only platform for building native mobile, desktop and WebAssembly with C#, XAML from a single codebase. Open source and professionally supported. Website: platform.uno (https://platform.uno/)
Xamarin.Forms (https://github.com/xamarin/Xamarin.Forms) - Build native UIs for iOS, Android and Windows from a single, shared C# codebase.
Eto.Forms (https://github.com/picoe/Eto) - Cross-platform GUI framework for desktop and mobile applications in .NET and Mono
Gtk# (https://github.com/mono/gtk-sharp) - Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
QtSharp (https://github.com/ddobrev/QtSharp) - Mono/.NET Bindings for Qt
SciterSharp (https://github.com/ramon-mendes/SciterSharp) - Create .NET cross-platform desktop apps using not just HTML, but all features of Sciter engine: CSS3, SVG, scripting, AJAX, <video>... Sciter is free for commercial use
XWT (https://github.com/mono/xwt) - A cross-platform UI toolkit for creating desktop applications with .NET and Mono
Qml.Net (https://github.com/qmlnet/qmlnet) - A cross-platform Qml/.NET integration for Mono/.NET/.NET Core
Lara (https://github.com/integrativesoft/lara) - Lara Web Engine is a library for developing Web user interfaces in C# - (Blazor Server-Side Alternative)
Neutronium (https://github.com/NeutroniumCore/Neutronium) - Build .NET desktop applications using HTML, CSS, javascript and MVVM bindings such as with WPF.
photino.NET (https://github.com/tryphotino/photino.NET) - Photino is a lightweight open-source framework for building native, cross-platform desktop applications with Web UI technology.

GUI - Themed Control Toolkits
 
Modern UI for WPF - MUI (https://github.com/firstfloorsoftware/mui) - Set of controls and styles to convert WPF applications into a great looking Modern UI apps.
MahApps.Metro (https://github.com/MahApps/MahApps.Metro) - Toolkit for creating Metro-styled WPF apps
MaterialSkin (https://github.com/IgnaceMaes/MaterialSkin) - Theming .NET WinForms, C# or VB.Net, to Google's Material Design principles.
AdonisUI (https://github.com/benruehl/adonis-ui) - Lightweight UI toolkit for WPF applications offering classic but enhanced Windows visuals.
Bunifu UI Framework (https://bunifuframework.com) - Carefully crafted Winforms controls and components for creating stunning modern application UI. $
HandyControl (https://github.com/HandyOrg/HandyControl) - Contains some simple and commonly used WPF controls
MaterialDesignInXamlToolkit (http://materialdesigninxaml.net/) - Toolkit for creating Material Design styled WPF apps
UWP Community Toolkit (https://github.com/windows-toolkit/WindowsCommunityToolkit) - The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks
building UWP apps for Windows 10.
Empty Keys UI (https://www.emptykeys.com/ui_library/) - Multi-platform and multi-engine XAML based user interface library Free Proprietary
 
GUI - other
 
Callisto (https://github.com/timheuer/callisto) - A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
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.
ObjectListView (http://objectlistview.sourceforge.net/cs/index.html) - ObjectListView is a C# wrapper around a .NET ListView. It makes the ListView much easier to use and teaches it some new tricks
DockPanelSuite (https://sourceforge.net/projects/dockpanelsuite/) - The Visual Studio inspired docking library for .NET WinForms
AvalonEdit (https://github.com/icsharpcode/AvalonEdit) - The WPF-based text editor component used in SharpDevelop
 
HTML and CSS
 
AngleSharp (https://github.com/AngleSharp/AngleSharp) - Complete HTML5 DOM and CSS3 OM construction
dotless (https://github.com/dotless/dotless) - .NET port of the Ruby Less CSS lib http://www.dotlesscss.org
ExCSS (https://github.com/TylerBrinks/ExCSS) - CSS3 parser library for C#
HtmlAgilityPack (https://html-agility-pack.net/?z=codeplex) - an agile HTML parser that builds a read/write DOM and supports plain XPath or XSLT
LibSass Host (https://github.com/Taritsyn/LibSassHost) - .NET wrapper around the libSass (https://sass-lang.com/libsass) library with the ability to support a virtual file system
 
HTTP
 
RestSharp (https://github.com/restsharp/RestSharp) - Simple REST and HTTP API client for .NET
Flurl (https://flurl.dev) - Fluent, portable, testable REST/HTTP client library
Refit (https://github.com/reactiveui/refit) - The automatic type-safe REST library for Xamarin and .NET
WebApiClient
(https://github.com/dotnetcore/WebApiClient) An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.
Apizr (https://github.com/Respawnsive/Apizr) Refit based web api client, but resilient (retry, connectivity, cache, auth, log, priority, etc...).
Fluxzy.Core (https://github.com/haga-rak/fluxzy.core) - A fully managed and fully streamed Man-On-The-Middle library to intercept, record and alter HTTP/1.1, H2, websocket traffic over plain or secure channels.
 
IDE
Visual Studio Community (https://visualstudio.microsoft.com/vs/community/) - A full-featured IDE
Waf DotNetPad (https://jbe2277.github.io/dotnetpad/) - A simple and fast code editor that makes fun program with C# or Visual Basic.
Visual Studio Code (https://code.visualstudio.com/) - Excellent open source editor from Microsoft, based on Electron.
Ionide (http://ionide.io/) - An Atom Editor and Visual Studio Code package suite for cross platform F# development.
Rider (https://www.jetbrains.com/rider/) - A cross-platform C# IDE based on the IntelliJ platform and ReSharper
RoslynPad (https://github.com/aelij/RoslynPad) - A simple C# editor based on Roslyn and AvalonEdit.
Consulo (https://consulo.io) - A cross-platform IDE with C# & Java support, fork of IntelliJ IDEA Community Edition
vvvv (https://visualprogramming.net) A visual live-programming environment for .NET Free for OSS
CSharp Analyzer by MongoDB (https://github.com/mongodb/mongo-csharp-analyzer) A free Visual Studio Extension for MongoDB users, helping translate your code into MongoDB queries
 
Image Processing
 
ImageWizard (https://github.com/usercode/ImageWizard) - Image processing webservice based on ASP.NET Core and ImageSharp / SkiaSharp / SvgNet / DocNET
ImageResizer (https://imageresizing.net/) - Add commands to image URLs to get altered versions in milliseconds. Resizing, editing etc of images in real-time.
ImageSharp (https://github.com/SixLabors/ImageSharp) - Fully managed cross-platform library for processing of image files.
MagicScaler (https://github.com/saucecontrol/PhotoSauce) - High-performance image processing pipeline for .NET, focused on making complex imaging tasks simple.
MetadataExtractor (https://github.com/drewnoakes/metadata-extractor-dotnet) - Extracts Exif, IPTC, XMP, ICC and other metadata from image files.
Emgu CV (http://www.emgu.com/wiki/index.php/Main_Page) - Cross-platform .NET wrapper for the OpenCV library.
SimpleITK (https://simpleitk.org/) - A simplified path to Insight. Open-source multi-dimensional image analysis in Python, R, Java, C#, Lua, Ruby, TCL and C++. Developed by the Insight Toolkit community for the biomedical sciences and beyond.
Magick.NET (https://github.com/dlemstra/Magick.NET) - .NET wrapper for the ImageMagick library.
OpenCvSharp (https://github.com/shimat/opencvsharp/) - Cross platform wrapper of OpenCV for .NET Framework.
PixelViewer (https://github.com/carina-studio/PixelViewer) - Cross-platform (Windows/macOS/Linux) image viewer which supports reading raw Luminance/YUV/RGB/ARGB/Bayer pixels data from file and rendering it. 10/16-bit YUV and viewing image frame
sequence are also supported (v1.99+).
Colourful (https://github.com/tompazourek/Colourful) - Open source .NET library for working with color spaces.
Unicolour (https://github.com/waacton/Unicolour) - Colour conversion, interpolation, and comparison for .NET.
 
Install tools
 
Wix Toolset (https://github.com/wixtoolset/wix) - The most powerful set of tools available to create your Windows installation experience
Squirrel (https://github.com/squirrel/squirrel.windows) - Squirrel is both a set of tools and a library, to completely manage both installation and updating your desktop Windows application.
Chocolatey (https://github.com/chocolatey/choco) - like yum or apt-get, but for Windows.
Onova (https://github.com/Tyrrrz/Onova) - An unopinionated auto-update framework for desktop applications.
 
Interactive programming
 
.NET Interactive (https://github.com/dotnet/interactive) - .NET Interactive takes the power of .NET and embeds it into your interactive experiences.
 
Internationalization
 
MessageFormat.NET (https://github.com/jeffijoe/MessageFormat.NET) - ICU MessageFormat implementation in .NET lets you write contextual UI messages (PCL library)
ResX Resource Manager (https://github.com/dotnet/ResXResourceManager) - The most popular free tool to localize all kind of applications with resx-based resources.
 
Interoperability
 
CppSharp (https://github.com/mono/CppSharp) - Tools to surface C++ APIs to C#
pythonnet (https://github.com/pythonnet/pythonnet) - Python and .NET interop framework
pinvoke (https://github.com/dotnet/pinvoke) - A library containing P/Invoke code for latest Windows OS.
Pyrolite (https://github.com/irmen/Pyrolite) - This library allows your Java or .NET program to interface very easily with
the Python world. It uses the Pyro protocol to call methods on remote objects.
 
IoC
Autofac (https://github.com/autofac/Autofac) - An addictive .NET IoC container
DryIoc (https://github.com/dadhi/DryIoc) - Simple, fast all fully featured IoC container.
Ninject (https://github.com/ninject/ninject) - The ninja of .NET dependency injectors
Spring.Net (https://github.com/spring-projects/spring-net) - Spring.NET is an open source application framework that makes building enterprise .NET applications easier
Lamar (https://jasperfx.github.io/lamar/) - A fast IoC container heavily optimized for usage within ASP.NET Core and other .NET server side applications.
LightInject (https://github.com/seesharper/LightInject) - A ultra lightweight IoC container
Simple Injector (https://github.com/simpleinjector/SimpleInjector) - Simple Injector is an easy-to-use Dependency Injection (DI) library for .NET 4+ that supports Silverlight 4+, Windows Phone 8, Windows 8 including Universal apps and Mono.
Microsoft.Extensions.DependencyInjection (https://github.com/dotnet/runtime/tree/main/src/libraries/Microsoft.Extensions.DependencyInjection) - The default IoC container for NET applications.
Scrutor (https://github.com/khellang/Scrutor) - Assembly scanning extensions for Microsoft.Extensions.DependencyInjection.
VS MEF (https://github.com/Microsoft/vs-mef) - Managed Extensibility Framework (MEF) implementation used by Visual Studio.
Stashbox (https://github.com/z4kn4fein/stashbox) - A lightweight, portable dependency injection framework for .NET based solutions.
 
JavaScript Engines
 
ClearScript (https://github.com/Microsoft/ClearScript) - A library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript.
Edge.js (https://github.com/tjanczuk/edge) - Run .NET and Node.js code in-process on Windows, macOS, and Linux
Jint (https://github.com/sebastienros/jint) - JavaScript interpreter for .NET which provides full ECMA 5.1 compliance and can run on any .NET platform.
Jurassic (https://github.com/paulbartrum/jurassic) - A implementation of the ECMAScript language and runtime. It aims to provide the best performing and most standards-compliant implementation of JavaScript for .NET.
YantraJS (https://github.com/yantrajs/yantra) - JavaScript Runtime (Similar to NodeJS) for .NET Standard, compiles JavaScript to IL, support for many ES6 features, generators, CommonJS modules, CSX modules and expression compiler.
 
Logging
 
NLog (https://github.com/nlog/NLog/) - NLog - Advanced .NET and Silverlight logging
Logazmic (https://github.com/ihtfw/Logazmic) - Open source NLog viewer for Windows
ELMAH (https://elmah.github.io/) - Official ELMAH site
Elmah MVC (https://github.com/alexbeletsky/elmah-mvc) - Elmah for MVC
Logary (https://github.com/logary/logary) - Logary is a high performance, multi-target logging, metric, tracing and health-check library for Mono and .NET. .NET's answer to DropWizard. Supports many targets, built for micro-services.
Log4Net (https://logging.apache.org/log4net/) - The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets
Rollbar.NET (https://github.com/rollbar/Rollbar.NET) - Simplifies real-time remote error monitoring while using Rollbar.com. Open-source Rollbar Notifier SDK for any .NET-based technology stack. The SDK that can be used in any application built
on the following .NET versions: .NET Core 2.0+, .NET Standard 2.0+, .NET Full Framework 4.5.1+, Mono, Xamarin, and, in general, any implementation of the .NET Standard 2.0+. It simplifies building data payloads based on exception data, tracing
data, informational messages, and telemetry data and sends the payloads to the Rollbar API for remote monitoring and analysis of the hosting application's behavior. Connects to Proprietary Service Free Tier
Sentry (https://github.com/getsentry/sentry-dotnet) - .NET SDK for Sentry (https://sentry.io/welcome/) Open-source error tracking that helps developers monitor and fix crashes in real time..
Serilog (https://github.com/serilog/serilog) - A no-nonsense logging library for the NoSQL era. Combines the best of traditional and structured diagnostic logging in an easy-to-use package.
StackExchange.Exceptional (https://github.com/NickCraver/StackExchange.Exceptional) - Error handler used for the Stack Exchange network
ULogViewer (https://github.com/carina-studio/ULogViewer) - Cross-Platform (Windows/macOS/Linux) Universal Log Viewer which supports reading and parsing various type of logs. You can also define your own profile to parse and show logs.
Foundatio (https://github.com/FoundatioFx/Foundatio#logging) - A fluent logging API that can be used to log messages throughout your application.
Exceptionless (https://github.com/exceptionless/Exceptionless.Net) - Exceptionless .NET Client
Loupe (https://onloupe.com) - Centralized .NET logging and monitoring. Proprietary Free Tier
elmah.io (https://elmah.io) - Cloud logging for .NET web applications using ELMAH. Find bugs before you go live. Powerful search, API, integration with Slack, GitHub, Visual Studio and more. Free for OSS
(https://elmah.io/sponsorship/opensource) $
BugSnag (https://docs.bugsnag.com/platforms/dotnet/) - Logs errors. Includes useful diagnostic info like stack trace, session, release, etc. Has a free tier. Free for OSS $
ZeroLog (https://github.com/Abc-Arbitrage/ZeroLog) - ZeroLog is a zero-allocation .NET logging library. It provides basic logging capabilities to be used in latency-sensitive applications, where garbage collections are undesirable.
AutoLoggerMessage (https://github.com/stbychkov/AutoLoggerMessage) - A source generator that automatically migrates all logging calls to high-performant LoggerMessage version.
 
Machine Learning and Data Science
Infer.NET (https://dotnet.github.io/infer/) - A framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming.
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/)
FsLab (https://fslab.org/) - A collection of data science and machine learning libraries for F# and .NET
GeneticSharp
(https://github.com/giacomelli/GeneticSharp) - Multi-platform genetic algorithm library for .NET Core and .NET Framework. The library has several implementations of GA operators, like: selection, crossover, mutation, reinsertion and termination.
ML.NET (https://github.com/dotnet/machinelearning) - Cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.
F# Data (https://github.com/fsprojects/FSharp.Data) - F# type providers for accessing XML, JSON, CSV and HTML files (based on sample documents) and for accessing WorldBank data
SciSharp STACK (https://scisharp.github.io/SciSharp/) - A rich machine learning ecosystem for .NET created by porting the most popular Python libraries to C#.
 
Markdown Processors
F# Formatting (https://fsprojects.github.io/FSharp.Formatting/) - Tools for documenting F# and C# projects. The library contains extensible Markdown parser as a core component.
markdig (https://github.com/lunet-io/markdig) - A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET.
 
Mail
 
MailKit (https://github.com/jstedfast/MailKit) - A complete cross-platform mail stack including IMAP, POP3, SMTP, authentication and more. Built on top of MimeKit.
MailKitSimplified (https://github.com/danzuep/MailKitSimplified) - A fully-featured fluent wrapper for MailKit that makes sending _and receiving_ emails as simple as possible.
MimeKit (https://github.com/jstedfast/MimeKit) - A cross-platform .NET MIME creation and parser library with support for S/MIME, PGP, TNEF and Unix mbox spools.
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.
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
 
MathNet (https://www.mathdotnet.com/) - Math.NET is an open source initiative to build and maintain toolkits covering fundamental mathematics, targeting advanced but also every day needs of .NET developers
Microsoft Automatic Graph Layout (https://github.com/Microsoft/automatic-graph-layout) - A set of tools for graph layout and viewing.
ALGLIB (https://www.alglib.net/) - ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Delphi) and several operating systems (Windows and POSIX, including Linux)
Proprietary and Free Edition
GeometRi (https://github.com/RiSearcher/GeometRi.CSharp) - Simple and lightweight computational geometry library for .Net
Rationals (https://github.com/tompazourek/Rationals) - Implementation of rational number arithmetic for .NET with arbitrary precision.
MKL.NET (https://github.com/AnthonyLloyd/MKL.NET) - A simple cross platform .NET API for Intel MKL.
AngouriMath (https://github.com/asc-community/AngouriMath) - An open-source symbolic/computer algebra library, made primarily for C# and F#. It covers a range of features and might be considered as an alternative to SymPy in .NET.
WPF-Math (https://github.com/ForNeVeR/wpf-math) - a .NET library for rendering mathematical formulae using the LaTeX typesetting style, for the WPF framework
Jodo.Numerics
(https://github.com/JosephJShort/Jodo/#numerics) - Provides extra number types (such as fixed-point and non-overflowing numbers) with full support for operators, math, string-parsing etc. Extensively tested, and cross-platform compatible.
 
Media
 
CSCore (https://github.com/filoe/cscore) - An advanced audio library, supporting playback/recording, decoding/encoding and processing of audio data in realtime (effects, visualizations, ...).
TagLib# (https://github.com/mono/taglib-sharp) - TagLib# (aka taglib-sharp) is a library for reading and writing
metadata in media files, including video, audio, and photo formats
LibVLCSharp (https://github.com/videolan/libvlcsharp) - Xamarin bindings for libvlc, the multimedia framework powering the VLC applications made by VideoLAN.
NAudio (https://github.com/naudio/NAudio) - Playback, decode and encode audio in a variety of file formats such as MP3, MP4, WAV, AIFF, Speex, etc.
Xabe.FFmpeg (https://github.com/tomaszzmuda/Xabe.FFmpeg) - .NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from C# application. $
 
Metrics
 
Foundatio (https://github.com/FoundatioFx/Foundatio#metrics) - A common interface with in-memory, Redis, StatsD, and Metrics.NET implementations.
 
Micro Framework
 
 
Minification
 
Web Markup Minifier
(https://github.com/Taritsyn/WebMarkupMin) - .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
CompressedStaticFiles (https://github.com/AnderssonPeter/CompressedStaticFiles) - Send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser
indicates that i has support for it.
 
Misc
CSScript (https://www.cs-script.net/) - CS-Script is a CLR based scripting system which uses C# as a programming language. CS-Script currently targets Microsoft implementation of CLR (.NET 2.0/3.0/3.5/4.0/4.5) with full support on Mono. Comes
with many additional features, such as script hosting.
CsvHelper (https://github.com/JoshClose/CsvHelper) - Library to help reading and writing CSV files https://github.com/JoshClose/CsvHelper
RecordParser (https://github.com/leandromoh/recordparser) - Library to help reading and writing CSV and Flat files with zero heap allocation.
Sep (https://github.com/nietras/Sep) - World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (csv, tsv etc.). Cross-platform, trimmable and AOT/NativeAOT compatible.
ConsoleTableExt (https://github.com/minhhungit/ConsoleTableExt) - Fluent library to create table for .Net console application.
FluentValidation (https://github.com/FluentValidation/FluentValidation) - A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules.
Validot (https://github.com/bartoszlenar/Validot) - Validot is a performance-first, compact library for advanced model validation. Using a simple declarative fluent interface, it efficiently handles classes, structs, nested members,
collections, nullables, plus any relation or combination of them. It also supports translations, custom logic extensions with tests, and DI containers.
Humanizer (https://github.com/Humanizr/Humanizer) - Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
LINQPad (https://www.linqpad.net) - a C#/VB/F# scratchpad that instantly executes any expression, statement block or program with rich output formatting and a wealth of features. Also lets you interactively query databases in LINQ. $
LINQPad.QueryPlanVisualizer (https://github.com/Giorgi/LINQPad.QueryPlanVisualizer/) - View SQL Server and Postgres query plans directly inside LINQPad.
Polly (https://github.com/App-vNext/Polly) - Express transient-exception-handling and resilience policies such as Retry, Wait-and-Retry, Circuit Breaker, and Bulkhead Isolation in a fluent manner. Fully thread-safe and full async support. (4.0
/ 4.5 / .NET Core / .NET Standard / Xamarin).
Aeron.NET (https://github.com/AdaptiveConsulting/Aeron.NET) - Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron
TypeShape (https://github.com/eiriktsarpalis/TypeShape) - TypeShape is a small, extensible F# library for practical generic programming
ByteSize (https://github.com/omar/ByteSize) - ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
Jot (https://github.com/anakic/jot) - a library for persisting and restoring application state (a better alternative to .settings files).
Enums.NET (https://github.com/TylerBrinkley/Enums.NET) - Enums.NET is a high-performance type-safe .NET enum utility library
YoutubeExplode (https://github.com/Tyrrrz/YoutubeExplode) - Ultimate library for extracting metadata and downloading Youtube videos and playlists.
DeviceId (https://github.com/MatthewKing/DeviceId) - Generate a 'device ID' that can be used to uniquely identify a computer.
DeviceDetector.NET
(https://github.com/totpero/DeviceDetector.NET) - The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
NaturalSort.Extension (https://github.com/tompazourek/NaturalSort.Extension) - Extension method for StringComparer that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
Coravel (https://github.com/jamesmh/coravel) Near-zero config .NET Core library that makes Task Scheduling, Caching, Queuing, Mailing, Event Broadcasting (and more) a breeze!
Build Versioning (https://github.com/TurnerSoftware/BuildVersioning) - Simple build versioning for .NET, powered by Git tags
SystemTextJson.JsonDiffPatch
(https://github.com/weichch/system-text-json-jsondiffpatch) - High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format.
dotnet-exec (https://github.com/WeihanLi/dotnet-exec) - A command-line tool for executing C# program without a project file, and you can have your custom entry point other than Main method.
ComputeSharp (https://github.com/Sergio0694/ComputeSharp) - A a .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders.
ILGPU (https://github.com/m4rs-mt/ILGPU) - A JIT (just-in-time) compiler for high-performance GPU programs written in .Net-based languages.
 
MQTT
 
HiveMQtt (https://github.com/hivemq/hivemq-mqtt-client-dotnet) - The HiveMQ C# MQTT client for .NET
MQTTNet (https://github.com/dotnet/MQTTnet) - A high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).
 
MVVM
 
Community Toolkit (https://github.com/CommunityToolkit) - Collection of control & helper libraries and samples for various .NET technologies. Contains modern MVVM library, supported by Microsoft. Includes Windows Community Toolkit
(https://github.com/CommunityToolkit/WindowsCommunityToolkit), MAUI Community Toolkit (https://github.com/CommunityToolkit/Maui), and Dotnet Community Toolkit (https://github.com/CommunityToolkit/dotnet).
Caliburn.Micro (https://github.com/Caliburn-Micro/Caliburn.Micro) - A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV patterns will enable you to build your solution
quickly, without the need to sacrifice code quality or testability.
Catel (https://github.com/Catel/Catel) - Catel is an application development platform with the focus on MVVM (WPF, Silverlight, Windows Phone and WinRT) and MVC (ASP.NET MVC). The core of Catel contains an IoC container, models, validation,
memento, message mediator, argument checking, etc.
ReactiveUI
(https://github.com/reactiveui/reactiveui/) - An MVVM framework for .NET that integrates the Reactive Extensions (Rx) framework, enabling developers to build elegant, testable applications using WPF, Windows Store Apps, WP8 or Xamarin.
Prism (https://github.com/PrismLibrary/Prism) - A cross-platform desktop and mobile MVVM development framework.
Win Application Framework (WAF)
(https://github.com/jbe2277/waf) - A lightweight Framework that helps you to create well structured WPF and UWP Applications. It supports you in applying a Layered Architecture and the Model-View-ViewModel pattern.
MVVMCross (https://github.com/MvvmCross/MvvmCross) - Cross-platform mvvm mobile development framework for WPF, Silverlight for WP7 and WP8, Mono for Android, MonoTouch for iOS, Windows Universal projects (WPA8.1 and Windows 8.1 Store apps).
Makes extensive use of Portable Class Libraries (PCL) to provide maintainable cross platform C# native applications.
Stylet (https://github.com/canton7/stylet/) - Minimal MVVM framework inspired by Caliburn Micro, with good documentation, high test coverage, and its own IoC container
Toms Toolbox (https://github.com/tom-englert/TomsToolbox) - Visual Composition framework to easily build modularized MVVM applications based on the Managed Extensibility Framework (MEF) (https://docs.microsoft.com/en-us/dotnet/framework/mef/).
MVVM Dialogs (https://github.com/FantasticFiasco/mvvm-dialogs) - Framework simplifying the concept of opening dialogs from a view model when using MVVM in WPF or UWP.
 
Networking
 
NetCoreServer
(https://github.com/chronoxor/NetCoreServer) - Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution (NETStandard).
SharpPcap (https://github.com/chmorgan/sharppcap) - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets from live and file based devices.
 
Object to object mapping
 
AutoMapper (https://github.com/AutoMapper/AutoMapper) - A convention-based object-object mapper in .NET. https://automapper.org
Mapperly (https://github.com/riok/mapperly) - A .NET source generator for generating object mappings. No runtime reflection.
Mapster (https://github.com/MapsterMapper/Mapster) - A high performance object mapper in .net
 
Office
 
ExcelDna (https://github.com/Excel-DNA/ExcelDna) - ExcelDna makes it easier to create and deploy Excel Add-Ins using C#, F# or VB .NET
ClosedXML (https://github.com/ClosedXML/ClosedXML) - ClosedXML makes it easier for developers to create Excel 2007/2010 files
OfficeIMO (https://github.com/EvotecIt/OfficeIMO) - OfficeIMO makes it easier for developers to create/modify Word (docx) files without having Microsoft Word or Office installed
NPOI (https://github.com/tonyqus/npoi) - This project is the .NET version of POI Java project at https://poi.apache.org/.
EPPlus (https://github.com/EPPlusSoftware/EPPlus) - EPPlus is a .NET library that reads and writes Excel 2007/2010 files using the Open Office XML format (xlsx).
Source Available Free Tier
Open XML SDK (https://github.com/officedev/open-xml-sdk) - The Open XML SDK provides open-source libraries for working with Open XML Documents (DOCX, XLSX, and PPTX).
DocX (https://github.com/xceedsoftware/DocX) - DocX is a .NET library that allows developers to manipulate Word 2007/2010/2013 files, it does not require Microsoft Word or Office to be installed.
ExcelDataReader (https://github.com/ExcelDataReader/ExcelDataReader) - Lightweight and fast library written in C# for reading Microsoft Excel files (2.0-2007).
NetOffice (https://github.com/NetOfficeFw/NetOffice) - .NET wrapper assemblies for Microsoft Office applications.
GemBox.Bundle (https://www.gemboxsoftware.com/bundle) - A package of .NET components that enable fast, simple and efficient processing of office files (Excel, Word, PowerPoint, PDF and emails). $ Free Lite versions
Outlook Redemption (http://www.dimastr.com/redemption/home.htm) - Library to work with the Outlook Object Model and (Extended) MAPI. Supports Outlook 98 - 2019. Work with objects/mails/accounts/folders in Exchange and Outlook. $
ShapeCrawler (https://github.com/ShapeCrawler/ShapeCrawler) - A fluent API for the processing of PowerPoint presentations without Microsoft Office installed.
MiniExcel (https://github.com/shps951023/MiniExcel) - A micro Excel helper avoids OOM and high performance to create/mapping/template-fill-data.
Toxy (https://github.com/nissl-lab/toxy) - .NET text extraction framework supports a few file formats
Syncfusion .NET Word Framework (https://www.syncfusion.com/document-processing/word-framework/net) - A high-performance .NET Word framework without Microsoft Office or interop dependencies. Create, read, and edit Word documents seamlessly.
Utilize advanced editor components for easy viewing, editing, and printing. Effortlessly convert Word documents to PDF, HTML, RTF, ODT, and EPUB formats with powerful conversion APIs. $ Free for Individuals and Small Businesses
(https://www.syncfusion.com/products/communitylicense)
Syncfusion .NET Excel Framework (https://www.syncfusion.com/document-processing/excel-framework/net) - A high-performance .NET Excel framework without Microsoft Office or interop dependencies. Create, read, and edit Excel documents seamlessly.
Utilize Spreadsheet controls for creating, editing, and viewing easily. Effortlessly convert Excel files to PDF, images, and more with powerful conversion APIs. $ Free for Individuals and Small Businesses
(https://www.syncfusion.com/products/communitylicense)
Syncfusion .NET PowerPoint Framework (https://www.syncfusion.com/document-processing/powerpoint-framework/net) - A high-performance .NET PowerPoint framework without Microsoft Office or interop dependencies. Create, read, and edit PowerPoint
files seamlessly. Effortlessly convert PowerPoint files to PDFs and images with powerful conversion APIs. $ Free for Individuals and Small Businesses (https://www.syncfusion.com/products/communitylicense)
 
OpenAI
 
 
ORM
 
Entity Framework Core (https://github.com/dotnet/efcore) - Object-relational mapper that enables .NET developers to work with relational data using domain-specific objects
EntityFramework.Exceptions (https://github.com/Giorgi/EntityFramework.Exceptions) - Use typed Exceptions for Entity Framework Core when your SQL query violates database constraints in SqlServer, MySql, PostgreSQL or SQLite
EntityFrameworkCore.SqlServer.SimpleBulks (https://github.com/phongnguyend/EntityFrameworkCore.SqlServer.SimpleBulks) - Simple library that can help to sync a large number of records in-memory into the database. Lambda Expression is supported.
EFCore.BulkExtensions (https://github.com/borisdj/EFCore.BulkExtensions) - Entity Framework Core Bulk Extensions for super fast (BulkCopy) CRUD ops + SaveChanges on multiple DBs: SQL, PG, My, Lite.
Dapper (https://github.com/DapperLib/Dapper) - A simple object mapper for .NET by StackExchange (https://stackexchange.github.io/)
Dapper.FastCRUD (https://github.com/MoonStorm/Dapper.FastCRUD) - The fastest micro-ORM extension for Dapper
DapperQueryBuilder (https://github.com/Drizin/DapperQueryBuilder) - Dapper Query Builder using String Interpolation and Fluent API
SqlSugar (https://github.com/DotNetNext/SqlSugar) - Another ORM library supports many RDBMS including MySql, SqlServer, Sqlite, Oracle, Postgresql - NOTE: This is not affiliated with Microsoft or .NET
FreeSql (https:/github.com/dotnetcore/FreeSql) - a convenient ORM in dotnet, supports MySql, SqlServer, PostgreSQL, Oracle, Sqlite, Firebird, 达梦, 人大金仓, 神舟通用, 翰高 and Access. - NOTE: This is not affiliated with Microsoft or .NET
NHibernate (https://github.com/nhibernate) - NHibernate Object Relational Mapper
Fluent NHibernate (https://github.com/nhibernate/fluent-nhibernate) - Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.
FluentMigrator (https://github.com/fluentmigrator/fluentmigrator) - Fluent Migrations framework for .net
ServiceStack.OrmLite (https://github.com/ServiceStack/ServiceStack/tree/main/ServiceStack.OrmLite) - Light, simple and fast convention-based POCO ORM Free for OSS (https://github.com/ServiceStack/ServiceStack/blob/master/license.txt) $
LINQ to DB (https://github.com/linq2db/linq2db) - The fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database.
PetaPoco (https://github.com/CollaboratingPlatypus/PetaPoco) - A tiny ORM-ish thing for your POCOs
NPoco (https://github.com/schotime/NPoco) - Simple microORM that maps the results of a query onto a POCO object. Based on Schotime's branch of PetaPoco
LLBLGen Pro (https://www.llblgen.com) - Entity Modeling solution for Entity Framework, NHibernate, Linq to SQL and its own ORM framework: LLBLGen Pro Runtime Framework. $ Free Lite version
Insight.Database (https://github.com/jonwagner/Insight.Database) - Insight.Database is a fast, lightweight, micro-ORM for .NET
RepoDb (https://github.com/mikependon/RepoDb) - A hybrid ORM library for .NET.
MongoFramework (https://github.com/TurnerSoftware/MongoFramework) - An "Entity Framework"-like interface for MongoDB
Friflo.Json.Fliox (https://github.com/friflo/Friflo.Json.Fliox) - High performane ORM for Sqlite, MySql, SqlServer, PostgreSQL & NoSQL. Provides server with REST, GraphQL & WebSocket / PubSub API.
 
Package Management
 
NuGet (https://www.nuget.org/) - The .NET package manager
Cloudsmith (https://cloudsmith.com/nuget-feed/) - A fully managed package management SaaS, with support for NuGet, Npm, Docker and much more. Free for Public/OSS $
MyGet (https://www.myget.org/) - Hosted Package Repository for NuGet, NPM, Bower and VSIX. Also provides CI as-a-Service. $
Paket (https://github.com/fsprojects/Paket) - A package dependency manager for .NET with support for NuGet packages and GitHub repositories. https://fsprojects.github.io/Paket/
Sleet (https://github.com/emgarten/sleet/) - A NuGet v3 static feed generator with support for AWS S3 and Azure Storage
 
PDF
 
QPdfSharp (https://github.com/svengeance/QPdfSharp) - A C# wrapper written around QPdf to allow for easy PDF manipulation that is tested for both linux and windows. QPdf is one of the only libraries capable of PDF linearization, and this
wrapper ensures you keep up to date with the underlying improvements.
Cloudmersive PDF (https://cloudmersive.com/pdf-api) - Cloudmersive PDF is a native .NET Framework and .NET Core NuGet library and API service that can create, modify, encrypt or convert PDF documents at high scale and fidelity; and is free to
use with no expiration Free
Docotic.Pdf (https://bitmiracle.com/pdf-library/) - PDF library to create, read, edit, draw, and print PDF documents in .NET and .NET Core applications. 100% managed, without unsafe blocks. $ Free for OSS
(https://bitmiracle.com/pdf-library/free-pdf-library.aspx)
IText (https://github.com/itext/itext-dotnet) - iText is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF)$ Free for OSS
Pdfium.Net SDK (https://pdfium.patagames.com/) - Advanced C# PDF library for render, create, edit, merge, split, print, and view PDFs. Open source PDF Viewer is available on GitHub (https://github.com/patagames). A NuGet package
(https://www.nuget.org/packages/Pdfium.Net.SDK/) is also available for easy inclusion into your projects.$
PdfPig (https://uglytoad.github.io/PdfPig/) - Read and create and extract text and other content from PDFs in C# (port of PdfBox)
QuestPDF (https://www.questpdf.com/) - QuestPDF is a modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. Source Available Free for OSS
Kevsoft.PDFtk (https://github.com/kevbite/Kevsoft.PDFtk) - A wrapper to drive the awesome pdftk binary, which can fill PDF forms, get field information, concatenate multiple documents or pages, split documents, add or replace stamps, and can
attach files to or download files from pages.
IronPDF (https://ironpdf.com/) - High-performance C# PDF library with compatibility for various .NET versions, HTML to PDF conversion, content page conversion, file format support (e.g., DOCX, RTF, MD), responsive layouts, and robust PDF
capabilities features ranging from compability, generating PDFs, formatting PDFs, and editing PDFs. $ Free trial available
Syncfusion .NET PDF Framework (https://www.syncfusion.com/document-processing/pdf-framework/net) - A high-performance .NET PDF framework with no Adobe dependencies. Create, read, and edit PDF files seamlessly. Utilize PDF viewer controls for
easy viewing, reviewing, and printing. Effortlessly convert HTML, Word, Excel, PowerPoint files, and images to PDF with powerful conversion APIs. $ Free for Individuals and Small Businesses (https://www.syncfusion.com/products/communitylicense)
 
Profiler
 
MiniProfiler (https://github.com/MiniProfiler/dotnet) - A simple but effective mini-profiler for ASP.NET websites
 
Protocols
 
SSH.NET (https://github.com/sshnet/SSH.NET) - A Secure Shell (SSH) library for .NET, optimized for parallelism. Provides SSH commands, SFTP/SCP uploads and downloads, and SOCKS4/SOCKS5/HTTP proxies.
FluentFTP (https://github.com/robinrodricks/FluentFTP) - An FTP and FTPS library for .NET, optimized for speed. Provides extensive FTP commands, file uploads/downloads and FTP proxies.
SharpSnmpLib (https://docs.sharpsnmp.com/) - An open source SNMP implementation for .NET/Mono/Xamarin. Version 1, 2c, and 3 are supported.
DnsClient.NET (https://github.com/MichaCo/DnsClient.NET) - A simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups.
Tecan SiLA2 SDK (https://gitlab.com/SiLA2/vendors/sila_tecan) - A library and code generator to develop SiLA2 clients and servers.
 
Push Notifications
 
 
Query Builders
SqlKata (https://sqlkata.com) - Elegant SQL query builder, that supports complex queries, joins, sub queries, nested where conditions, vendor engine targets and more
InterpolatedSql (https://github.com/Drizin/InterpolatedSql) - SQL Builder using String Interpolation and Fluent API
 
Queue
CAP (https://github.com/dotnetcore/CAP) - An EventBus with local persistent message functionality for RabbitMQ or Kafka. - NOTE: This is not affiliated with Microsoft or .NET
Cap.Outbox (https://github.com/dex-it/dex-common/tree/main/src/Dex.Cap) - Implementation of the Outbox pattern and OnceExecutor service that guarantees idempotence: the operation will be performed once
NServiceBus (https://github.com/Particular/NServiceBus) - The most popular service bus for .NET
Hangfire (https://github.com/HangfireIO/Hangfire) - Incredibly easy way to perform fire-and-forget, delayed and recurring tasks inside ASP.NET applications
RabbitMQ.NET (https://github.com/rabbitmq/rabbitmq-dotnet-client) - Implementation of an AMQP client library for C#, and a binding exposing AMQP services via WCF
NetMQ (https://github.com/zeromq/netmq) - NetMQ is 100% native C# port of ZeroMQ
MassTransit (https://github.com/MassTransit/MassTransit) - MassTransit is lean service bus implementation for building loosely coupled applications using the .NET Framework.
Rebus (https://github.com/rebus-org/Rebus) - Rebus is a lean service bus implementation for .NET, similar in nature to NServiceBus and MassTransit, only leaner
EasyNetQ (https://github.com/EasyNetQ/EasyNetQ) - An easy to use .NET API for RabbitMQ
Warewolf ESB (https://github.com/Warewolf-ESB/Warewolf) - An easy to use service bus and microservices platform. Easily build applications and services in a visual IDE.
Confluent's .NET Client (https://github.com/confluentinc/confluent-kafka-dotnet) - Confluent's .NET Client for Apache Kafka.
Streamiz (https://github.com/LGouellec/streamiz) - a .NET Stream Processing Library for Apache Kafka.
Foundatio (https://github.com/FoundatioFx/Foundatio#queues) - A common interface with in-memory, Redis and Azure implementations.
Brighter (https://github.com/BrighterCommand/Brighter) - Command Dispatcher, Processor, and Distributed Task Queue https://www.goparamore.io/
Silverback (https://silverback-messaging.net) - A simple but feature-rich message bus for .NET core (supports Kafka, RabbitMQ and MQTT).
SlimMessageBus (https://github.com/zarusz/SlimMessageBus) - Lightweight message bus with transports for popular messaging systems (Kafka, Redis, Azure Service Bus, and others) and in-memory communication.
AsyncMonolith (https://github.com/Timmoth/AsyncMonolith) - Facilitates simple asynchronous messaging in dotnet apps.
RPC
 
gRPC (https://github.com/grpc/grpc-dotnet) An RPC library and framework for .NET Core. Read more about it on Docs Microsoft (https://docs.microsoft.com/en-us/aspnet/core/grpc)
gRPCurl (https://github.com/fullstorydev/grpcurl) - gRPCurl is a command-line tool that lets you interact with gRPC servers. It's basically curl for gRPC servers.
gRPC UI (https://github.com/fullstorydev/grpcui) - gRPC UI is a command-line tool that lets you interact with gRPC servers via a browser. It's sort of like Postman, but for gRPC APIs instead of REST.
 
Reactive Programming
 
Rx.NET (https://github.com/dotnet/reactive) - The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators
Dynamic Data (https://github.com/reactivemarbles/DynamicData) - Reactive Extensions (Rx) for collections
 
Real-time Communications
 
SIPSorcery (https://github.com/sipsorcery/sipsorcery) - A cross platform C# .NET library supporting SIP, VoIP and WebRTC.
 
Regular Expression
 
Scheduling
 
NCrontab (https://github.com/atifaziz/NCrontab) - Class library for parsing & formatting crontab (http://crontab.org/) expressions as well as calculating occurrences of time based on a crontab schedule
NCrontab.Scheduler (https://github.com/thomasgalliker/NCrontab.Scheduler) - Simple task scheduler library for scheduling NCrontab-based tasks
QuartzNet (https://github.com/quartznet/quartznet) - Quartz Enterprise Scheduler .NET
Hangfire (https://github.com/HangfireIO) - An easy way to perform fire-and-forget, delayed and recurring tasks inside .NET apps
DurableTask (https://github.com/Azure/durabletask) - This framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Workflow Core (https://github.com/danielgerlag/workflow-core) - Lightweight embeddable workflow engine
Occurify (https://github.com/Occurify/Occurify) - A powerful and intuitive .NET library for defining, filtering, transforming, and scheduling instant and period timelines.
TickerQ (https://github.com/Arcenox-co/TickerQ) - Lightweight, high-performance, reflection-free job scheduler for .NET with EF Core, cron/time-based execution, custom locking, and retry support.
NCronJob (https://github.com/NCronJob-Dev/NCronJob) - A Job Scheduler sitting on top of IHostedService in dotnet.
 
SDK and API Clients
 
AWS SDK (https://github.com/aws/aws-sdk-net) - The AWS SDK for .NET enables .NET developers to easily work with Amazon Web Services
Azure PowerShell (https://github.com/Azure/azure-powershell) - A set of PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications
Countly SDK for Windows (https://github.com/Countly/countly-sdk-windows/) - Windows SDK for Countly analytics and marketing platform for product and marketing managers
Octokit.NET (https://github.com/octokit/octokit.net) - A GitHub API client library for .NET
Dropbox.NET (https://github.com/dropbox/dropbox-sdk-dotnet) - Official .NET SDK for the Dropbox API
Getty Images API SDK (https://github.com/gettyimages/gettyimages-api_dotnet) - SDK for the Getty Images and iStock APIs
 
Search
 
Elasticsearch .NET (https://github.com/elastic/elasticsearch-net) - Elasticsearch.Net & NEST
SolrNet (https://github.com/SolrNet/SolrNet) - Solr client for .NET
Lucene.net (https://lucenenet.apache.org/) - Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users
 
Embedded Search Libraries - like lucene, but easier to use.
Lunr-Core (https://github.com/bleroy/lunr-core) - Lunr-core is a small, full text search library for use in small applications. It's a .NET port of LUNR.js.
hOOt (https://github.com/mgholam/hOOt) - Smallest full text search engine (lucene replacement). built from scratch using inverted Roaring bitmap index, highly compact storage, operating in database and document modes
ZoneTree.FullTextSearch
(https://github.com/koculu/ZoneTree.FullTextSearch) - efficient full-text search library. extends ZoneTree. It is fast, embedded search engine suitable for applications that require high performance and do not rely on external databases.
 
Serialization
 
CsvExport (https://github.com/jitbit/CsvExport) - Very simple & lightweight CSV exporter, Excel friendly, escapes text & quotes etc.
Protobuf.NET (https://github.com/protobuf-net/protobuf-net) - Protocol buffers is the name of the binary serialization format used by Google for much of their data communications
Json.NET (https://github.com/JamesNK/Newtonsoft.Json) - Popular high-performance JSON framework for .NET
ServiceStack.Text https://github.com/ServiceStack/ServiceStack/tree/main/ServiceStack.Text) - JSON, JSV and CSV Text Serializers used in servicestack.net
Msgpack-Cli (https://github.com/msgpack/msgpack-cli) - MessagePack implementation for Common Language Infrastructure
FlatSharp (https://github.com/jamescourtney/FlatSharp) - Fast, idiomatic FlatBuffers implementation. Use .fbs files or attributes.
F# Data (https://fsprojects.github.io/FSharp.Data/) - F# type providers for accessing XML, JSON, CSV and HTML files (based on sample documents) and for accessing WorldBank data
Hyperion (https://github.com/akkadotnet/Hyperion) - A high performance polymorphic serializer for the .NET framework.
Migrant (https://github.com/antmicro/Migrant) - Fast and flexible serialization framework usable on undecorated classes.
ObjectDumper.NET (https://github.com/thomasgalliker/ObjectDumper) - Serializes in-memory object to C# code.
FluentSerializer (https://github.com/Marvin-Brouwer/FluentSerializer#readme) - A profile-based Serializer for multiple data-formats.
 
SMS and Phone calls
 
Twilio-csharp (https://github.com/twilio/twilio-csharp) - A C#/.NET Library for sending and receiving phone calls and text messages with Twilio.
 
State machines
 
Stateless (https://github.com/dotnet-state-machine/stateless) - Create state machines and lightweight state machine-based workflows directly in .NET code
 
Static Site Generators
 
Sandra.Snow (https://github.com/Sandra/Sandra.Snow) - Jekyll-inspired static site generation for .NET
AspNetStatic (https://github.com/ZarehD/AspNetStatic) - Transform ASP.NET Core web app into a static site generator.
 
Strong Naming
 
.NET Assembly Strong-Name Signer (https://github.com/brutaldev/StrongNameSigner) - Utility software to strong-name sign .NET assemblies, including assemblies you do not have the source code for.
 
Style Guide
 
C# Style Guide (https://stackoverflow.com/questions/4678178/style-guide-for-c) - StackOverflow Q & A on style guides
C# Coding Conventions (https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions) - Official MSDN C# code conventions
C# Async Guidance (https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md) - list of problematic asynchronous patterns for .NET Core with an explanation of how to solve those issues
 
Template Engine
 
RazorLight (https://github.com/toddams/RazorLight) - Open source template engine based on Microsoft's Razor parsing engine supporting .NET Standard 2.0
DotLiquid (https://github.com/dotliquid/dotliquid) - C# port of the Ruby Liquid templating language
Scriban (https://github.com/lunet-io/scriban) - A fast, powerful, safe and lightweight text templating language and engine for .NET
Morestachio (https://github.com/JPVenson/morestachio) - A full sized {{mustache}} like template engine with focus on extendibility.
Fluid (https://github.com/sebastienros/fluid) - Fluid is an open-source .NET template engine based on the Liquid template language.
SmartFormat (https://github.com/axuno/SmartFormat) - A lightweight text templating library written in C# which can be a drop-in replacement for string.Format
Handlebars.Net (https://github.com/Handlebars-Net/Handlebars.Net) - A real .NET Handlebars engine
 
Testing
 
ArchUnitNET (https://github.com/TNG/ArchUnitNET) - Simple library for checking the architecture of C# code with a fluent API.
AutoFixture (https://github.com/AutoFixture/AutoFixture) - AutoFixture is an open source framework for .NET designed to minimize the 'Arrange' phase of your unit tests
BDTest (https://github.com/thomhurst/BDTest/wiki) - A behaviour driven testing and reporting framework!
Bogus (https://github.com/bchavez/Bogus) - A simple and sane fake data generator for C#. Based on and ported from the famed faker.js.
ExpressionToCode (https://github.com/EamonNerbonne/ExpressionToCode) - Use plain C# syntax in assertions that include both the expression expression and subexpression values in the failure message.
FakeItEasy (https://github.com/FakeItEasy/FakeItEasy) - The easy mocking library for .NET https://fakeiteasy.github.io
Fluent Assertions (https://github.com/fluentassertions/fluentassertions) - A set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test Source Available Free for OSS
FsCheck (https://github.com/fscheck/FsCheck) - Random Testing for .NET.
Machine.Specifications (https://github.com/machine/machine.specifications) - Machine.Specifications (MSpec) is a context/specification framework that removes language noise and simplifies tests.
Moq (https://github.com/devlooped/moq) - The most popular and friendly mocking framework for .NET
NBomber (https://github.com/PragmaticFlow/NBomber) - Very simple load testing framework for Pull and Push scenarios. It's 100% written in F# and targeting .NET Core and full .NET Framework.
NCrunch (https://www.ncrunch.net/) - An automated continuous & concurrent testing tool for Visual Studio. $
NFluent (http://www.n-fluent.net) - NFluent is an assertion library which aims to fluent your .NET TDD experience.
NSubstitute (https://nsubstitute.github.io/) - A friendly substitute for .NET mocking frameworks
NUnit (https://github.com/nunit/nunit) - A unit-testing framework for all .NET languages
Testcontainers (https://github.com/testcontainers/testcontainers-dotnet) - A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
SecTester (https://github.com/NeuraLegion/sectester-net) - SecTester is a new tool that integrates Bright (https://brightsec.com/) enterprise-grade scan engine directly into your integration or e2e tests. Proprietary Free
Shouldly (https://github.com/shouldly/shouldly) - Shouldly is an assertion framework which focuses on giving great error messages when the assertion fails while being simple and terse.
Snapshooter (https://github.com/SwissLife-OSS/snapshooter) - A snapshot testing tool for .NET Core and .NET Framework
Stryker.NET (https://github.com/stryker-mutator/stryker-net) - Mutation testing for .NET Core projects
xUnit.net (https://github.com/xunit/xunit) - A free, open source, community-focused unit testing tool for the .NET Framework.
Canopy (https://github.com/lefthandedgoat/canopy) - Canopy is a free, open source F# web automation and testing framework
Expecto (https://github.com/haf/expecto) - A smooth testing framework for F# with tests as values. Unit testing, property based testing, performance testing and stress testing.
ReportPortal (https://reportportal.io) - AI-powered Test Automation Dashboard. Acquire, aggregate and analyze test reports to ascertain release health.
Compare-Net-Objects (https://github.com/GregFinzer/Compare-Net-Objects) - Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
Verify (https://github.com/VerifyTests/Verify) - Verification tool to enable simple approval of complex models and documents.
CsCheck (https://github.com/AnthonyLloyd/CsCheck) - Random testing library for C#. Including concurrency, causal profiling, regression and performance testing.
 
Tools
 
Downloader (https://github.com/bezzad/Downloader) - Fast and reliable multipart downloader with asynchronous progress events for .NET applications.
Fiddler (https://www.telerik.com/fiddler) - The free web debugging proxy for any browser, system or platform Proprietary $ Free Trial available
Open Live Writer (https://github.com/OpenLiveWriter/OpenLiveWriter) - Blog writer which integrated with WordPress, Blogger, et. al. Open Live Writer makes it easy to write, preview, and post to your blog.
ShareX (https://github.com/ShareX/ShareX) - ShareX is a 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.
Opserver (https://github.com/Opserver/Opserver) - Stack Exchange's Monitoring System
CatLight (https://catlight.io) - Build status notifications for TFS/Jenkins/Travis/Appveyor. Cross-platform desktop app based on .NET Core and Electron. Free version available Proprietary
Mockaco (https://github.com/natenho/Mockaco/) - API mock server with fast setup, useful to simulate HTTP responses, leveraging ASP.NET Core features, built-in fake data generation and C# scripting engine powered by Roslyn scripting API.
Papercut (https://github.com/ChangemakerStudios/Papercut-SMTP) - Papercut is an open source (.NET based) test email viewer that runs locally with a built-in SMTP server designed to receive and notify of test email messages.
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.
NETworkManager (https://github.com/BornToBeRoot/NETworkManager) - A powerful tool for managing networks and troubleshoot network problems!
YARP (https://github.com/microsoft/reverse-proxy) - YARP is a reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET.
JSON Formatter and Validator (https://elmah.io/tools/json-formatter/) - A blazing fast JSON formatter and validator that won't share JSON with a server.
CSharpier (https://github.com/belav/csharpier) - An opinionated code formatter for c# that is based on the Prettier (https://github.com/prettier/prettier) printing process.
UnitsNet (https://github.com/angularsen/UnitsNet) - Makes life working with units of measurement just a little bit better.
Another Redis Desktop Manager (https://github.com/qishibo/AnotherRedisDesktopManager) - A faster, better and more stable redis desktop manager GUI client , compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive
keys.
OctaneEngine (https://github.com/gregyjames/OctaneDownloader) - A high performance multipart downloader with many features such as pause/resume support, asynchronous progress, and throttling.
FastCloner (https://github.com/lofcz/FastCloner) - Fast deep cloning library for .NET 8+. Zero-config, works out of the box.
STranslate (https://github.com/ZGGSONG/STranslate) - STranslate is a ready-to-go translation ocr tool developed with WPF.
BouncyHSM (https://github.com/harrison314/BouncyHsm) - A software simulator of HSM and smartcard simulator with HTML UI, REST API and PKCS#11 interface.
 
Trading
 
Lean (https://github.com/QuantConnect/Lean) - Lean Engine is an open-source fully managed C# algorithmic trading engine built for desktop and cloud usage. https://www.quantconnect.com/lean/
StockSharp (https://github.com/StockSharp/StockSharp) - Trading and algorithmic trading open source platform (stock markets, forex, bitcoins and options). https://stocksharp.com
 
UI Automation
 
Atata (https://github.com/atata-framework/atata) - Automated web testing full featured framework based on Selenium WebDriver.
Managed Windows API (http://mwinapi.sourceforge.net/) - Introspect and automate third-party Windows / VC++ applications without needing its source code.
FlaUI (https://github.com/FlaUI/FlaUI) - FlaUI is a .NET library which helps with automated UI testing of Windows applications (Win32, WinForms, WPF, Store Apps, ...).
PuppeteerSharp (https://github.com/hardkoded/puppeteer-sharp) - Puppeteer Sharp is a .NET port of the official Node.JS Puppeteer API.
PuppeteerSharp.Contrib (https://github.com/hlaueriksson/puppeteer-sharp-contrib) - Contributions to Puppeteer Sharp that provides a convenient way to write readable and robust browser tests.
 
Visual Studio Plugins
 
EFCore.Visualizer (https://marketplace.visualstudio.com/items?itemName=GiorgiDalakishvili.EFCoreVisualizer) - View Entity Framework Core query plan directly in Visual Studio.
VsVIM (https://github.com/VsVim/VsVim) - VIM in Visual Studio
Resharper (https://www.jetbrains.com/resharper/) - Developer Productivity Tool for Visual Studio $
Productivity Power Tools (https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.ProductivityPowerTools) - A set of extensions to Visual Studio Professional (and above) which improves developer productivity.
Tabs Studio (https://tabsstudio.com/) - Visual Studio tab manager with multiple tab rows, tab coloring and tab grouping. $
VSColorOutput (https://marketplace.visualstudio.com/items?itemName=MikeWard-AnnArbor.VSColorOutput) - Color highlighting for Build, Find and Debug output windows. Custom match patterns and colors can be added.
Roslynator (https://github.com/JosefPihrt/Roslynator) - A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn
SonarSource.sonarlint-visualstudio (https://github.com/SonarSource/sonarlint-visualstudio) - SonarLint is a free, open source Visual Studio 2017, 2019 and 2022 extension that provides on-the-fly feedback to developers on new bugs and quality
issues in C#, VB.NET, C/C++, TypeScript and JavaScript.
 
Web Browsers
 
CefSharp (https://github.com/cefsharp/CefSharp/) - HTML5, CSS3 and JS web browser powered by Chromium, for WinForms and WPF
SharpBrowser (https://github.com/sharpbrowser/SharpBrowser) - A full featured .NET web-browser built using C# and CefSharp
 
Web Frameworks
 
ASP.NET Core (https://dotnet.microsoft.com/apps/aspnet) - ASP.NET is a free web framework for building great web sites and applications
Coalesce (https://github.com/IntelliTect/Coalesce/) - Coalesce is a framework for rapid-development of ASP.NET Core web applications.
CodeBehind Framework (https://github.com/elanatframework/Code_behind) - Modern and powerful back-end framework under ASP.NET Core.
Suave.IO (https://suave.io/) - Framework/library/web server that makes you cry tears of joy after finishing your project ahead-of-time when you look at the beautiful code you've written in F#.
DotVVM (https://github.com/riganti/dotvvm) - MVVM framework for people who don't like to write JavaScript, with OWIN and ASP.NET Core support and a free extension for Visual Studio 2015 and 2017.
Giraffe (https://github.com/giraffe-fsharp/Giraffe) - Functional (F#) ASP.NET Core micro framework for building rich web applications
 
Web Servers
 
EmbedIO (https://github.com/unosquare/embedio) - Web server built on Mono and cross-platform
GenHTTP (https://github.com/Kaliumhexacyanoferrat/GenHTTP) - A lightweight, embeddable web server for quickly creating REST APIs
SimpleW (https://github.com/stratdev3/SimpleW) - Simple Web Server, build your RestAPI, fast, lightweight and cross-platform.
 
WebSocket
 
SignalR (https://github.com/SignalR/SignalR) - Library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications
SuperSocket (https://github.com/kerryjiang/SuperSocket) - SuperSocket is a light weight extensible socket application framework
Websocket-Sharp (https://github.com/sta/websocket-sharp) - A C# implementation of the WebSocket protocol client and server
Crossertech (https://crosser.io/) - Provides a great set of tools for you to build real-time applications on the Microsoft.NET plattform and much more. $
Websocket.Client (https://github.com/Marfusios/websocket-client) - A multiplatform wrapper over native C# class ClientWebSocket with built-in reconnection and error handling.
 
Windows Services
 
 
WPF
 
DeftSharp.Windows.Input (https://github.com/Empiree/DeftSharp.Windows.Input) - Listen Global keyboard / mouse events. simple to use. for Windows UI applications (WPF, MAUI, Avalonia)
Data Grid Extensions (https://github.com/tom-englert/DataGridExtensions) - Modular extensions for the WPF DataGrid control, like filtering, additional column events, extended star-size column behavior, and more...
Extended WPF Toolkit™ (https://github.com/xceedsoftware/wpftoolkit) - A rich collection of controls, components and utilities for creating WPF applications
WPF (https://github.com/dotnet/wpf) - WPF is a .NET Core UI framework for building Windows desktop applications.
 
Parser Library
 
Pidgin (https://github.com/benjamin-hodgson/Pidgin) - A lightweight, fast and flexible parsing library for C#, developed at Stack Overflow
Superpower (https://github.com/datalust/superpower) - A C# parser construction toolkit with high-quality error reporting
CSLY (https://github.com/b3b00/CSLY) - A light embedded C# lexer/parser generator.
Parakeet (https://github.com/ara3d/parakeet) - A recursive descent parsing library with operator overloading for C#.

Source Generator
 
CodegenCS (https://github.com/Drizin/CodegenCS) - Code Generation Toolkit where templates are written using plain C#. Command-line tool, MSBuild task, Visual Studio Extension, and Roslyn Source Generator.
M31.FluentAPI (https://github.com/m31coding/M31.FluentAPI) - Effortlessly generate fluent APIs for your C# classes.
Supernova.Enum.Generators (https://github.com/EngRajabi/Enum.Source.Generator) - A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without using reflection.
Vogan (https://github.com/SteveDunn/Vogen) - A value object generator with analizers.
Dunet (https://github.com/domn1995/dunet) - A simple source generator for discriminated unions in C#.
 
Other Lists
 
List of Automated Testing Tools and Frameworks for .NET (https://github.com/dariusz-wozniak/List-of-Testing-Tools-and-Frameworks-for-.NET) - List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
.NET-libraries-that-make-your-life-easier (https://github.com/tallesl/net-libraries-that-make-your-life-easier) - Open Source .NET libraries that make your life easier
awesome-LINQ (https://github.com/aloisdg/awesome-linq) - A curated collection of awesome LINQ libraries, tools, and more.
awesome-analyzers (https://github.com/Cybermaxs/awesome-analyzers) - A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes.
Awesome .NET Core (https://github.com/thangchung/awesome-dotnet-core) - A collection of awesome .NET core libraries, tools, frameworks and software
ASP.NET Core Library and Framework Support (https://github.com/jpsingleton/ANCLAFS) - A list of what .NET libraries and frameworks are currently supported by ASP.NET Core and .NET Core).
Awesome .NET Performance (https://github.com/adamsitnik/awesome-dot-net-performance) - A curated list of awesome .NET Performance books, courses, trainings, conference talks, blogs and most inspiring open source contributors.
awesome-ddd (https://github.com/heynickc/awesome-ddd) - A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
Awesome Unity (https://github.com/RyanNielson/awesome-unity) - A categorized community-driven collection of high-quality awesome Unity assets, projects, and resources.
Awesome Xamarin (https://github.com/XamSome/awesome-xamarin) - A collection of interesting libraries/tools for Xamarin mobile projects.
Awesome Roslyn (https://github.com/ironcev/awesome-roslyn) - A curated list of awesome Roslyn books, tutorials, open source projects, analyzers, code fixes, and refactorings.
.NET Open Source Developer Projects (https://github.com/Microsoft/dotnet/blob/master/dotnet-developer-projects.md) - This community maintained list showcases .NET open source projects that are useful for any aspect of the development process.
Awesome Microservices .NET Core (https://github.com/mjebrahimi/Awesome-Microservices-NetCore) - A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core.
dotnet-console-games (https://github.com/dotnet/dotnet-console-games) - Game examples implemented in .NET console applications.
extra-awesome-dotnet (https://github.com/ara3d/extra-awesome-dotnet) - Sorted lists of awesome .NET repositories, with counts of stars, issues, and forks!
 
Resources
 
Discover .NET (https://discoverdot.net) - Awesome .NET open source and community resources.
NuGet Trends (https://nugettrends.com) - Check out NuGet packages adoption and what's trending on NuGet.
Weekly C# Digest (https://csharpdigest.net/) - Weekly email newsletter with manually curated top 5 links from the .NET community.
ASP.NET Core Developer Roadmap (https://roadmap.sh/aspnet-core) - A complete guide to become a ASP.NET Developer.
 
dotnet Github: https://github.com/quozd/awesome-dotnet