Track Awesome Dotnet Updates Daily
A collection of awesome .NET libraries, tools, frameworks and software
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 quozd/awesome-dotnet · ⭐ 19K · 🏷️ Platforms
Sep 30, 2024
Algorithms and Data structures
- OneOf (⭐3.4k) - OneOf provides discriminated unions for C# with exhaustive compile time matching.
Compilers, Transpilers and Languages
- dotnet-repl (⭐721) - C# REPL (read-eval-print loop)
ORM
- DapperQueryBuilder (⭐512) - Dapper Query Builder using String Interpolation and Fluent API
Query Builders
- InterpolatedSql (⭐108) - SQL Builder using String Interpolation and Fluent API
Source Generator
- CodegenCS (⭐248) - Code Generation Toolkit where templates are written using plain C#. Command-line tool, MSBuild task, Visual Studio Extension, and Roslyn Source Generator.
Sep 28, 2024
CMS
- fluent-cms (⭐80) - 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.
Web Frameworks
- Coalesce (⭐62) - Coalesce is a framework for rapid-development of ASP.NET Core web applications.
Source Generator
- List of Automated Testing Tools and Frameworks for .NET (⭐537) - List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Aug 16, 2024
CMS
- FluentCMS (⭐163) - FluentCMS is open source AI Driven ASP.NET Core Blazor Content Management System (CMS)
Web Frameworks
- CodeBehind Framework (⭐55) - Modern and powerful back-end framework under ASP.NET Core.
Jul 29, 2024
Authentication and Authorization
- Enforcer - Write fine grained authorization policy in easy-to-read language, and have it compiled to native .NET code [$]
- SAML IdentityServer - Add SAML 2P support to your Duende IdentityServer [$]
- SAML OpenIddict - Add SAML 2P support to your OpenIddict [$]
Caching
- BitFaster.Caching (⭐460) - Thread-safe in-memory caches optimized for very high concurrent throughput, near optimal hit rate and low latency.
Decompilation
- dnSpyEx (⭐6.7k) - Unofficial revival of dnSpy
Feature management
- Microsoft.FeatureManagement (⭐1k) - This library provides a way to develop and expose applicaiton 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.
Game
- Friflo.Engine.ECS (⭐164) - High-performance C# ECS with simple API. Supports .NET, WASM/WebAssembly, Native AOT, Unity, Godot, MonoGame, ...
ORM
- Friflo.Json.Fliox (⭐164) - High performane ORM for Sqlite, MySql, SqlServer, PostgreSQL & NoSQL. Provides server with REST, GraphQL & WebSocket / PubSub API.
Queue
- AsyncMonolith (⭐43) - Facilitates simple asynchronous messaging in dotnet apps.
Web Browsers
- SharpBrowser (⭐872) - A full featured .NET web-browser built using C# and CefSharp
Jul 07, 2024
Authentication and Authorization
- Abblix OIDC Server (⭐29) - 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]
Blazor
- MudBlazor (⭐7.9k) - A Material Design framework for Blazor, allowing .NET developers to quickly build web apps, with extensive documentation and examples.
Database Drivers
- DuckDB.NET (⭐405) - .NET data provider for DuckDB
May 07, 2024
Queue
- Cap.Outbox (⭐9) - Implementation of the Outbox pattern and OnceExecutor service that guarantees idempotence: the operation will be performed once
Apr 09, 2024
Image Processing
- Unicolour (⭐51) - Colour conversion, interpolation, and comparison for .NET.
MQTT
- HiveMQtt (⭐60) - The HiveMQ C# MQTT client for .NET
- MQTTNet (⭐4.4k) - A high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).
Source Generator
- extra-awesome-dotnet (⭐32) - Sorted lists of awesome .NET repositories, with counts of stars, issues, and forks!
Mar 25, 2024
E-Commerce and Payments
- SmartStoreNET (⭐1.2k) - Free ASP.NET Core MVC e-commerce Shopping Cart Solution
Mar 20, 2024
Artificial Intelligence
- LLamaSharp (⭐2.5k) - C#/.NET Binding of llama.cpp, run LLaMA/GPT model using C# without having to compile lama.cpp.
Compilers, Transpilers and Languages
- IKVM - A Java Virtual Machine and Bytecode-to-IL Converter for .NET. Execute compiled Java code (bytecode) on .NET Framework or .NET Core.
- Lib.Harmony (⭐5.2k) - 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.
Tools
- OctaneEngine (⭐232) - A high preformance multipart downloader with many features such as pause/resume support, asynchronous progress, and throttling.
WPF
- DeftSharp.Windows.Input (⭐64) - A simple keyboard/mouse event handler for Windows UI applications (WPF, MAUI, Avalonia)
Parser Library
- Parakeet (⭐67) - A recursive descent parsing library with operator overloading for C#.
Feb 23, 2024
API
- FastEndpoints (⭐4.5k) - High-performance middleground between classic ASP.NET Core API controllers and Minimal APIs. Using a REPR (Request-Endpoint-Response) pattern, this library eliminates the boilerplate and monolithic feel of controllers by improving colocation of code.
- QPdfSharp (⭐14) - 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.
Feb 15, 2024
Visual Studio Plugins
- EFCore.Visualizer - View Entity Framework Core query plan directly in Visual Studio.
Feb 12, 2024
CMS
- Piranha CMS (⭐2k) - 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
Code Snippets
- Entity Framework Playground - 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.
Game
- Foster (⭐433) - Foster is a small cross-platform 2D game framework in C#.
Feb 08, 2024
Office
- OfficeIMO (⭐285) - OfficeIMO makes it easier for developers to create/modify Word (docx) files without having Microsoft Word or Office installed
Web Servers
- SimpleW (⭐24) - Simple Web Server, build your RestAPI, fast, lightweight and cross-platform.
Jan 06, 2024
Office
- Syncfusion .NET Word Framework - 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]
- Syncfusion .NET Excel Framework - 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]
- Syncfusion .NET PowerPoint Framework - 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]
- Syncfusion .NET PDF Framework - 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]
Jan 04, 2024
HTTP
- Fluxzy.Core (⭐117) - 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.
Nov 30, 2023
Authentication and Authorization
- Topaz - A fine-grained authorization system with .NET SDK.
Build Automation
- ModularPipelines (⭐287) - Write your pipelines in C#
Misc
- dotnet-exec (⭐45) - A command-line tool for executing C# program without a project file, and you can have your custom entry point other than Main method.
Regular Expression
- Gigantor (⭐21) - Fast regular expressions supporting gigantic files combining System.Text.RegularExpressions.Regex with multi-threading.
Oct 26, 2023
Game
- DotRecast (⭐513) - A port of Recast & Detour, navigation mesh toolset for games, Unity3D, servers, C#
Oct 23, 2023
ORM
- EntityFrameworkCore.SqlServer.SimpleBulks (⭐159) - Simple library that can help to sync a large number of records in-memory into the database. Lambda Expression is supported.
- IronPDF - 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]
Aug 28, 2023
Artificial Intelligence
- Mpt-Instruct-DotNet-S (⭐16) - LLM that can generate and explain C# code (and its C# wrapper to run on consumer CPU with 5GB ram+, contains Console and Blazor sample projects)
Aug 15, 2023
- MailKitSimplified (⭐79) - A fully-featured fluent wrapper for MailKit that makes sending and receiving emails as simple as possible.
Aug 03, 2023
Caching
- FastCache (⭐131) - 10X faster alternative to
MemoryCache
for .NET
Jul 25, 2023
Authentication and Authorization
- openiddict (⭐4.4k) - Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
Jul 15, 2023
Object to object mapping
- Mapperly (⭐2.6k) - A .NET source generator for generating object mappings. No runtime reflection.
May 29, 2023
Cloud Storage
- Cloud Storage (⭐63):- 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.
May 26, 2023
Event aggregator and messenger
- EventFlow (⭐2.4k) - EventFlow is an Async/await first CQRS and Event Sourcing DDD framework for .NET
Graphics
- VectSharp (⭐223) - .NET library to create vector graphics and text, and then export it to PDF, SVG and raster image formats.
Image Processing
- ImageWizard (⭐69) - Image processing webservice based on ASP.NET Core and ImageSharp / SkiaSharp / SvgNet / DocNET
- SimpleITK - 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.
ORM
- EFCore.BulkExtensions (⭐3.6k) - Entity Framework Core Bulk Extensions for super fast (BulkCopy) CRUD ops + SaveChanges on multiple DBs: SQL, PG, My, Lite.
Tools
- Another Redis Desktop Manager (⭐30k) - 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.
Source Generator
- dotnet-console-games (⭐832) - Game examples implemented in .NET console applications.
Apr 11, 2023
IoC
- Microsoft.Extensions.DependencyInjection (⭐15k) - The default IoC container for NET applications.
OpenAI
- Cledev.OpenAI (⭐111) - .NET SDK for OpenAI which includes ChatGPT, DALL-E and Whisper APIs and a Blazor Server playground.
Mar 03, 2023
Visual Studio Plugins
- SonarSource.sonarlint-visualstudio (⭐461) - 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.
Source Generator
- M31.FluentAPI (⭐95) - Effortlessly generate fluent APIs for your C# classes.
Feb 19, 2023
Code Analysis and Metrics
- PVS-Studio - PVS-Studio is a static analyzer on guard of code quality, security (SAST), and code safety. [Free for OSS] [$]
Feb 16, 2023
Serialization
- FluentSerializer (⭐20) - A profile-based Serializer for multiple data-formats.
Feb 15, 2023
Blazor
- blazork8s (⭐143) - k8s management ui in blazor and .NET Core.
Code Analysis and Metrics
- Bencher - Suite of continuous benchmarking tools designed to catch performance regressions in CI.
Source Generator
- ASP.NET Core Developer Roadmap - A complete guide to become a ASP.NET Developer.
Feb 07, 2023
Cloud Storage
- FluentStorage (⭐276) - 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).
Database
- SliccDB (⭐131) - Lightweight Embedded (In-Memory) Graph Database for .net
Feb 04, 2023
HTTP
- Apizr (⭐136) Refit based web api client, but resilient (retry, connectivity, cache, auth, log, priority, etc...).
Jan 10, 2023
Caching
- LazyCache (⭐1.7k) - A simple, developer friendly, in-memory thread-safe caching service. It leverages Microsoft.Extensions.Caching and Lazy to provide performance and reliability in heavy load scenarios.
Testing
- SecTester (⭐1) - SecTester is a new tool that integrates Bright enterprise-grade scan engine directly into your integration or e2e tests. [Proprietary] [Free]
Jan 04, 2023
GraphQL
- ZeroQL (⭐275) - 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.
Dec 22, 2022
IDE
- CSharp Analyzer by MongoDB (⭐27) A free Visual Studio Extension for MongoDB users, helping translate your code into MongoDB queries
Dec 19, 2022
IDE
- vvvv A visual live-programming environment for .NET [Free for OSS]
Dec 15, 2022
Testing
- Testcontainers (⭐3.8k) - A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Dec 11, 2022
Mathematics
- Jodo.Numerics (⭐13) - 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.
Oct 28, 2022
Database
- RocksDB (⭐161) - C# binding for Facebook's RocksDB Key-Value store + native builds for Windows, macOS and Linux
Oct 27, 2022
Emulators
- Blzhawk (⭐2.1k) - 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.
- Ryujinx (⭐35k) - Experimental Nintendo Switch Emulator written in C#
Image Processing
- MagicScaler (⭐586) - High-performance image processing pipeline for .NET, focused on making complex imaging tasks simple.
Oct 19, 2022
Template Engine
- Handlebars.Net (⭐1.2k) - A real .NET Handlebars engine
Oct 18, 2022
Template Engine
- SmartFormat (⭐1.1k) - A lightweight text templating library written in C# which can be a drop-in replacement for string.Format
Oct 17, 2022
Template Engine
- Fluid (⭐1.4k) - Fluid is an open-source .NET template engine based on the Liquid template language.
Sep 18, 2022
Misc
- SystemTextJson.JsonDiffPatch (⭐102) - High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format.
Aug 26, 2022
Template Engine
- Morestachio (⭐51) - A full sized {{mustache}} like template engine with focus on extendibility.
Aug 24, 2022
Database
- ZoneTree (⭐342) - Persistent, high-performance, transactional, and ACID-compliant ordered key-value database for .NET.
Aug 23, 2022
Testing
- NetArchTest (⭐1.4k) - A fluent API for .Net Standard that can enforce architectural rules in unit tests.
Aug 16, 2022
GraphQL
- GraphQL.NET (⭐5.8k) - Implementation of Facebook's GraphQL (⭐14k) in .Net
- HotChocolate (⭐5.2k) - GraphQL server compatible to all GraphQL compliant clients like Strawberry Shake, Relay, Apollo Client, and various other clients and tools.
- graphql-net (⭐891) - GraphQL to IQueryable for .NET.
- EntityGraphQL (⭐408) - 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).
Jul 31, 2022
Code Analysis and Metrics
- WebBen (⭐11) - Is a tool for benchmarking your Hypertext Transfer Protocol (HTTP) server.
Jul 27, 2022
Queue
- SlimMessageBus (⭐468) - Lightweight message bus with transports for popular messaging systems (Kafka, Redis, Azure Service Bus, and others) and in-memory communication.
Jul 19, 2022
Algorithms and Data structures
- Akade.IndexedSet (⭐59) - A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy string matching.
Jul 16, 2022
Testing
- Moq.Contrib.HttpClient (⭐185) - A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.
Jun 22, 2022
RPC
- gRPC UI (⭐5.2k) - 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.
Jun 21, 2022
RPC
- gRPCurl (⭐11k) - gRPCurl is a command-line tool that lets you interact with gRPC servers. It's basically curl for gRPC servers.
Serialization
- F# Data - F# type providers for accessing XML, JSON, CSV and HTML files (based on sample documents) and for accessing WorldBank data
Jun 19, 2022
RPC
- BloomRPC (⭐9k) - BloomRPC aims to provide the simplest and most efficient developer experience for exploring and querying your GRPC services.
Jun 18, 2022
RPC
- gRPC (⭐4.2k) An RPC library and framework for .NET Core. Read more about it on Docs Microsoft
- CoreRPC (⭐81) - Extensible library for WCF-like RPC targeting netstandard1.3. Compatible with .NET, Mono and .NET Core.
Jun 12, 2022
API
- WTelegramClient (⭐965) - Automate a user account on Telegram, using the latest version of Telegram Client API
Jun 06, 2022
Blazor
- Megabit.Blazorise (⭐3.3k) - Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material. Very easy to use.
Jun 01, 2022
Cryptography
- Paseto.Core (⭐101) - A Paseto (Platform-Agnostic Security Tokens) implementation for .NET
May 29, 2022
Source Generator
- Supernova.Enum.Generators (⭐177) - 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.
May 25, 2022
- Kevsoft.PDFtk (⭐36) - 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.
May 24, 2022
Scheduling
- NCrontab.Scheduler (⭐14) - Simple task scheduler library for scheduling NCrontab-based tasks
Feb 22, 2022
Cryptography
- CryptoNet (⭐97) - .NET simple crypto library. Native c#.
Image Processing
- PixelViewer (⭐257) - 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+).
Feb 20, 2022
CLI
- Appccelerate - Command Line Parser - A command-line parser with fluent definition syntax, different argument types, required and optional arguments, value restrictions, aliases, type conversion and semi-automatic usage help message composition
Machine Learning and Data Science
- F# Data (⭐813) - F# type providers for accessing XML, JSON, CSV and HTML files (based on sample documents) and for accessing WorldBank data
Testing
- xBehave.net (⭐382) - An xUnit.net extension for describing your tests using natural language.
Feb 08, 2022
CMS
- Squidex (⭐2.2k) - Open source headless CMS and content management hub. https://squidex.io
Regular Expression
- RegExtract (⭐696) - Clean & simple idiomatic C# RegEx-based line parser that emits strongly typed results.
Tools
- UnitsNet (⭐2.2k) - Makes life working with units of measurement just a little bit better.
Jan 06, 2022
Cloud Storage
- Stowage (⭐166) - Bloat-free zero dependency .NET cloud storage kit that supports at minimum THE major cloud providers.
Dec 29, 2021
Git Tools
- Husky.Net (⭐679) - 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)
Dec 27, 2021
Tools
- CSharpier (⭐1.3k) - An opinionated code formatter for c# that is based on the Prettier (⭐49k) printing process.
Dec 21, 2021
Logging
- ULogViewer (⭐379) - 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.
Dec 17, 2021
Blazor
- MASA.Blazor (⭐1.2k) - A set of enterprise-class UI components based on Material Design and Blazor WebAssembly.
Dec 10, 2021
Media
- SeeShark (⭐142) - Cross-platform camera library for .NET using FFmpeg supporting over 190 pixel formats
Dec 06, 2021
Reactive Programming
- ObsevableComputations (⭐110) - A cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.
Dec 04, 2021
Application Frameworks
- Signals (⭐56) - 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.
Serialization
- FlatSharp (⭐498) - Fast, idiomatic FlatBuffers implementation. Use .fbs files or attributes.
Nov 30, 2021
GUI
- UNO Platform - 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
MVVM
- Community Toolkit - Collection of control & helper libraries and samples for various .NET technologies. Contains modern MVVM library, supported by Microsoft. Includes Windows Community Toolkit (⭐5.9k), MAUI Community Toolkit (⭐2.2k), and Dotnet Community Toolkit (⭐3k).
Nov 13, 2021
Logging
- Sejil (⭐183) - Capture, view and filter your ASP.NET Core app's logs right from your app. It supports structured logging, querying as well as saving log queries.
Oct 25, 2021
Serialization
- ObjectDumper.NET (⭐394) - Serializes in-memory object to C# code.
Oct 24, 2021
Mathematics
- WPF-Math (⭐639) - a .NET library for rendering mathematical formulae using the LaTeX typesetting style, for the WPF framework
Office
- Toxy (⭐355) - .NET text extraction framework supports a few file formats
ORM
- SqlSugar (⭐5.3k) - Another ORM library supports many RDBMS including MySql, SqlServer, Sqlite, Oracle, Postgresql
Oct 23, 2021
JavaScript Engines
- YantraJS (⭐201) - 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.
Misc
- Build Versioning (⭐58) - Simple build versioning for .NET, powered by Git tags
Oct 22, 2021
Testing
- NBomber (⭐2.1k) - Very simple load testing framework for Pull and Push scenarios. It's 100% written in F# and targeting .NET Core and full .NET Framework.
Oct 12, 2021
Game
- osu!framework (⭐1.6k) - A 2D application/game written with amazing games in mind.
Sep 28, 2021
Application Frameworks
- Plastic (⭐58) - Plastic provides encapsulation of things like Domain, Application Rules, Business Rules or Business Logic in Application. For this, Command pattern is used.
Calendar
- Stream (⭐60) Official .NET API client for Stream Chat, a service for building chat applications.
Graphics
- 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.
Sep 21, 2021
Graphics
- LiveCharts2 (⭐4.3k) - Simple, flexible, interactive & powerful charts, maps, and gauges for .Net. LiveCharts2 supports WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
Sep 07, 2021
Mathematics
- Vim.Math3d (⭐106) - A feature-rich cross-platform replacement for System.Numerics with support for consistent serialization and binary layout, and additional structures and algorithms for efficient 3D Math.
Aug 19, 2021
Game
- FNA (⭐2.6k) - FNA is an XNA4 reimplementation that focuses solely on developing a fully accurate XNA4 runtime for the desktop
Aug 17, 2021
Cryptography
- NaCl.Core (⭐70) - A managed-only cryptography library for .NET which provides modern cryptographic primitives.
Aug 13, 2021
Functional programming
- Curryfy (⭐68) - Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and partial application.
- MoreLinq (⭐3.7k) - Provides extra methods to LINQ to Objects.
Machine Learning and Data Science
- m2cgen (⭐2.8k) - A CLI tool to transpile trained classic ML models into a native .NET (C#, F# or Visual Basic) code with zero dependencies.
Misc
- RecordParser (⭐292) - Library to help reading and writing CSV and Flat files with zero heap allocation.
Aug 01, 2021
API
- CommandQuery (⭐107) - Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions 🌐ASP.NET Web API 2
Application Frameworks
- silky (⭐275) - The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
Blazor
- ant-design-blazor (⭐5.8k) - A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
CLI
- Typin (⭐243) - Simple to use declarative framework for interactive CLI applications and command line tools (direct mode) that has its roots in CliFx.
Distributed Computing
- .NEXT Raft (⭐1.6k) - Raft implementation for .NET and ASP.NET Core that allows to build clustered microservices powered by distributed consensus and replication
E-Commerce and Payments
- Adyen (⭐107) - The official Adyen Payment API Library for .NET
Graphics
- Aspose.Drawing - Fully managed, cross-platform, complete 2D graphic library for drawing text, geometries, and images, with System.Drawing compatible API. [$]
Image Processing
- ColorHelper (⭐67) - Useful methods for work with colors.
Interactive programming
- .NET Interactive (⭐2.9k) - .NET Interactive takes the power of .NET and embeds it into your interactive experiences.
Mathematics
- AngouriMath (⭐777) - 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.
Misc
- LINQPad.QueryPlanVisualizer (⭐398) - View SQL Server and Postgres query plans directly inside LINQPad.
MVVM
- EBind (⭐161) - A concise, fast and feature-rich .NET data binding solution.
Networking
- SharpPcap (⭐1.3k) - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets from live and file based devices.
Office
- ShapeCrawler (⭐282) - A fluent API for the processing of PowerPoint presentations without Microsoft Office installed.
- MiniExcel (⭐2.7k) - A micro Excel helper avoids OOM and high performance to create/mapping/template-fill-data.
ORM
- FreeSql (⭐4.1k) - a convenient ORM in dotnet, supports MySql, SqlServer, PostgreSQL, Oracle, Sqlite, Firebird, 达梦, 人大金仓, 神舟通用, 翰高 and Access.
- PdfPig - Read and create and extract text and other content from PDFs in C# (port of PdfBox)
- QuestPDF - QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.
Protocols
- Tecan SiLA2 SDK - A library and code generator to develop SiLA2 clients and servers.
Queue
- Silverback - A simple but feature-rich message bus for .NET core (supports Kafka, RabbitMQ and MQTT).
SDK and API Clients
- Cloudmersive APIs - An API client library for .NET [Proprietary][Free]
Testing
- BDTest (⭐75) - A behaviour driven testing and reporting framework!
- CsCheck (⭐159) - Random testing library for C#. Including concurrency, causal profiling, regression and performance testing.
Tools
- JSON Formatter and Validator - A blazing fast JSON formatter and validator that won't share JSON with a server.
Visual Studio Plugins
- Tabs Studio - Visual Studio tab manager with multiple tab rows, tab coloring and tab grouping. [$]
- ViEmu - very powerful Vi/vim emulator for Visual Studio supporting all basic and many advanced features of vi/vim. [$]
- Roslynator (⭐3.1k) - A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn
- Unchase.Odata.Connectedservice (⭐44) - A Visual Studio Connected Service for generating API client code in C# or VB for OData web service.
- Unchase.OpenAPI.Connectedservice (⭐108) - A Visual Studio 2017/2019 extension to generate C# (TypeScript) HttpClient (or C# Controllers) code for OpenAPI web service with NSwag (⭐6.7k).
Jun 26, 2021
Application Frameworks
- Fusion (⭐1.8k) - .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 (⭐161) Samples 2 (⭐70)
Caching
- FusionCache (⭐1.7k) - 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
E-Commerce and Payments
- GrandNode (⭐1.1k) - Headless, multi-vendor, multi-tenant, the most advanced open source e-commerce platform based on .NET Core 5.0 and MongoDB.
Mar 03, 2021
Blazor
- BootstrapBlazor (⭐2.3k) - A set of enterprise-class UI components based on Bootstrap and Blazor.
Misc
- Validot (⭐299) - 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.
Source Generator
- Awesome Microservices .NET Core (⭐2.7k) - A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core.
Jan 22, 2021
HTTP
- WebApiClient (⭐2k) 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.
Misc
- Quickenshtein (⭐283) - An extremely quick and memory efficient Levenshtein Distance calculator with SIMD and Threading support
Jan 15, 2021
Caching
- Cache Tower (⭐610) - An efficient multi-layered caching system for .NET (In-Memory, Redis, Database, File etc)
CLI
- CommandDotNet (⭐571) - 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.
- CommandLineUtils (⭐2.2k) - This is a fork of Microsoft.Extensions.CommandLineUtils, which is no longer under active development.
CLR
- Runtime (⭐15k) - Mono and CoreCLR .NET runtimes, as well as the standard library and some higher level components like
System.Linq
andSystem.Text.Json
.
Compilers, Transpilers and Languages
- Amplifier.NET (⭐173) - Write and compile your own kernel function using C# and Amplifier will take care of running it on your favorite hardware. Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code.
DirectX
- Vortice.Windows (⭐1k) - Cross platform .NET standard libraries for DirectX, WIC, Direct2D1, XInput, XAudio and X3DAudio
Game
- UnrealCLR (⭐3.1k) - Unreal Engine .NET Core integration
Logging
- Rollbar.NET (⭐65) - 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.
- ZeroLog (⭐400) - 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.
Machine Learning and Data Science
- SciSharp STACK - A rich machine learning ecosystem for .NET created by porting the most popular Python libraries to C#.
- Synapses (⭐70) - An in-memory neural network library written in F#.
Misc
- Infinity Crawler (⭐246) - A simple but powerful web crawler library for .NET
Networking
- NetCoreServer (⭐2.7k) - 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).
Object to object mapping
- Mapster (⭐4.3k) - A high performance object mapper in .net
ORM
- MongoFramework (⭐390) - An "Entity Framework"-like interface for MongoDB
Serialization
- CsvExport (⭐159) - Very simple & lightweight CSV exporter, Excel friendly, escapes text & quotes etc.
Strong Naming
- .NET Assembly Strong-Name Signer (⭐325) - Utility software to strong-name sign .NET assemblies, including assemblies you do not have the source code for.
Testing
- Compare-Net-Objects (⭐1.1k) - Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
Nov 30, 2020
Algorithms and Data structures
- Towel (⭐720) - data structures, algorithms, mathematics, metadata, extensions, console, measurements, and other useful stuff
GUI
- Ookii.Dialogs.Wpf (⭐1.1k) - Enable WPF applications to access common Windows dialogs such as task dialogs, credential dialog, progress dialog, folder browser dialog, and more
- Ookii.Dialogs.WinForms (⭐603) - Enable Windows Forms applications to access common Windows dialogs such as task dialogs, credential dialog, progress dialog, folder browser dialog, and more
Minification
- CompressedStaticFiles (⭐88) - 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.
Tools
- Downloader (⭐1.3k) - Fast and reliable multipart downloader with asynchronous progress events for .NET applications.
Oct 20, 2020
API
- FFImageLoading - Fast & Furious Image Loading (⭐1.4k) - This Library to load images quickly & easily on Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac / Xamarin.Tizen and Windows (UWP, WinRT)
Caching
- EasyCaching (⭐1.9k) - A caching library that contains basic and some advanced usages of caching which can help handle caching more easier!
ORM
- Venflow (⭐170) - A super fast and lightweight ORM for PostgreSQL.
Tools
- YARP (⭐8.5k) - YARP is a reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET.
Oct 19, 2020
CLI
- spectre.console (⭐9.3k) - A library that makes it easier to create beautiful console applications.
Distributed Computing
- Orleankka (⭐493) - 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.
Testing
- ArchUnitNET (⭐875) - Simple library for checking the architecture of C# code with a fluent API.
- Snapshooter (⭐300) - A snapshot testing tool for .NET Core and .NET Framework
Oct 02, 2020
GUI
- Bunifu UI Framework - Carefully crafted Winforms controls and components for creating stunning modern application UI. [$]
Sep 21, 2020
Tools
- OctoLinker (⭐5.3k) - Navigate through
project.json
,packages.config
,*.props
,*.targets
, and C#/F#/VB.NET project files efficiently with the OctoLinker browser extension for GitHub.
Sep 18, 2020
Authentication and Authorization
- Logibit Hawk (⭐36) - A F# Hawk (⭐1.9k) authentication library
Build Automation
- MSBuild (⭐5.2k) - The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio
Documentation
- Swashbuckle (⭐3.1k) - Seamlessly adds a Swagger to Web API projects.
GUI
- Empty Keys UI - Multi-platform and multi-engine XAML based user interface library [Free][Proprietary]
Internationalization
- ResX Resource Manager (⭐1.3k) - The most popular free tool to localize all kind of applications with resx-based resources.
Interoperability
- pinvoke (⭐2.1k) - A library containing P/Invoke code for latest Windows OS.
Misc
- Rant (⭐3k) - The Rant Procedural Text Generation DSL
ORM
- Fluent NHibernate (⭐1.7k) - Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.
Package Management
- Cloudsmith - A fully managed package management SaaS, with support for NuGet, Npm, Docker and much more. [Free for Public/OSS] [$]
Reactive Programming
- Dynamic Data (⭐1.7k) - Reactive Extensions (Rx) for collections
Serialization
- ProtoBuf (⭐304) - Generate C# code for protocol buffer serialization from a .proto specification.
Testing
- Verify (⭐2.5k) - Verification tool to enable simple approval of complex models and documents.
Tools
- Open Live Writer (⭐2.5k) - Blog writer which integrated with WordPress, Blogger, et. al. Open Live Writer makes it easy to write, preview, and post to your blog.
- Papercut (⭐2.9k) - 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.
- SmartCode (⭐573) - SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!! (Including [Code generator])
UI Automation
- FlaUI (⭐2.2k) - FlaUI is a .NET library which helps with automated UI testing of Windows applications (Win32, WinForms, WPF, Store Apps, ...).
Visual Studio Plugins
- VsVIM (⭐3.6k) - VIM in Visual Studio
Sep 15, 2020
Application Frameworks
- Newbe.Claptrap (⭐215) - This is a set of server-side development frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can develop "distributed", "scale out", and "easy to test" application more simply.
Code Snippets
- Sharplab - Run C# code using different branches and versions of Roslyn, see the IL that was produced and examine the JIT's output.
Graphics
- RealTimeGraphX (⭐215) - RealTimeGraphX is a data type agnostic, high performance plotting library for WPF, UWP and soon, Xamarin Forms.
Mathematics
- MKL.NET (⭐163) - A simple cross platform .NET API for Intel MKL.
- Docotic.Pdf - 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]
- ITextSharp (⭐1.4k) - iText is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF)[$] [Free for OSS]
Sep 14, 2020
Graphics
- Silk.NET (⭐4.1k) - 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.
GUI
- Lara (⭐153) - Lara Web Engine is a library for developing Web user interfaces in C#
Template Engine
- Scriban (⭐3.1k) - A fast, powerful, safe and lightweight text templating language and engine for .NET
UI Automation
- PuppeteerSharp (⭐3.4k) - Puppeteer Sharp is a .NET port of the official Node.JS Puppeteer API.
- PuppeteerSharp.Contrib (⭐82) - Contributions to Puppeteer Sharp that provides a convenient way to write readable and robust browser tests.
Parser Library
- CSLY (⭐364) - A light embedded C# lexer/parser generator.
Jun 17, 2020
Application Templates
- JHipster.NET (⭐313) 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.
Deployment
- yuniql (⭐418) - Free and open source schema versioning and migration tool made with .NET Core. Run migrations with plain SQL, arrange versions in ordinary folders and seed your data from CSV via stand-alone CLI (no CLR needed), Azure Pipelines, Docker or ASP.NET Core code. https://yuniql.io
GIS
- DEM Net Elevation API (⭐299) - .Net library for Digital Elevation Models, allows 3D terrain generation in glTF / STL format.
Real-time Communications
- SIPSorcery (⭐1.4k) - A cross platform C# .NET library supporting SIP, VoIP and WebRTC.
May 13, 2020
Calendar
- iCal.NET (⭐781) 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.
Functional programming
- Optuple (⭐29) - .NET Standard Library for giving
(bool, T)
Option-like semantics in a non-obtrusive way; this is, there is no new option type dependency for a library or its users.
Game
- Devtodev (⭐7) - A full-cycle analytics solution for game developers.
Image Processing
- Imgix-CSharp - Easily update image urls to be fast and responsive. [$]
Misc
- FormHelper (⭐270) - Form & Validation Helper for ASP.NET Core. Form Helper helps you to create ajax forms and validations without writing any javascript code. (Compatible with Fluent Validation)
- Cloudmersive PDF - 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]
Apr 24, 2020
ORM
- EntityFramework.Exceptions (⭐1.5k) - Use typed Exceptions for Entity Framework Core when your SQL query violates database constraints in SqlServer, MySql, PostgreSQL or SQLite
Apr 21, 2020
- Pdfium.Net SDK - Advanced C# PDF library for render, create, edit, merge, split, print, and view PDFs. Open source PDF Viewer is available on GitHub. A NuGet package is also available for easy inclusion into your projects.[$]
Serialization
- Ceras (⭐480) - Ceras is a binary serializer. It converts any object into a byte[] and back. It goes above and beyond in terms of features, speed, and comfort. Supports reference loops, large/complicated inheritance chains, splitting objects into parts and more.
- Protobuf.NET (⭐4.7k) - Protocol buffers is the name of the binary serialization format used by Google for much of their data communications
Testing
- SpecFlow (⭐2.2k) - Binding business requirements to .Net code
- xUnit.net (⭐4.2k) - A free, open source, community-focused unit testing tool for the .NET Framework.
- ReportPortal - AI-powered Test Automation Dashboard. Acquire, aggregate and analyze test reports to ascertain release health.
Apr 20, 2020
Functional programming
- JFlepp.Maybe (⭐4) - A Maybe type for C#, aimed as an idiomatic port of the option type in F# to C#
Game
- Stride Game Engine - Stride Game Engine is a 2D/3D cross-platform game engine featuring a scene editor, particles, physically based rendering (PBR), scripting, and much more
Install tools
- Wix Toolset - The most powerful set of tools available to create your Windows installation experience
Misc
- CSScript - 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.
MVVM
- UpdateControls - Update Controls does not require that you implement
INotifyPropertyChanged
or declare aDependencyProperty
. It connects controls directly to CLR properties. This makes it perfect for the Model/View/ViewModel pattern.
- Toms Toolbox (⭐102) - Visual Composition framework to easily build modularized MVVM applications based on the Managed Extensibility Framework (MEF).
ORM
- SmartSql (⭐1.1k) - SmartSql = MyBatis + Cache(Memory | Redis)+ ZooKeeper + R / W Splitting + Dynamic Repository ....
Protocols
- DnsClient.NET (⭐780) - A simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups.
Visual Studio Plugins
- Web Essentials (⭐49) - Web Essentials extends Visual Studio with lots of new features that web developers have been missing for many years
- SideWaffle (⭐656) - A collection of Item Templates for Visual Studio 2012/2013/2015 that makes any web developer's life much easier
Mar 04, 2020
WebSocket
- Websocket.Client (⭐686) - A multiplatform wrapper over native C# class ClientWebSocket with built-in reconnection and error handling.
Feb 26, 2020
Logging
- Logary (⭐526) - 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.
Mathematics
- ALGLIB - 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]
Misc
- FluentValidation (⭐9k) - A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules.
ORM
- Entity Framework 6 (⭐1.4k) - Object-relational mapper that enables .NET developers to work with relational data using domain-specific objects
- Entity Framework Core (⭐14k) - Object-relational mapper that enables .NET developers to work with relational data using domain-specific objects
- MicroLite ORM (⭐85) MicroLite ORM is a micro Object Relational Mapper for the .NET framework. It is designed to be easy to use, extensible and testable.
Feb 25, 2020
Authentication and Authorization
- ASP.NET SAML (⭐361) - SAML authentication support for ASP.NET apps
Feb 12, 2020
Code Analysis and Metrics
- CodeMaid - Visual studio extension to cleanup, dig through and simplify C#, C++, F#, VB, PHP, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
Database
- DBreeze (⭐523) - DBreeze Database is an open-source embedded Key-Value store
Feb 06, 2020
Build Automation
- FlubuCore (⭐904) - A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
CLI
- JustCli (⭐29) - That’s just a quick way to create your own command line tool.
Compilers, Transpilers and Languages
- IronScheme (⭐375) - R6RS Scheme compiler, runtime and many standard libraries
- VisualFSharp (⭐3.9k) - The Visual F# compiler and tools
Database
- Event Store (⭐5.2k) - The open-source, functional database with Complex Event Processing in JavaScript
Documentation
- SourceBrowser (⭐1.1k) - Source browser website generator that powers https://referencesource.microsoft.com
Extensions
- ExtensionMethods.Net - Site with collection of extension methods
Feb 05, 2020
CLI
- CliFx (⭐1.5k) - Declarative framework for building command line interfaces.
Database
- StringDB (⭐70) - StringDB is a modular, key/value pair archival DB designed to consume tiny amounts of ram & produce tiny databases.
- Db4o-gpl (⭐29) - Object-oriented database, embedded and remote connections supported.
Event aggregator and messenger
- FluentMediator (⭐192) - FluentMediator is an unobtrusive library that allows developers to build custom pipelines for Commands, Queries and Events
GUI
- Windows UI Library (⭐6.3k) - The Windows UI Library (WinUI) provides official native Microsoft UI controls and features for Windows UWP apps.
Mathematics
- MathNet - 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
- GeometRi (⭐177) - Simple and lightweight computational geometry library for .Net
Misc
- Hashids.net (⭐3.3k) - Generate short unique ids from integers, as per https://hashids.org
- NaturalSort.Extension (⭐168) - Extension method for StringComparer that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
MVVM
- Smaragd (⭐34) - A platform-independent, lightweight library for developing .NET applications using the MVVM architecture.
Office
- GemBox.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 - 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. [$]
ORM
- RepoDb (⭐1.7k) - A hybrid ORM library for .NET.
Profiler
- Unchase.FluentPerformanceMeter (⭐41) - An open-source and cross-platform .Net Standard 2.0 library that is designed for the method’s performance measurement.
SDK and API Clients
- Dropbox.NET (⭐331) - Official .NET SDK for the Dropbox API
Style Guide
- C# Async Guidance (⭐7.9k) - list of problematic asynchronous patterns for .NET Core with an explanation of how to solve those issues
Testing
- Fuchu (⭐120) - A unit-testing library for F# with tests-as-values which makes DSLs extremely easy to create.
Source Generator
- NuGet Trends - Check out NuGet packages adoption and what's trending on NuGet.
Sep 29, 2019
API
- TLSharp (⭐1k) - It's a perfect fit for any developer who would like to send data directly to Telegram users or write own custom Telegram client.
Application Frameworks
- HopFramework (⭐49) - HopFramework is a framework to create projects easily applying Domain Driven Design and a lot of patterns to delivery a better solution.
Blockchain
- Nethermind (⭐1.2k) - full Ethereum client in .NET Core
GUI
- HandyControl (⭐6k) - Contains some simple and commonly used WPF controls
HTML and CSS
- LtGt (⭐119) - lightweight HTML processor, can be used to parse and navigate DOM, handles CSS selectors, can convert to Linq2Xml, easily extensible, and more.
Image Processing
- Colourful (⭐275) - Open source .NET library for working with color spaces.
Install tools
- Onova (⭐506) - An unopinionated auto-update framework for desktop applications.
Machine Learning and Data Science
- Catalyst (⭐722) 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
Mathematics
- Rationals (⭐80) - Implementation of rational number arithmetic for .NET with arbitrary precision.
Misc
- Coravel (⭐3.8k) Near-zero config .NET Core library that makes Task Scheduling, Caching, Queuing, Mailing, Event Broadcasting (and more) a breeze!
Queue
- Gofer.NET (⭐541) - Easy C# API for Distributed Background Tasks/Jobs for .NET Core. Inspired by celery for python.
Tools
- Mockaco (⭐334) - 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.
- AnyStatus - A desktop notifications app for monitoring CI/CD pipelines, servers, network, health and metrics. AnyStatus supports Azure DevOps, Jenkins, TeamCity, AppVeyor and more.
Source Generator
- .NET Open Source Developer Projects (⭐14k) - This community maintained list showcases .NET open source projects that are useful for any aspect of the development process.
Apr 28, 2019
HTTP
- Flurl - Fluent, portable, testable REST/HTTP client library
Mar 27, 2019
Testing
- NFluent - NFluent is an assertion library which aims to fluent your .NET TDD experience.
Mar 26, 2019
GUI
- AdonisUI (⭐1.7k) - Lightweight UI toolkit for WPF applications offering classic but enhanced Windows visuals.
Mar 21, 2019
Package Management
- Sleet (⭐354) - A NuGet v3 static feed generator with support for AWS S3 and Azure Storage
Mar 18, 2019
E-Commerce and Payments
- NopCommerce (⭐9.2k) - nopCommerce. Free open-source e-commerce shopping cart (ASP.NET Core)
HTTP
- Tiny.RestClient (⭐210) - Simpliest Fluent REST client for .NET.
Mar 17, 2019
Scheduling
- Workflow Core (⭐5.3k) - Lightweight embeddable workflow engine
Mar 15, 2019
API
- Ocelot (⭐8.3k) - .NET core API Gateway
Mar 12, 2019
Interoperability
- Pyrolite (⭐177) - 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.
Mar 05, 2019
API
- ASP.NET Web API - Framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices
- Breeze - API framework enabling rich data access by using the OData 3 protocol. Client libraries available for JavaScript and C#.
Authentication and Authorization
- Stuntman - Stuntman is a library for impersonating users during development leveraging .NET Claims Identity.
Compilers, Transpilers and Languages
- Hybridizer - CIL (C#, VB.Net, F#) to CUDA compiler. [$]
Compression
- SharpZipLib - a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform
Continuous Integration
- TeamCity - Ready to work, extensible and developer-friendly build server — out of the box [$]
Database
- LiteDB (⭐8.5k) - A .NET NoSQL Document Store in a single data file - https://www.litedb.org
Decompilation
- ILSpy - ILSpy is the open-source .NET assembly browser and decompiler
Markdown Processors
- F# Formatting - Tools for documenting F# and C# projects. The library contains extensible Markdown parser as a core component.
GIS
- OsmSharp - C# library to work with OpenStreetMap (OSM) data. Provides reading, writing and route-planning for OSM data.
Git Tools
- GitExtensions (⭐7.7k) - GitExtensions is a shell extension, a Visual Studio 2008/2010/2012/2013 plugin and a standalone Git repository tool. https://gitextensions.github.io/
Graphics
- Helix Toolkit - Helix Toolkit is a collection of 3D components for .NET
HTML and CSS
- LibSass Host (⭐82) - .NET wrapper around the libSass library with the ability to support a virtual file system
IDE
- Waf DotNetPad - A simple and fast code editor that makes fun program with C# or Visual Basic.
Image Processing
- DynamicImage - High-performance open-source image manipulation library for ASP.NET.
Machine Learning and Data Science
- Deedle - Data frame and (time) series library for exploratory data manipulation with C# and F# support
- R Provider - Type provider that exposes R packages and functions in a type-safe way to F# callers
MVVM
- Okra App Framework - An app centric MVVM framework for Windows 8.1 built with dependency injection in mind, including a full set of Visual Studio MVVM templates.
Object to object mapping
- AutoMapper (⭐9.9k) - A convention-based object-object mapper in .NET. https://automapper.org
Office
- NPOI (⭐77) - This project is the .NET version of POI Java project at https://poi.apache.org/.
Package Management
- Paket (⭐2k) - A package dependency manager for .NET with support for NuGet packages and GitHub repositories. https://fsprojects.github.io/Paket/
Search
- Lucene.net - Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users
Testing
- NSubstitute - A friendly substitute for .NET mocking frameworks
Visual Studio Plugins
- Resharper - Developer Productivity Tool for Visual Studio [$]
Web Frameworks
- ASP.NET MVC - ASP.NET is a free web framework for building great web sites and applications
Feb 08, 2019
Package Management
- BaGet (⭐2.6k) - A cross-platform, lightweight NuGet and Symbol server
Tools
- NETworkManager (⭐6.4k) - A powerful tool for managing networks and troubleshoot network problems!
Jan 29, 2019
Strong Naming
- Strong Namer (⭐330) - Automatically add strong names to referenced assemblies which do not already have a strong name. This will allow you to reference and use (NuGet packages with) assemblies which are not strong named from your projects that do use a strong name.
Jan 23, 2019
Interoperability
- PInvoke Interop Assistant (⭐431) - Converts C to managed P/Invoke signatures or verse visa.
Search
- SolrExpress (⭐66) - A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way
Jan 14, 2019
Algorithms and Data structures
- Algorithmia (⭐532) - 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.
Application Frameworks
- DotNetty (⭐4.1k) - DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
Compilers, Transpilers and Languages
- Nemerle (⭐618) - 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.
Documentation
- DocNet (⭐248) - Your friendly static documentation generator, using markdown files to build the content.
Event aggregator and messenger
- MediatR (⭐11k) - Simple, unambitious mediator implementation in .NET
Logging
- Foundatio (⭐2k) - A fluent logging API that can be used to log messages throughout your application.
Misc
- Polly (⭐13k) - 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).
- Warden (⭐614) - Define "health checks" for your applications, resources and infrastructure. Keep your Warden on the watch
Queue
- RestBus (⭐366) - A service-oriented .NET messaging library for RabbitMQ.
- Confluent's .NET Client (⭐57) - Confluent's .NET Client for Apache Kafka.
- Brighter (⭐2k) - Command Dispatcher, Processor, and Distributed Task Queue https://www.goparamore.io/
Testing
- Canopy (⭐507) - Canopy is a free, open source F# web automation and testing framework
Jan 02, 2019
WPF
- WPF (⭐7k) - WPF is a .NET Core UI framework for building Windows desktop applications.
Dec 23, 2018
Application Templates
- Nucleus (⭐353) - Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication
Dec 10, 2018
Application Frameworks
- ABP (⭐13k) - The next generation of the ASP.NET Boilerplate web application framework.
Code Analysis and Metrics
- Codinion - Enhanced syntax highlighting for C# and some other "Visual" features. [$]
GUI
- SciterSharp (⭐108) - 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
Mathematics
- UnitConversion (⭐181) - Expansible Unit Conversion Library for .NET Core and .NET Framework
Trading
- StockSharp (⭐7.1k) - Trading and algorithmic trading open source platform (stock markets, forex, bitcoins and options). https://stocksharp.com
Visual Studio Plugins
- Productivity Power Tools - A set of extensions to Visual Studio Professional (and above) which improves developer productivity.
Dec 07, 2018
Graphics
- Veldrid (⭐2.5k) - A low-level, portable graphics and compute library for .NET
Nov 30, 2018
Testing
- Stryker.NET (⭐1.8k) - Mutation testing for .NET Core projects
Nov 20, 2018
Parser Library
- Sprache (⭐2.3k) - A simple, lightweight library for constructing parsers directly in C# code
- Pidgin (⭐895) - A lightweight, fast and flexible parsing library for C#, developed at Stack Overflow
- FParsec (⭐522) - A parser combinator library for F#
- Superpower (⭐1.1k) - A C# parser construction toolkit with high-quality error reporting
Nov 10, 2018
IoC
- Stashbox (⭐139) - A lightweight, portable dependency injection framework for .NET based solutions.
Nov 06, 2018
Business Intelligence
- FastReport (⭐2.7k) - 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.
Nov 05, 2018
IoC
- DryIoc (⭐1k) - Simple, fast all fully featured IoC container.
Oct 29, 2018
Graphics
- 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.
Image Processing
- TeximpNet - A cross-platform .NET Standard library for reading/manipulating/writing image files. The primary focus is to create 2D/3D/Cubemap textures for graphics/game applications, notably to convert images to GPU compressed formats and generate mipmaps. The library wraps the FreeImage native library to import/export over 30 common image formats, and wraps the Nvidia Texture Tools native library for GPU compression features. It also has a fully featured DDS format importer/exporter written in C#.
Oct 28, 2018
CLI
- RunInfoBuilder (⭐43) - A unique command line parser, utilizing object trees for commands.
Oct 25, 2018
Machine Learning and Data Science
- Infer.NET - A framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming.
Oct 23, 2018
Template Engine
- RazorLight (⭐1.5k) - Open source template engine based on Microsoft's Razor parsing engine supporting .NET Standard 2.0
Oct 13, 2018
Misc
- Guard (⭐713) - A high-performance, extensible argument validation library.
Oct 12, 2018
IoC
- Lamar - A fast IoC container heavily optimized for usage within ASP.NET Core and other .NET server side applications.
Oct 09, 2018
Compilers, Transpilers and Languages
- Iron python (⭐1.1k) - A python 2 implementation that is integrated with the dot net framework.
Oct 08, 2018
Code Analysis and Metrics
- NDepend - 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. [$]
Oct 07, 2018
ORM
- DbExtensions - Data-access framework with a strong focus on query composition, granularity and code aesthetics.
Oct 05, 2018
Office
- NetOffice (⭐697) - .NET wrapper assemblies for Microsoft Office applications.
Oct 04, 2018
Logging
- Sentry (⭐582) - .NET SDK for Sentry Open-source error tracking that helps developers monitor and fix crashes in real time..
Oct 02, 2018
API
- Xamarin.Essentials - Xamarin.Essentials provides developers with cross-platform APIs for their mobile applications.
CMS
- DotNetNuke - 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.
Package Management
- MyGet - Hosted Package Repository for NuGet, NPM, Bower and VSIX. Also provides CI as-a-Service. [$]
GUI
- Qml.Net (⭐1.4k) - A cross-platform Qml/.NET integration for Mono/.NET/.NET Core
- UWP Community Toolkit (⭐5.9k) - 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.
HTML and CSS
- HtmlAgilityPack - an agile HTML parser that builds a read/write DOM and supports plain XPath or XSLT
Source Generator
- Awesome Xamarin (⭐1.9k) - A collection of interesting libraries/tools for Xamarin mobile projects.
Aug 23, 2018
API
- Telegram.Bot (⭐3.2k) - .NET Client for Telegram Bot API
Business Intelligence
- NReco PivotData - in-memory data aggregation/OLAP library, pivot tables generation (render to HTML, exports), ASP.NET pivot builder control [$][Free for single-deployment/non-SaaS]
Machine Learning and Data Science
- ML.NET (⭐9k) - Cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.
Protocols
- SharpSnmpLib - An open source SNMP implementation for .NET/Mono/Xamarin. Versioin 1, 2c, and 3 are supported.
Jul 30, 2018
Application Frameworks
- CSLA .NET (⭐1.2k) - business layer development framework https://cslanet.com/
Caching
- Akavache (⭐2.4k) - An asynchronous, persistent key-value store
Database
- Realm Xamarin (⭐1.2k) - A fast, easy-to-use alternative to SQLite & ORMs - https://realm.io/docs/dotnet/latest/
GIS
- CoordinateSharp (⭐362) - Easily parse or convert coordinate formats and calculate location based solar/lunar information.
IDE
- Visual Studio Express - The free lightweight version of Visual Studio for .NET programming.
- Visual Studio Community - A full-featured IDE
Misc
- LINQPad - 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. [$]
MVVM
- 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.
Jul 20, 2018
GUI
- MaterialDesignInXamlToolkit - Toolkit for creating Material Design styled WPF apps
Jul 19, 2018
Compilers, Transpilers and Languages
- PeachPie (⭐2.3k) - 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.
Jul 08, 2018
WPF
- Extended WPF Toolkit™ (⭐3.9k) - A rich collection of controls, components and utilities for creating WPF applications
Jul 01, 2018
Media
- CSCore (⭐2.2k) - An advanced audio library, supporting playback/recording, decoding/encoding and processing of audio data in realtime (effects, visualizations, ...).
Jun 13, 2018
Application Frameworks
- .NET Boxed Framework (⭐719) - .NET Core Extensions and Helper NuGet packages
Application Templates
- .NET Boxed Templates (⭐3.4k) - .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Jun 05, 2018
Media
- LibVLCSharp (⭐1.5k) - Xamarin bindings for libvlc, the multimedia framework powering the VLC applications made by VideoLAN.
Source Generator
- Discover .NET - Awesome .NET open source and community resources.
May 23, 2018
Game
- BEPUphysics (⭐2.3k) - BEPUphysics is a pure C# 3D physics library
May 20, 2018
Assembly Manipulation
- Fody (⭐4.3k) - Extensible tool for weaving .NET assemblies.
- ILRepack (⭐1.2k) - Open-source alternative to ILMerge.
CLI
- Gui.cs (⭐9.6k) - Terminal UI toolkit for .NET.
May 15, 2018
Source Generator
- Awesome Roslyn (⭐659) - A curated list of awesome Roslyn books, tutorials, open source projects, analyzers, code fixes, and refactorings.
May 09, 2018
Compilers, Transpilers and Languages
- Mond (⭐364) - A dynamically typed scripting language written in C# with a REPL, debugger, and simple embedding API.
May 07, 2018
Assets
- Bundle Transformer (⭐130) - Modular extension for Microsoft ASP.NET Web Optimization Framework. Its modules supports LESS, Sass, CoffeeScript, TypeScript, Mustache, Handlebars, Autoprefixer along with a bunch of different JS and CSS minifiers.
Compression
- DotNetZip.Semverd (⭐545) - An open-source project that delivers a .NET library for handling ZIP files, and some associated tools. (fork of Unmaintained DotNetZip)
Cryptography
- HashLib - HashLib is a collection of nearly all hash algorithms you've ever seen, it supports almost everything and is very easy to use
ETL
- Cinchoo ETL (⭐796) - ETL Framework for .NET (Read / Write CSV, Flat, Xml, JSON, Key-Value formatted files)
- Reactive ETL - Reactive ETL is a rewrite of Rhino ETL using the reactive extensions for .NET
Event aggregator and messenger
- Xer.Cqrs (⭐101) - A simple library for creating applications based on the CQRS pattern with support for attribute routing and hosted handlers. Developed in C# targeting .NET Standard 1.0.
GUI
- Office Ribbon (⭐758) - A library that implements MS Office Ribbon for WinForms.
HTTP
- Refit (⭐8.5k) - The automatic type-safe REST library for Xamarin and .NET
Minification
- Microsoft Ajax Minifier - Contains JS and CSS minifiers which have a highest performance, because its have been specifically designed for .NET. Optionally produce Source Maps for JS code.
Misc
- MSBuild ILMerge task - MSBuild ILMerge task is a NuGet package allows you to use the famous ILMerge utility in automated builds and/or Visual Studio projects.
MVVM
- MVVM Light Toolkit (⭐1.2k) - The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in WPF, Silverlight, Windows Store (RT) and for Windows Phone
Office
- EPPlus (⭐3.8k) - EPPlus is a .NET library that reads and writes Excel 2007/2010 files using the Open Office XML format (xlsx).
- WkhtmlToPdf (⭐265) - C# wrapper around wkhtmltopdf console utility. Allow to generate preety PDF using HTML and CSS.
Reactive Programming
- Rx.NET (⭐6.7k) - The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators
Testing
- NCrunch - An automated continuous & concurrent testing tool for Visual Studio. [$]
Visual Studio Plugins
- VSColorOutput - Color highlighting for Build, Find and Debug output windows. Custom match patterns and colors can be added.
WebSocket
- WebSocket4NET - WebSocket client for .NET 2.0+, Xamarin, Mono, Silverlight, Windows Phone, & WinRT
- Crossertech - Provides a great set of tools for you to build real-time applications on the Microsoft.NET plattform and much more. [$]
- WampSharp (⭐385) - A C# implementation of The Web Application Messaging Protocol - a protocol that provides messaging patterns of Remote Procedure Calls and Publish/Subscribe over WebSockets.
Apr 30, 2018
Code Snippets
- .NET Fiddle - Write, compile and run C#, F# and VB code in the browser. The .Net equivalent of JSFiddle.
SDK and API Clients
- Getty Images API SDK (⭐11) - SDK for the Getty Images and iStock APIs
Apr 14, 2018
Compilers, Transpilers and Languages
- Testura.Code (⭐297) - Wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions.
Apr 06, 2018
IDE
- AvalonStudio (⭐1.6k) - An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript
Apr 02, 2018
Machine Learning and Data Science
- GeneticSharp (⭐1.3k) - 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.
Mar 22, 2018
Application Frameworks
- CoreFX (⭐18k) - The corefx repo contains the library implementation (called "CoreFX") for .NET Core. It includes System.Collections, System.IO, System.Xml and many other components.
Mar 21, 2018
Media
- Xabe.FFmpeg (⭐711) - .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. [$]
Mar 08, 2018
Image Processing
- ImageSharp (⭐7.4k) - Fully managed cross-platform library for processing of image files.
Mar 01, 2018
CLI
- Argu (⭐454) - Declarative CLI argument & XML configuration parser for F# applications.
- clipr (⭐89) - A CLI library inspired by Python's argparse that transforms a command line into a strongly-typed object. It supports custom argument types, automated (and localized) help generation, and a variety of ways to store parsed arguments.
- CliWrap (⭐4.3k) - Wrapper for command line interfaces.
- Command Line Parser (⭐4.5k) - The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command-line arguments and related tasks
- CsConsoleFormat (⭐366) - .NET C# library for advanced formatting of console output.
- Docopt (⭐352) - Command-line interface description language that will make you smile.
- Fluent Command Line Parser (⭐530) - A simple, strongly typed .NET C# command-line parser library using a fluent easy to use interface
- Power Args (⭐568) - 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
Feb 24, 2018
Git Tools
- GitRead.Net (⭐17) - GitRead.Net is a .NET Standard library which allows you to very easily interrogate a Git repository that you have on disk. It allows you to enumerate the commit log, count lines per file and list files changed by a commit.
Feb 14, 2018
Misc
- ConsoleTableExt (⭐331) - Fluent library to create table for .Net console application.
Feb 11, 2018
SDK and API Clients
- Countly SDK for Windows (⭐25) - Windows SDK for Countly analytics and marketing platform for product and marketing managers
Jan 27, 2018
Misc
- DeviceDetector.NET (⭐343) - 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.
Jan 23, 2018
Artificial Intelligence
- SIML - Synthetic Intelligence Markup Language, a next generation Chatbot & Digital Assistant Language.
Web Frameworks
- Giraffe (⭐2.1k) - Functional (F#) ASP.NET Core micro framework for building rich web applications
Jan 19, 2018
GUI
- Ooui (⭐1.6k) - A small cross-platform UI library that brings the simplicity of native UI development to the web
Jan 07, 2018
Protocols
- DNS (⭐415) - A library for parsing and serializing DNS messages. Includes a basic DNS client and server.
Jan 03, 2018
GUI
- QtSharp (⭐571) - Mono/.NET Bindings for Qt
IDE
- Visual Studio Code - Excellent open source editor from Microsoft, based on Electron.
Dec 12, 2017
CMS
- BlogEngine.NET (⭐959) - Simple but full featured ASP.NET blog
Misc
- Valit (⭐320) - Valit is dead simple, fluent validation for .NET Core.
Dec 06, 2017
Application Frameworks
- AspectCore Framework (⭐1.7k) - 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.
Nov 29, 2017
- StrongGrid (⭐181) - 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.
Nov 27, 2017
Tools
- posh-dotnet (⭐45) -
PowerShell
tab completion for the dotnet CLI (⭐3.5k)
Nov 22, 2017
Mathematics
- AutoDiff (⭐91) - AutoDiff is a library for quickly computing gradients of functions defined by expressions. Mainly useful in numerical optimization
Nov 09, 2017
Code Analysis and Metrics
- App.Metrics (⭐2.2k) - App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application and reports it's health. See the docs for me details.
Datetime
- NodaTime (⭐2.8k) - 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/
Decompilation
- JustDecompile Engine - The decompilation engine of JustDecompile
Office
- DocX (⭐1.8k) - 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.
Tools
- Fiddler - The free web debugging proxy for any browser, system or platform
Nov 07, 2017
HTTP
- RestLess (⭐111) - The automatic type-safe-reflectionless REST API client library for .Net Standard.
Oct 29, 2017
GUI
- Neutronium (⭐1.3k) - Build .NET desktop applications using HTML, CSS, javascript and MVVM bindings such as with WPF.
Oct 28, 2017
Misc
- DeviceId (⭐783) - Generate a 'device ID' that can be used to uniquely identify a computer.
Oct 26, 2017
Object to object mapping
- AgileMapper (⭐458) - A zero-configuration Object-Object mapper supporting .NET Standard 1.0
Oct 22, 2017
Misc
- YoutubeExplode (⭐2.9k) - Ultimate library for extracting metadata and downloading Youtube videos and playlists.
Oct 11, 2017
Misc
- SystemWrapper (⭐175) - SystemWrapper is .NET library for easier testing of system APIs.
Oct 07, 2017
Web Frameworks
- NancyFx (⭐7.2k) - Lightweight, low-ceremony, framework for building HTTP-based services on .NET and Mono
- IISNode (⭐1.9k) - Host Node.js applications in IIS
- 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#.
API
- Nelibur (⭐129) - Nelibur is message based web service framework on the pure WCF. Nelibur simplifies creating high-performance and message-based web services and you certainly have all the power of the WCF.
Application Templates
- Serene (⭐2.6k) - 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.
Assets
- NodeAssets (⭐23) - Asset Manager for .NET that has live CSS updates using SignalR and can optionally leverage Node.js compilers
- SquishIt (⭐459) - Lets you easily bundle some CSS and JavaScript
Build Automation
- FAKE (⭐1.3k) - F# Make, a cross-platform build automation system
- Cake (⭐3.9k) - Cake (C# Make) is a cross-platform build automation system with a C# DSL.
Caching
- Foundatio (⭐2k) - A common interface with in memory, Redis and hybrid implementations.
- Cashew (⭐83) - a .NET library for caching responses easily with an
HttpClient
through an API that is simple and elegant yet powerful.
CLI
- EntryPoint (⭐137) - Composable CLI Argument Parser for .NET Core & .NET Framework 4.5+.
Compilers, Transpilers and Languages
- JSIL (⭐1.7k) - CIL to JavaScript Compiler http://jsil.org/
Compression
- Snappy for Windows - Snappy compression library for .NET baked on P/Invoke
Database
- RavenDB (⭐3.6k) - A LINQ-enabled document database for .NET
- Marten (⭐2.8k) - PostgreSQL as a document database and event store for .NET applications
Database Drivers
- Npgsql (⭐3.3k) - .NET data provider for PostgreSQL
- MongoDB (⭐3.1k) - Official MongoDB C# driver
- ServiceStack Redis (⭐2.3k) - .NET's leading C# Redis client
- StackExchange Redis (⭐5.9k) - General purpose Redis client from StackExchange
- Cassandra (⭐637) - DataStax .NET driver for Apache Cassandra
- Couchbase (⭐276) - Official Couchbase .NET client library, based on the Enyim memcached client
Datetime
- DateTimeExtensions (⭐737) - Common Date Time operations on the form of extensions to
System.DateTime
, including holidays and working days calculations on several culture locales.
- Exceptionless.DateTimeExtensions (⭐238) - DateTimeRange, Business Day and various
DateTime
,DateTimeOffset
,TimeSpan
extension methods.
Deployment
- Unfold (⭐136) - PowerShell-based deployment solution for .NET web applications
- Octo Pack (⭐182) - Used to build NuGet packages of your application for deployment using tools such as Octopus Deploy
Distributed Computing
- Akka.net (⭐4.7k) - 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 (⭐307) - 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.
E-Commerce and Payments
- Stripe.Net (⭐1.4k) - Stripe.net is a full service .NET API for https://stripe.com/
- Virto Commerce (⭐1.2k) - 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
Environment Management
- Dotnet CLI (⭐3.5k) - The cross-platform .NET Core command-line toolchain utility.
Event aggregator and messenger
- Mediator.Net (⭐371) - A simple mediator for .NET for sending command, publishing event and request response with pipelines supported
Game
- Wave 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 (⭐1.8k) - Nez is a free 2D-focused framework that works with MonoGame and FNA
Git Tools
- Bonobo Git Server (⭐1.8k) - Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your Git repositories. https://bonobogitserver.com/
- GitVersion (⭐2.8k) - Generate a Semantic Version Number based on the state of your Git repository
- LibGit2Sharp (⭐3.2k) - LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET and Mono.
GUI
- MahApps.Metro (⭐9.3k) - Toolkit for creating Metro-styled WPF apps
- Eto.Forms (⭐3.6k) - Cross-platform GUI framework for desktop and mobile applications in .NET and Mono
- MaterialSkin (⭐2.9k) - Theming .NET WinForms, C# or VB.Net, to Google's Material Design principles.
HTML and CSS
- dotless (⭐694) - .NET port of the Ruby Less CSS lib http://www.dotlesscss.org
- ExCSS (⭐329) - CSS3 parser library for C#
HTTP
- Http.fs (⭐322) - A functional HTTP client for F#.
- RestSharp (⭐9.6k) - Simple REST and HTTP API client for .NET
- EasyHttp (⭐980) - HTTP library for C#
IDE
- MonoDevelop (⭐2.8k) - MonoDevelop is a cross-platform IDE mostly aimed at Mono/.NET developers
Install tools
- Squirrel (⭐7.3k) - Squirrel is both a set of tools and a library, to completely manage both installation and updating your desktop Windows application.
- Chocolatey (⭐10k) - like
yum
orapt-get
, but for Windows.
Interoperability
- LegacyWrapper (⭐80) - LegacyWrapper uses a wrapper process to call DLLs from a process of the opposing architecture (x86 or AMD64).
IoC
- Ninject (⭐2.7k) - The ninja of .NET dependency injectors
JavaScript Engines
- Edge.js (⭐5.4k) - Run .NET and Node.js code in-process on Windows, macOS, and Linux
Logging
- NLog (⭐6.3k) - NLog - Advanced .NET and Silverlight logging
- Logazmic (⭐58) - Open source NLog viewer for Windows
- FluentEmail (⭐3k) - A fluent wrapper for System.Net.Mail with Razor templating support.
- PreMailer.Net (⭐652) - C# library that moves your stylesheets to inline style attributes, for maximum compatibility with e-mail clients.
Metrics
- Foundatio (⭐2k) - A common interface with in-memory, Redis, StatsD, and Metrics.NET implementations.
Misc
- CSharp Pad - A web-based C# REPL with awesome code completion.
- FlatMapper (⭐93) - A library to import and export data from and to plain text files in a LINQ-compatible way.
- ScriptCS (⭐2.5k) - Write C# apps with a text editor, NuGet and the power of Roslyn!
Object to object mapping
- TinyMapper (⭐691) - A tiny and quick object mapper for .NET.
- ExpressMapper (⭐309) - A lightweight, lighting fast .NET mapper to map one type of object(s) to another in automated and easy way. ExpressMapper relies completely on the expression trees.
ORM
- Dapper.FastCRUD (⭐499) - The fastest micro-ORM extension for Dapper
- Insight.Database (⭐858) - Insight.Database is a fast, lightweight, micro-ORM for .NET
Package Management
- NuGet - The .NET package manager
Query Builders
- SqlKata - Elegant SQL query builder, that supports complex queries, joins, sub queries, nested where conditions, vendor engine targets and more
Queue
- Foundatio (⭐2k) - A common interface with in-memory, Redis and Azure implementations.
Search
- PlainElastic.Net (⭐160) - Plain .NET client for ElasticSearch
- SolrNet (⭐935) - Solr client for .NET
Serialization
- Jil (⭐2.1k) - Fast .NET JSON serializer, built on Sigil (used by StackOverflow)
State machines
- Automatonymous (⭐736) - A state machine library for .NET - allows you to write fluent style state machines
Static Site Generators
- Sandra.Snow (⭐235) - Jekyll-inspired static site generation for .NET
Testing
- NUnit (⭐2.5k) - A unit-testing framework for all .NET languages
Tools
- CatLight - Build status notifications for TFS/Jenkins/Travis/Appveyor. Cross-platform desktop app based on .NET Core and Electron. [Free][Proprietary]
WebSocket
- NetGain (⭐931) - A high performance WebSocket server library powering Stack Overflow.
Oct 05, 2017
MVVM
- Win Application Framework (WAF) (⭐709) - 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.
Oct 04, 2017
GIS
- GeoJSON.NET (⭐443) - .Net library for GeoJSON types & corresponding Json.Net (de)serializers
Oct 01, 2017
IoC
- Unity (⭐1.7k) - Lightweight extensible dependency injection container with support for constructor, property, and method call injection
Sep 28, 2017
Serialization
- Utf8Json (⭐2.4k) - Fast and Zero Allocation JSON Serializer for C#(.NET, .NET Core, Unity and Xamarin), this serializer write/read directly to UTF8 binary so boostup performance.
Sep 26, 2017
Git Tools
- RepoZ (⭐1k) - A Git repository information aggregator with Windows Explorer & CLI-enhancements
Sep 24, 2017
Tools
- Fake JSON Server (⭐387) - 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.
Sep 22, 2017
Protocols
- FluentFTP (⭐3.1k) - An FTP and FTPS library for .NET, optimized for speed. Provides extensive FTP commands, file uploads/downloads and FTP proxies.
Sep 17, 2017
Office
- ExcelDataReader (⭐4k) - Lightweight and fast library written in C# for reading Microsoft Excel files (2.0-2007).
Sep 12, 2017
Event aggregator and messenger
- Rx Event Aggregator - Super-simple Reactive-Extension code from Reactive.EventAggregator
- TinyMessenger (⭐284) - A lightweight event aggregator/messenger for loosely coupled communication.
IoC
- TinyIoC (⭐830) - An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike.
Misc
- HidLibrary (⭐582) - This library enables you to enumerate and communicate with Hid compatible USB devices in .NET.
MVVM
- MVVM Dialogs (⭐643) - Framework simplifying the concept of opening dialogs from a view model when using MVVM in WPF or UWP.
Sep 11, 2017
Build Automation
- Nuke (⭐2.9k) - Cross-platform build automation system
Image Processing
- OpenCvSharp (⭐5.4k) - Cross platform wrapper of OpenCV for .NET Framework.
Logging
- BugSnag - Logs errors. Includes useful diagnostic info like stack trace, session, release, etc. Has a free tier. [Free for OSS][$]
- PdfiumViewer (⭐962) - PdfiumViewer is a PDF viewer based on the PDFium project.
Sep 09, 2017
Application Frameworks
- Mono (⭐11k) - Open source ECMA CLI, C#, F#, VB and .NET implementation
Sep 05, 2017
Tools
- CodeHub (⭐23k) - CodeHub is the best way to browse and maintain your GitHub repositories on any iOS device!
Sep 02, 2017
Authentication and Authorization
- ASP.NET Identity (⭐2k) - New membership system for ASP.NET applications
Aug 25, 2017
Database
- JsonFlatFileDataStore (⭐433) - Simple JSON flat file data store with support for typed and dynamic data
Aug 07, 2017
UI Automation
- Atata (⭐490) - Automated web testing full featured framework based on Selenium WebDriver.
Aug 04, 2017
GUI
- WinApi (⭐819) - A simple, direct, ultra-thin CLR library for high-performance Win32 Native Interop with automation, windowing, DirectX, OpenGL and Skia helpers.
State machines
- LiquidState (⭐238) - Efficient asynchronous and synchronous state machines for .NET
Jul 26, 2017
CMS
- mojoPortal (⭐198) - MojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET
Code Analysis and Metrics
- StyleCop - StyleCop analyzes C# source code to enforce a set of style and consistency rules
GIS
- SharpMap An easy-to-use mapping library for use in web and desktop applications
Image Processing
- Magick.NET (⭐3.4k) - .NET wrapper for the ImageMagick library.
JavaScript Engines
- ClearScript (⭐1.7k) - A library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript.
Logging
- Essential Diagnostics (⭐67) - Extends the inbuilt features of System.Diagnostics namespace to provide flexible logging
- Semantic Logging Application Block (SLAB) (⭐218) - Extends the inbuilt features of System.Diagnostics.Tracing namespace (EventSource class) to log to several sinks including Azure Tables, Databases, files (JSON, XML, text). Supports in-process and out-of-process logging through ETW, and Rx for real-time filtering/aggregating of events.
Jul 25, 2017
CLI
- SharpNetSH (⭐75) - A simple netsh library for C#.
Jul 23, 2017
Queue
- CAP (⭐6.6k) - An EventBus with local persistent message functionality for RabbitMQ or Kafka.
Jul 20, 2017
Machine Learning and Data Science
- Spreads (⭐426) - Series and Panels for Real-time and Exploratory Analysis of Data Streams. Spreads library is optimized for performance and memory usage. It is several times faster than other open source projects.
Jul 06, 2017
CLI
- ReadLine (⭐806) - A GNU-Readline like library for .NET/.NET Core.
Cloud Storage
- Foundatio (⭐2k) - Cloud Storage library with AWS, Azure and many other providers supported.
Decompilation
- dotPeek - 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]
GUI
- Modern UI for WPF - MUI (⭐2.6k) - Set of controls and styles to convert WPF applications into a great looking Modern UI apps.
MVVM
- Gemini (⭐1.1k) - IDE framework similar in concept to the Visual Studio Shell. Built on WPF, AvalonDock, and Caliburn Micro.
Windows Services
- TopShelf (⭐3.6k) - An easy service hosting framework for building Windows services using .NET
Jun 12, 2017
GUI
- DockPanelSuite - The Visual Studio inspired docking library for .NET WinForms
Style Guide
- C# Style Guide - StackOverflow Q & A on style guides
- C# Coding Conventions - Official MSDN C# code conventions
Jun 11, 2017
IDE
- Consulo - A cross-platform IDE with C# & Java support, fork of IntelliJ IDEA Community Edition
Install tools
- Wax - An interactive editor for WiX projects.
WPF
- Data Grid Extensions (⭐811) - Modular extensions for the WPF DataGrid control, like filtering, additional column events, extended star-size column behavior, and more...
Jun 06, 2017
Scheduling
- DurableTask (⭐1.5k) - This framework allows users to write long running persistent workflows in C# using the async/await capabilities.
May 15, 2017
GUI
- Avalonia (⭐25k) - A multi-platform .NET UI framework (formerly known as Perspex).
May 12, 2017
IDE
- RoslynPad (⭐2.4k) - A simple C# editor based on Roslyn and AvalonEdit.
May 09, 2017
Distributed Computing
- MBrace - Integrated Data Scripting for the Cloud
IoC
- VS MEF (⭐429) - Managed Extensibility Framework (MEF) implementation used by Visual Studio.
ORM
- Dapper (⭐17k) - A simple object mapper for .NET by StackExchange
Apr 12, 2017
Distributed Computing
- protoactor-dotnet (⭐1.7k) - Proto Actor - Ultra fast distributed actors for Golang and C#
Apr 10, 2017
Code Analysis and Metrics
- NsDepCop (⭐193) - Static code analysis tool to enforce namespace dependency rules in C# projects.
Decompilation
- dnSpy (⭐26k) - open-source .NET assembly browser, editor, decompiler and debugger
Mar 31, 2017
Misc
- Enums.NET (⭐1.7k) - Enums.NET is a high-performance type-safe .NET enum utility library
Mar 28, 2017
Scheduling
- Hangfire - An easy way to perform fire-and-forget, delayed and recurring tasks inside .NET apps
- Chroniton (⭐182) - A simple, fully integrable, and customizable library for running strongly typed jobs (tasks) on schedules.
Mar 24, 2017
Queue
- RabbitMQ.NET (⭐2.1k) - Implementation of an AMQP client library for C#, and a binding exposing AMQP services via WCF
Mar 22, 2017
E-Commerce and Payments
- SimplCommerce (⭐4.2k) - 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
Mar 16, 2017
Code Analysis and Metrics
- .NET Compiler Platform ("Roslyn") Analyzers (⭐1.6k) - A number of Roslyn diagnostic analyzers initially developed to help flesh out the design and implementation of the static analysis APIs.
Mar 09, 2017
CMS
- N2CMS (⭐362) - Open source, lightweight, code-first CMS able to seamlessly integrate into any MVC project.
ORM
- FluentMigrator (⭐3.2k) - Fluent Migrations framework for .net
Feb 28, 2017
Cryptography
- SecurityDriven.Inferno (⭐568) - .NET crypto library. Professionally audited.
Feb 24, 2017
SMS and Phone calls
- Twilio-csharp (⭐672) - A C#/.NET Library for sending and receiving phone calls and text messages with Twilio.
Feb 23, 2017
Interoperability
- pythonnet (⭐4.7k) - Python and .NET interop framework
Feb 21, 2017
Visual Studio Plugins
- OzCode - OzCode is a Visual Studio Extension which cuts down on debugging time and increases productivity by detecting and isolating bugs, making them easy to fix. [$]
Feb 19, 2017
Testing
- Expecto (⭐668) - A smooth testing framework for F# with tests as values. Unit testing, property based testing, performance testing and stress testing.
Feb 12, 2017
CMS
- Composite C1 (⭐253) - A web CMS that focus on UX and adaptability
Testing
- Fluent Assertions (⭐3.7k) - A set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test
Feb 11, 2017
GIS
- GeoJSON4EntityFramework (⭐19) - A library to create GeoJSON from Entity Framework Spatial Data or Well-Known Text (WKT) inputs.
Jan 30, 2017
Extensions
- Z.ExtensionMethods (⭐1.6k) - Over a 1000 useful extension methods
Jan 26, 2017
Logging
- 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] [$]
Jan 23, 2017
Visual Studio Plugins
- CodeLineage - Easy access to a cumulative diff view between file revisions (supports svn, git, mercurial, perforce).
Jan 19, 2017
Trading
- Lean (⭐9.5k) - Lean Engine is an open-source fully managed C# algorithmic trading engine built for desktop and cloud usage. https://www.quantconnect.com/lean/
Source Generator
- ASP.NET Core Library and Framework Support (⭐211) - A list of what .NET libraries and frameworks are currently supported by ASP.NET Core and .NET Core).
Jan 02, 2017
Static Site Generators
- Wyam - A simple to use, highly modular, and extremely configurable static content generator
Web Frameworks
- DotVVM (⭐743) - 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.
Dec 23, 2016
Serialization
- Hyperion (⭐277) - A high performance polymorphic serializer for the .NET framework.
Source Generator
- Weekly C# Digest - Weekly email newsletter with manually curated top 5 links from the .NET community.
Dec 21, 2016
Functional programming
- Optional (⭐899) - A robust option type for C#
Dec 15, 2016
GUI
- FastColoredTextBox (⭐1.2k) - Fast Colored TextBox is text editor component for .NET. Allows you to create custom text editor with syntax highlighting. It works well with small, medium, large and very-very large files.
Nov 17, 2016
Code Analysis and Metrics
- BenchmarkDotNet (⭐10k) - Powerful .NET library for benchmarking.
Visual Studio Plugins
- Nuget Package Manager - NuGet is the package manager for the Microsoft development platform including .NET
Nov 16, 2016
Compilers, Transpilers and Languages
- P (⭐3k) - P is a language for asynchronous event-driven programming.
- Roslyn-linq-rewrite (⭐717) - Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
Nov 06, 2016
Misc
- Jot (⭐635) - a library for persisting and restoring application state (a better alternative to .settings files).
Oct 27, 2016
Algorithms and Data structures
- C# Algorithms (⭐5.9k) - A C# plug-and-play class-library project of standard Data Structures and Algorithms. It contains 35+ Data Structures and 30+ Algorithms designed as Object-Oriented isolated components.
Misc
- ByteSize (⭐553) - 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.
Template Engine
- Mustache Sharp (⭐306) - An extension of the mustache text template engine for .NET.
UI Automation
- Managed Windows API - Introspect and automate third-party Windows / VC++ applications without needing its source code.
Oct 19, 2016
CLI
- Colorful.Console (⭐1.3k) - Colorful console output.
DLR
- cmd (⭐354) - C# library to run external programs in a simpler way. Demonstration of "dynamic" features of C#.
Functional programming
- language-ext (⭐6.4k) - 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.
Graphics
- LibTessDotNet (⭐313) - .NET port of the famous GLU Tessellator, triangulates polygons
Office
- ClosedXML (⭐4.7k) - ClosedXML makes it easier for developers to create Excel 2007/2010 files
WebSocket
- Websockets.PCL (⭐98) - WebSockets.PCL is a portable class library, profile 259, C# WebSocket implementation.
Source Generator
- Awesome Unity (⭐6.6k) - A categorized community-driven collection of high-quality awesome Unity assets, projects, and resources.
Oct 18, 2016
IDE
- Rider - A cross-platform C# IDE based on the IntelliJ platform and ReSharper
Logging
- Loupe - Centralized .NET logging and monitoring. [Proprietary] [Free Tier]
Oct 17, 2016
Machine Learning and Data Science
- FsLab - A collection of data science and machine learning libraries for F# and .NET
Oct 16, 2016
HTTP
- HttpClientGoodies (⭐66) - utilities for working with
HttpClient
Queue
- RawRabbit (⭐746) - A modern .NET Core library for RabbitMQ.
Sep 27, 2016
GUI
- ScintillaNET (⭐962) - Windows Forms control for the Scintilla text editor component (Scintilla is used by Notepad++)
Image Processing
- ImageProcessor (⭐2.5k) - Open-source .NET library to manipulate images on-the-fly.
Media
- NAudio (⭐5.5k) - Playback, decode and encode audio in a variety of file formats such as MP3, MP4, WAV, AIFF, Speex, etc.
Protocols
- SSH.NET (⭐4k) - A Secure Shell (SSH) library for .NET, optimized for parallelism. Provides SSH commands, SFTP/SCP uploads and downloads, and SOCKS4/SOCKS5/HTTP proxies.
Web Browsers
- CefSharp (⭐9.8k) - HTML5, CSS3 and JS web browser powered by Chromium, for WinForms and WPF
Sep 26, 2016
Code Analysis and Metrics
- AspNet.Metrics (⭐9) - Capturing CLR, application-level web request metrics. Middleware and extensions using Metrics-Net
Sep 19, 2016
Web Frameworks
- FubuMVC (⭐427) - A front-controller style MVC framework for .NET
Sep 16, 2016
Image Processing
- ImageResizer - Add commands to image URLs to get altered versions in milliseconds. Resizing, editing etc of images in real-time.
JavaScript Engines
- Jint (⭐4.1k) - JavaScript interpreter for .NET which provides full ECMA 5.1 compliance and can run on any .NET platform.
- Jurassic (⭐873) - A implementation of the ECMAScript language and runtime. It aims to provide the best performing and most standards-compliant implementation of JavaScript for .NET.
Sep 12, 2016
Graphics
- OpenTK (⭐3.2k) - The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL
Sep 10, 2016
Database
- Yessql (⭐1.2k) - A .NET document database working on any RDBMS
Misc
- Streams (⭐381) - A lightweight F#/C# library for efficient functional-style pipelines on streams of data.
Source Generator
- Awesome .NET Performance (⭐3.1k) - A curated list of awesome .NET Performance books, courses, trainings, conference talks, blogs and most inspiring open source contributors.
- awesome-ddd (⭐11k) - A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
Aug 31, 2016
Compilers, Transpilers and Languages
- Fable (⭐2.9k) - F# to JavaScript Compiler
Tools
- Visual Studio Uninstaller (⭐3.9k) - Uninstall and clean up all components of Visual Studio.
Aug 30, 2016
Database
- Ignite (⭐4.8k) - Distributed in-memory platform: document database with SQL and LINQ support; distributed computations; distributed services and events.
IoC
- Scrutor (⭐3.6k) - Assembly scanning extensions for Microsoft.Extensions.DependencyInjection.
Markdown Processors
- markdig (⭐4.3k) - A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET.
ORM
- LLBLGen Pro - Entity Modeling solution for Entity Framework, NHibernate, Linq to SQL and its own ORM framework: LLBLGen Pro Runtime Framework. [$][Free Lite version]
Aug 27, 2016
Serialization
- Migrant (⭐46) - Fast and flexible serialization framework usable on undecorated classes.
Source Generator
- Awesome .NET Core (⭐20k) - A collection of awesome .NET core libraries, tools, frameworks and software
Aug 24, 2016
Misc
- Aeron.NET (⭐484) - Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron
- TypeShape (⭐291) - TypeShape is a small, extensible F# library for practical generic programming
Aug 23, 2016
IDE
- Ionide - An Atom Editor and Visual Studio Code package suite for cross platform F# development.
Aug 21, 2016
Serialization
- FsPickler (⭐325) - A fast multi-format message serializer for .NET
Aug 20, 2016
Build Automation
- Nake (⭐232) - Magic script-based C# task runner
Database
- Streamstone (⭐391) - Event store for Azure Table Storage
Aug 19, 2016
Queue
- Kafunk (⭐160) - F# Kafka client from Jet
Aug 18, 2016
Serialization
- FileHelpers (⭐1.1k) - free and easy to use .NET library to import or export data from fixed length or delimited records in files, strings or streams.
Aug 17, 2016
Compilers, Transpilers and Languages
- LinqOptimizer (⭐478) - An automatic query optimizer-compiler for Sequential and Parallel LINQ
Continuous Integration
- AppVeyor - .NET Continuous Integration and Deployment as a service. [$] [Free for OSS]
Aug 10, 2016
ORM
- PetaPoco (⭐2.1k) - A tiny ORM-ish thing for your POCOs
Tools
- Netling (⭐1.3k) - A load tester client for easy web testing. It is extremely fast while using little CPU or memory.
Aug 09, 2016
Game
- MonoGame (⭐11k) - One framework for creating powerful cross-platform games
Jul 28, 2016
Distributed Computing
- FsShelter (⭐1) - F# library for authoring Apache Storm components and topologies. Offering high-level abstractions for distributed and fault-tolerant event stream processing.
ORM
- Limebean (⭐28) - Hybrid ORM which uses SQL fragments and doesn't require Model Classes.
Jul 27, 2016
Template Engine
- Stubble (⭐403) - Trimmed down {{mustache}} templates in .NET. Successor of Nustache.
Jul 26, 2016
Game
- UrhoSharp (⭐462) - UrhoSharp is a C# implementation of the Urho3D game engine that runs on iOS, Mac, Windows, Android and Linux systems
Internationalization
- MessageFormat.NET (⭐159) - ICU MessageFormat implementation in .NET lets you write contextual UI messages (PCL library)
Jul 25, 2016
Authentication and Authorization
- OAuth (⭐77) - A very lightweight library for generating OAuth 1.0a signatures written in C#
Jul 08, 2016
Logging
- Exceptionless (⭐557) - Exceptionless .NET Client
Jul 01, 2016
Code Analysis and Metrics
- Metrics-Net (⭐639) - Capturing CLR and application-level metrics. So you know what's going on.
Jun 30, 2016
Queue
- Warewolf ESB (⭐273) - An easy to use service bus and microservices platform. Easily build applications and services in a visual IDE.
Testing
- FakeItEasy (⭐1.7k) - The easy mocking library for .NET https://fakeiteasy.github.io
Jun 29, 2016
Minification
- Web Markup Minifier (⭐448) - .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.
Jun 25, 2016
Git Tools
- Git Credential Manager for Windows (⭐2.9k) - Helps solving issues of credentials, made by Microsoft
Jun 11, 2016
Cryptography
- Pkcs11Interop (⭐256) - Managed .NET wrapper for unmanaged PKCS#11 libraries that provide access to the cryptographic hardware
Jun 10, 2016
Application Templates
- ASP.NET Core Starter Kit (⭐1.2k) - backend: .NET Core, EF Core, C#; frontend: Babel, Webpack, React, CSS Modules
Jun 05, 2016
Compression
- Snappy.Sharp (⭐142) - An implementation of Google's Snappy compression algorithm in C#.
May 27, 2016
Documentation
- Sandcastle (⭐2.2k) - Sandcastle Help File Builder similar to NDoc
May 07, 2016
Misc
- ReactJS.NET (⭐2.3k) - ReactJS.NET is a library that makes it easier to use Babel along with Facebook's React and JSX from C#.
Apr 30, 2016
Mathematics
- Microsoft Automatic Graph Layout (⭐1.4k) - A set of tools for graph layout and viewing.
Apr 28, 2016
GUI
- Xamarin.Forms (⭐5.6k) - Build native UIs for iOS, Android and Windows from a single, shared C# codebase.
Apr 27, 2016
Tools
- Opserver (⭐4.5k) - Stack Exchange's Monitoring System
Apr 25, 2016
Source Generator
- awesome-analyzers (⭐524) - A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes.
Apr 20, 2016
API
- Mobius: C# API for Spark (⭐943) - Mobius adds C# language binding to Apache Spark, enabling the implementation of Spark driver code and data processing operations in C#.
Apr 09, 2016
Documentation
- DocFX (⭐4k) - Tools for building and publishing API documentation for .NET projects
Apr 05, 2016
Tools
- Myrtille (⭐1.8k) - A native HTML4/5 Remote Desktop Protocol client, HTTP gateway written in C# for .NET
Mar 29, 2016
Tools
- ShareX (⭐29k) - 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.
Mar 16, 2016
MVVM
- Prism (⭐6.3k) - A cross-platform desktop and mobile MVVM development framework.
Feb 22, 2016
Database Drivers
- Firebird.NET - The .NET Data provider is written in C# and provides a high-performance, native implementation of the Firebird API
Markdown Processors
- MarkdownSharp - Open source C# implementation of Markdown processor, as featured on Stack Overflow.
State machines
- Stateless (⭐5.5k) - Create state machines and lightweight state machine-based workflows directly in .NET code
Feb 21, 2016
API
- ServiceStack (⭐5.4k) - Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Scheduling
- NCrontab (⭐905) - Class library for parsing & formatting crontab expressions as well as calculating occurrences of time based on a crontab schedule
Feb 18, 2016
Scheduling
- FluentScheduler (⭐2.7k) - Task scheduler with fluent interface that runs automated jobs from your application
Feb 09, 2016
Logging
- ELMAH - Official ELMAH site
Jan 18, 2016
Source Generator
- .NET-libraries-that-make-your-life-easier (⭐809) - Open Source .NET libraries that make your life easier
Jan 13, 2016
Distributed Computing
- Orleans (⭐10k) - 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.
Jan 08, 2016
Image Processing
- DotImaging (⭐313) - Minimalistic .NET imaging portable platform
Dec 08, 2015
ORM
- AsyncPoco (⭐127) - A long-"awaited" fully asynchronous PetaPoco fork
- NPoco (⭐848) - Simple microORM that maps the results of a query onto a POCO object. Based on Schotime's branch of PetaPoco
Dec 04, 2015
Database Drivers
- RethinkDb.Driver (⭐384) - A RethinkDB database driver in C# striving for 100% ReQL API compatibility and completeness.
Testing
- Bogus (⭐8.7k) - A simple and sane fake data generator for C#. Based on and ported from the famed faker.js.
Dec 02, 2015
Application Frameworks
- peasy (⭐510) - 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!
IoC
- Simple Injector (⭐1.2k) - 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.
Serialization
- Bond (⭐2.6k) - cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data.
Testing
- FsCheck (⭐1.2k) - Random Testing for .NET.
Dec 01, 2015
ORM
- ServiceStack.OrmLite (⭐1.5k) - Light, simple and fast convention-based POCO ORM [Free for OSS (⭐1.5k)] [$]
Nov 30, 2015
Source Generator
- C# Algorithms, Data Structures (⭐5.9k) - A list of algorithms and data structures implementations.
Nov 29, 2015
Git Tools
- GitLink (⭐555) - let's users step through their code hosted on GitHub or BitBucket
HTML and CSS
- AngleSharp (⭐5.1k) - Complete HTML5 DOM and CSS3 OM construction
Logging
- Elmah MVC (⭐266) - Elmah for MVC
Metrics
- C# StatsD Client (⭐111) - C# client for Etsy's StatsD
Misc
- CsvHelper (⭐4.7k) - Library to help reading and writing CSV files https://github.com/JoshClose/CsvHelper (⭐4.7k)
- Humanizer (⭐8.6k) - Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
ORM
- Massive (⭐1.8k) - A small, happy, data access tool that will love you forever.
Queue
- EasyNetQ (⭐2.9k) - An easy to use .NET API for RabbitMQ
Search
- Elasticsearch .NET (⭐3.6k) - Elasticsearch.Net & NEST
Nov 28, 2015
Misc
- Shielded (⭐239) - Software Transactional Memory (STM) implementation for .NET
WebSocket
- SignalR (⭐9.2k) - Library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications
- SuperSocket (⭐3.9k) - SuperSocket is a light weight extensible socket application framework
Nov 21, 2015
Testing
- ExpressionToCode (⭐160) - Use plain C# syntax in assertions that include both the expression expression and subexpression values in the failure message.
Nov 01, 2015
Caching
- CacheManager (⭐2.3k) - A common interface and abstraction layer for caching.
Oct 29, 2015
Static Site Generators
- FsBlog (⭐132) - Blog aware, static site generation using F#
Testing
- FluentAutomation (⭐234) - Simple Fluent API for UI Automation
Oct 25, 2015
Deployment
- DbUp (⭐2.3k) - .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
Office
- ExcelDna (⭐1.3k) - ExcelDna makes it easier to create and deploy Excel Add-Ins using C#, F# or VB .NET
Oct 23, 2015
Micro Framework
- .NET Micro Framework Interpreter (⭐487) - Microsoft® .NET Micro Framework (NETMF) for developing embedded applications on small devices using Visual Studio
Oct 09, 2015
CMS
- Orchard (⭐2.4k) - Free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET platform
- Umbraco (⭐4.4k) - Umbraco is a free open source Content Management System built on the ASP.NET platform
Testing
- BDDfy (⭐417) - BDDfy is the simplest BDD framework EVER!
Oct 04, 2015
Application Templates
- Side-Waffle (⭐656) - Large collection of useful templates for Web and Desktop development.
- Template10 (⭐1.4k) - Windows 10 templates with design patterns.
Oct 01, 2015
Git Tools
- posh-git (⭐7.6k) - A PowerShell environment for Git
Sep 30, 2015
Source Generator
- awesome-LINQ (⭐401) - A curated collection of awesome LINQ libraries, tools, and more.
Sep 23, 2015
Push Notifications
- PushSharp (⭐4.4k) - A server-side library for sending Push Notifications to iOS, OSX, Android, Chrome, Windows Phone, Windows 8, Blackberry, and Amazon devices.
Sep 22, 2015
Static Site Generators
- Pretzel (⭐598) - A site generation tool (and then some) for .NET platforms
Sep 21, 2015
Image Processing
- Emgu CV - Cross-platform .NET wrapper for the OpenCV library.
Sep 13, 2015
Graphics
- NGraphics (⭐709) - NGraphics is a cross-platform library for rendering vector graphics on .NET
Sep 10, 2015
Game
- Duality (⭐1.4k) - Duality is a 2D game development framework. Focused on modularity, comes with a visual editor.
Aug 26, 2015
Artificial Intelligence
- AIMLBot (Program#) - A small, fast, standards-compliant yet easily customizable implementation of an AIML (Artificial Intelligence Markup Language) based chatter bot in C#.
Aug 20, 2015
Compilers, Transpilers and Languages
- ClojureCLR (⭐1.6k) - A port of Clojure to the CLR, part of the Clojure project
Aug 19, 2015
Compilers, Transpilers and Languages
- Mono-basic (⭐109) - Visual Basic Compiler and Runtime
- Netjs (⭐964) - .NET to TypeScript and JavaScript compiler. Portable Class Libraries work great for this. You can even pass EXEs.
Aug 18, 2015
Testing
- Machine.Specifications (⭐886) - Machine.Specifications (MSpec) is a context/specification framework that removes language noise and simplifies tests.
- Moq (⭐5.9k) - The most popular and friendly mocking framework for .NET
- NBuilder (⭐52) - Rapid generation of test objects
- Rhino Mocks (⭐257) - Dynamic Mocking Framework for .NET
Aug 16, 2015
SDK and API Clients
- Azure PowerShell (⭐4.2k) - A set of PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications
Aug 14, 2015
Machine Learning and Data Science
- numl (⭐430) - Designed to include the most popular supervised and unsupervised learning algorithms while minimizing the friction involved with creating the predictive models.
Aug 03, 2015
Image Processing
- MetadataExtractor (⭐934) - Extracts Exif, IPTC, XMP, ICC and other metadata from image files.
Jul 24, 2015
Cryptography
- StreamCryptor (⭐131) - Stream encryption & decryption with libsodium and protobuf
ORM
- LINQ to DB (⭐3k) - The fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database.
Jul 16, 2015
Testing
- Shouldly (⭐2k) - Shouldly is an assertion framework which focuses on giving great error messages when the assertion fails while being simple and terse.
Jul 13, 2015
Misc
- AzureCrawler (⭐43) - Take HTML Snapshots for your Angular, Ember, Durandal or any JavaScript applications
Jul 10, 2015
GUI
- Fluent.Ribbon (⭐2.5k) - Fluent Ribbon Control Suite is a library that implements an Office- and Windows 8-like Ribbon for WPF.
Jul 06, 2015
Authentication and Authorization
- IdentityModel - Helper library for identity & access control in .NET 4.5 and MVC4/Web API.
- IdentityServer - Extensible OAuth2 and OpenID Connect provider framework.
Jun 29, 2015
Compilers, Transpilers and Languages
- F# (⭐2.2k) - The F# compiler, core library and tools - a functional programming language for safer, faster, better code writing.
Cryptography
- BouncyCastle - Together with the .Net System.Security.Cryptography, the reference implementation for cryptographic algorithms on the CLR.
HTTP
- RestEase (⭐1.1k) - Easy-to-use typesafe REST API client library, which is simple and customisable. Heavily inspired by Refit
Queue
- Rebus (⭐2.3k) - Rebus is a lean service bus implementation for .NET, similar in nature to NServiceBus and MassTransit, only leaner
Jun 20, 2015
Application Templates
- ProjectScaffold (⭐516) - 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.
MVVM
- Stylet (⭐992) - Minimal MVVM framework inspired by Caliburn Micro, with good documentation, high test coverage, and its own IoC container
Jun 18, 2015
MVVM
- MVVMCross (⭐3.9k) - 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.
Jun 02, 2015
GUI
- Dragablz (⭐2.2k) - Dragable, tearable WPF tab control (similar to Chrome) which supports layouts and is full themeable, including themese compatible with MahApps and Material Design.
Visual Studio Plugins
- Git Diff Margin (⭐290) - Displays live Git changes of the currently edited file on Visual Studio margin and scroll bar
May 28, 2015
Template Engine
- Nustache (⭐595) - Open source library for logic-less templates
- DotLiquid (⭐1.1k) - C# port of the Ruby Liquid templating language
May 20, 2015
Cryptography
- libsodium-net - libsodium for .NET - A secure cryptographic library
Apr 22, 2015
Assembly Manipulation
- Mono.Cecil (⭐2.7k) - Cecil is a library to generate and inspect programs and libraries in the ECMA CIL form.
Mar 04, 2015
Web Servers
- XSP (⭐195) - Mono's ASP.NET hosting server. This module includes an Apache Module, a FastCGI module that can be hooked to other web servers as well as a standalone server used for testing (similar to Microsoft's Cassini)
Feb 27, 2015
Application Frameworks
- Mono-Addins (⭐164) - Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications
Compression
- SharpCompress (⭐2.3k) - 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
Game
- CocosSharp (⭐493) - CocosSharp is a C# implementation of the Cocos2D and Cocos3D APIs that runs on any platform where MonoGame runs
Git Tools
- NGit (⭐261) - NGit is a port of JGit to C#
GUI
- XWT (⭐1.4k) - A cross-platform UI toolkit for creating desktop applications with .NET and Mono
- Gtk# (⭐428) - Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
Interoperability
- CppSharp (⭐3.1k) - Tools to surface C++ APIs to C#
- Sharpen (⭐381) - Sharpen is an Eclipse plugin created by db4o that allows you to convert your Java project into C#
- CXXI (⭐199) - C++ interop framework
Media
- TagLib# (⭐1.3k) - TagLib# (aka taglib-sharp) is a library for reading and writing metadata in media files, including video, audio, and photo formats
Feb 24, 2015
Compilers, Transpilers and Languages
- Roslyn (⭐19k) - 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.
Office
- Open XML SDK (⭐4k) - The Open XML SDK provides open-source libraries for working with Open XML Documents (DOCX, XLSX, and PPTX).
Visual Studio Plugins
- CodeContracts (⭐882) - Source code for the CodeContracts tools for .NET
Feb 17, 2015
Machine Learning and Data Science
- Accord.NET Extensions (⭐342) - Advanced image processing and computer vision algorithms made as fluent extensions.
Jan 13, 2015
Machine Learning and Data Science
- Accord.NET - Machine learning framework combined with audio and image processing libraries (computer vision, computer audition, signal processing and statistics).
- AForge.NET - Framework for developers and researchers in the fields of Computer Vision and Artificial Intelligence (image processing, neural networks, genetic algorithms, machine learning, robotics).
Dec 27, 2014
Graphics
- Oxyplot - OxyPlot is a cross-platform plotting library for .NET
IoC
- LightInject (⭐619) - A ultra lightweight IoC container
Nov 27, 2014
GUI
- AvalonEdit (⭐1.9k) - The WPF-based text editor component used in SharpDevelop
Nov 21, 2014
GIS
- NetTopologySuite (⭐1.4k) A .NET GIS solution that is fast and reliable for the .NET platform
Sep 22, 2014
E-Commerce and Payments
- ServiceStack.Stripe (⭐195) - Typed .NET clients for stripe.com REST APIs
Aug 27, 2014
GUI
- ObjectListView - ObjectListView is a C# wrapper around a .NET ListView. It makes the ListView much easier to use and teaches it some new tricks
MVVM
- ReactiveUI (⭐8.1k) - 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.
Aug 04, 2014
Queue
- Hangfire (⭐9.3k) - Incredibly easy way to perform fire-and-forget, delayed and recurring tasks inside ASP.NET applications
Jul 26, 2014
IoC
- Spring.Net (⭐847) - Spring.NET is an open source application framework that makes building enterprise .NET applications easier
Jul 24, 2014
- MailKit (⭐6.2k) - A complete cross-platform mail stack including IMAP, POP3, SMTP, authentication and more. Built on top of MimeKit.
- MimeKit (⭐1.8k) - A cross-platform .NET MIME creation and parser library with support for S/MIME, PGP, TNEF and Unix mbox spools.
Profiler
- Glimpse (⭐2.3k) - The open source diagnostics platform for the web
Jul 22, 2014
Application Frameworks
- ASP.NET Boilerplate (⭐12k) - A starting point for new modern ASP.NET MVC web applications with best practices and most popular tools.
Jul 21, 2014
GUI
- Callisto (⭐338) - 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.
Profiler
- MiniProfiler (⭐2.9k) - A simple but effective mini-profiler for ASP.NET websites
Scheduling
- QuartzNet (⭐6.5k) - Quartz Enterprise Scheduler .NET
Template Engine
- RazorEngine (⭐2.1k) - Open source templating engine based on Microsoft's Razor parsing engine
Jul 20, 2014
Database
- BrightstarDb (⭐459) - BrightstarDB is a native .NET RDF triple store
MVVM
- Caliburn.Micro (⭐2.8k) - 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.
Serialization
- Json.NET (⭐11k) - Popular high-performance JSON framework for .NET
- ServiceStack.Text (⭐1.2k) - JSON, JSV and CSV Text Serializers used in servicestack.net
- Msgpack-Cli (⭐830) - MessagePack implementation for Common Language Infrastructure
Jul 19, 2014
Build Automation
- Invoke-Build (⭐647) - PowerShell build and test automation tool inspired by Psake.
Logging
- StackExchange.Exceptional (⭐863) - Error handler used for the Stack Exchange network
Queue
- MassTransit (⭐6.9k) - MassTransit is lean service bus implementation for building loosely coupled applications using the .NET Framework.
Jul 18, 2014
Logging
- Serilog (⭐7.2k) - A no-nonsense logging library for the NoSQL era. Combines the best of traditional and structured diagnostic logging in an easy-to-use package.
Jul 17, 2014
IDE
- SharpDevelop (⭐2.1k) - A free IDE for .NET programming languages
Jul 16, 2014
API
- WebAPI Contrib (⭐768) - Collection of open source projects to help improve your work with ASP.NET Web API
Assets
- Cassette (⭐536) - Manages .NET web application assets (scripts, css and templates)
- Bundler (⭐263) - Compile & Minify Less/Sass/Stylus/Css/JS/CoffeeScript/LiveScript files. Integrates with MVC and ServiceStack
Build Automation
- Psake (⭐1.6k) - .NET-based build automation tool written in PowerShell
Caching
- CacheCow (⭐847) - An ASP.NET Web API HTTP caching implementation both on client and server
Code Analysis and Metrics
- Gendarme (⭐78) - Extensible rule-based tool to find problems in .NET applications and libraries
Database Drivers
- MySQL Connector - Connector/Net is a fully-managed ADO.NET driver for MySQL
Internationalization
- i18n (⭐556) - Smart internationalization for ASP.NET MVC
IoC
- Castle Windsor (⭐1.5k) - Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight
- Autofac (⭐4.5k) - An addictive .NET IoC container
Logging
- Log4Net - The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets
ORM
- Dapper Extensions (⭐1.8k) - Small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs
- NHibernate - NHibernate Object Relational Mapper
Queue
- NServiceBus (⭐2.1k) - The most popular service bus for .NET
- NetMQ (⭐2.9k) - NetMQ is 100% native C# port of ZeroMQ
SDK and API Clients
- AWS SDK (⭐2.1k) - The AWS SDK for .NET enables .NET developers to easily work with Amazon Web Services
- Octokit.NET (⭐2.7k) - A GitHub API client library for .NET
Testing
- AutoFixture (⭐3.3k) - AutoFixture is an open source framework for .NET designed to minimize the 'Arrange' phase of your unit tests
Web Servers
- EmbedIO (⭐1.5k) - Web server built on Mono and cross-platform
WebSocket
- Fleck (⭐2.3k) - Fleck is a WebSocket server implementation in C#. Branched from the Nugget project
- Websocket-Sharp (⭐5.7k) - A C# implementation of the WebSocket protocol client and server