AvensLab / awesome-dotnet-core

:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome .NET Core Awesome

A collection of awesome .NET Core frameworks, libraries, tools, resources and software.

Inspired by awesome, awesome-dotnet, awesome-nodejs, frontend-dev-bookmarks.

Contributions are always welcome! Please take a look at the contribution guidelines pages first. We accept proprietary and commercial software too.

Thanks to all contributors, you're awesome and wouldn't be possible without you! The goal is to build a categorized community-driven collection of very well-known resources.

Contents

General

  • ASP.NET Core Documentation - The official ASP.NET Core documentation site.
  • .NET Core Documentation - Home of the technical documentation for .NET Core, C#, F# and Visual Basic, including basic concepts, getting started instructions, tutorials and samples.
  • .NET Core SDK - .NET Core SDK is a general purpose development platform maintained by Microsoft and the .NET community on GitHub.
  • .NET Platform Standard - The differrent between the old version and the new version of .NET.
  • Introducing .NET Standard 2.0 - The description of what will be going on for .NET Standard 2.0 and the roadmap for some missing parts of the current .NET Standard.

Frameworks, Libraries and Tools

API

  • autorest - Swagger (OpenAPI) Specification code generator featuring C# and Razor templates. Supports C#, Java, Node.js, TypeScript, Python and Ruby. 4.5.x or above
  • aspnet-api-versioning - set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
  • AspNetCoreRateLimit - ASP.NET Core rate limiting middleware.
  • CondenserDotNet - API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul library.
  • Flurl - Fluent URL builder and testable HTTP for .NET https://flurl.io.
  • GraphQL
  • halcyon - HAL implementation for ASP.NET.
  • JSON API .NET Core - Framework for building json:api compliant APIs with the goal of eliminating RESTful boilerplate.
  • LightNode - Micro RPC/REST Framework built on OWIN http://neuecc.github.io/LightNode.
  • NetCoreStack.Proxy - The type-safe, distributed REST library for .NET Standard 2.0 (NetCoreStack Flying Proxy)
  • NSwag - The Swagger API toolchain for .NET, Web API and TypeScript http://NSwag.org.
  • OData - The Open Data Protocol (OData) enables the creation of HTTP-based data services, which allow resources identified using Uniform Resource Identifiers (URIs) and defined in an abstract data model, to be published and edited by Web clients using simple HTTP messages.
  • refit - The automatic type-safe REST library for Xamarin and .NET.
  • RESTClient .NET - Simple REST Client for all .NET platforms.
  • RestEase - Easy-to-use typesafe REST API client library, which is simple and customisable.
  • RestLess - The automatic type-safe-reflectionless REST API client library for .Net Standard.
  • Restsharp - Simple REST and HTTP API Client for .NET
  • Swashbuckle - Seamlessly adds a swagger to WebApi projects.
  • WebAPIContrib for ASP.NET CORE - Community Contributions for ASP.NET Core.

Application Frameworks

  • ASP.NET Boilerplate - ASP.NET Boilerplate is a general purpose application framework especially designed for new modern web applications. It uses already familiar tools and implements best practices arround them to provide you a SOLID development experience.
  • Aeron.NET - Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron.
  • akka.net - Toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
  • ASP.NET MVC - Model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor.
  • Carter - Carter is a library that allows Nancy-esque routing for use with ASP.Net Core.
  • Chromely - Lightweight Alternative to Electron.NET, Electron for .NET/.NET Core.
  • CQRSlite - Lightweight framework for helping writing CQRS and Eventsourcing applications in C#.
  • DotNetty - Port of netty, event-driven asynchronous network application framework.
  • ElectronNET - Build cross platform desktop apps with ASP.NET NET Core.
  • EmbedIO - A tiny, cross-platform, module based web server for .NET Framework and .NET Core.
  • EventFlow - Async/await first CQRS+ES and DDD framework for .NET.
  • ExtCore - Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core 1.0.
  • fission - Fast Serverless Functions for Kubernetes.
  • grpc - Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.
  • Halibut - A secure communication stack for .NET using JSON-RPC over SSL.
  • MassTransit - Distributed Application Framework for .NET.
  • microdot - An open source .NET microservices framework.
  • Nancy - Lightweight, low-ceremony, framework for building HTTP based services on .NET and Mono.
  • opencvsharp - .NET Framework wrapper for OpenCV.
  • orleans - Framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.
  • protoactor-dotnet - Ultra fast distributed actors for Golang and C# http://proto.actor.
  • RService.io - ASP.Net Core RESTful microservice framework that focusing on speed and ease of use.
  • ServiceStack - Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all https://servicestack.net.
  • Steeltoe OSS - .NET toolkit for common microservice patterns.

Application Templates

  • .NET Boxed - Project templates with batteries included, providing the minimum amount of code required to get you going. Includes ASP.NET Core API and GraphQL Templates.
  • aspnet-core-react-template - ASP.NET Core 2.0 / React SPA Template App.
  • AspNetCoreSpa - Asp.Net Core 2+ & Angular 6 SPA with Angular CLI full featured application.
  • ASP.NET-MVC-Template - A ready-to-use templates for ASP.NET MVC 5 and ASP.NET Core with repositories, services, models mapping and DI and StyleCop warnings fixed.
  • AddFeatureFolders - Enable feature folders for MVC controllers and views in ASP.NET Core.
  • Angular Visual Studio Webpack Starter - Template for Webpack, Visual Studio, ASP.NET Core and Angular. Both the client and the server side of the application are implemented inside one ASP.NET Core project which makes it easier to deploy.
  • JavaScriptServices - Microsoft ASP.NET Core JavaScript Services.
  • kendo-ui-core - An HTML5, jQuery-based widget library for building modern web apps. http://www.telerik.com/kendo-ui.
  • QuickApp - ASP.NET Core / Angular4 startup project template with complete login, user and role management.
  • Scaffolder - Lets you create extensible data-driven Web applications by automatically generated UI for each table in the database and lets create a applications for viewing and editing data based on the schema of the data.
  • Serenity - Serenity is an ASP.NET MVC / TypeScript application platform designed to simplify and shorten development of data-centric business applications with a service based architecture.
  • Toucan - Boilerplate for building single page apps. Server is multi-project .Net Core solution designed around SOLID principles. Client is TypeScript 2, Vuejs 2, Vuex 2.

Authentication and Authorization

Blockchain

  • NBitcoin - Comprehensive Bitcoin library for the .NET framework.
  • NBlockchain - .NET standard library for building blockchain enabled applications
  • NEO - Open Network For Smart Economy.
  • Nethereum - Bringing the love of Ethereum to .NET.
  • StratisBitcoinFullNode - Simple and affordable end-to-end solutions for development, testing and deployment of native C# blockchain applications on the .Net framework.

Bot

Build Automation

  • cake-build - Cross platform build automation system. http://cakebuild.net.
  • CatLight - Status notifier for developers that monitors builds and tasks in the project. Built using .Net Core and Electron.
  • Colorful.Console - Style your C# console output! http://colorfulconsole.com.
  • dotnet-docker - The base Docker images for working with .NET Core and the .NET Core Tools.
  • FlubuCore - a cross platform build automation tool for building projects and executing deployment scripts using C# code.
  • GitInfo - Git and SemVer Info from MSBuild, C# and VB.
  • GitVersioning - Stamp your assemblies and NuGet packages with a version from a single, simple version.txt file and include git commit IDs for non-official builds.
  • go-dotnet - Go wrapper for the .NET Core Runtime.
  • Image2Docker - PowerShell module which ports existing Windows application workloads to Docker.
  • LocalAppVeyor - Run your AppVeyor builds, locally.
  • msbuild - The Microsoft Build Engine is a platform for building applications.
  • Nuke - Cross-platform build automation system.
  • Opserver - Stack Exchange's Monitoring System.
  • vsts-agent - Visual Studio Team Services Build and Release Agent.

Bundling and Minification

  • BundlerMinifier - Visual Studio extension that let's you configure bundling and minification of JS, CSS and HTML files.
  • JavaScriptViewEngine - ASP.NET MVC ViewEngine for rendering markup in a JavaScript environment. Ideal for React and Angular server-side rendering.
  • Smidge - Lightweight runtime CSS/JavaScript file minification, combination, compression & management library for ASP.NET Core.
  • Web Markup Minifier - .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.

Caching

CMS

  • Blogifier.Core - ASP.NET applications to provide common blogging functionality.
  • Cofoundry - Open source .NET Core CMS and modular application framework. Code-first, unobtrusive and extensible.
  • Lynicon - O/S ASP.Net Core/.Net Core CMS with paid for modules: JSON content, works with variety of data stores, c# content types
  • Miniblog - An ASP.NET Core blogging engine.
  • NetCoreCMS - An Open source ASP.NET Core 2.0 CMS. It currently supports MySQL and planned to implement MSSQL, SQLite and PostgreSQL. Also it is a modular CMS supports theme, skin, custom layout, widgets, multiple language (En, BN).
  • Orchard Core CMS - Open Source Content Management System built with ASP.NET Core on top of a Modular and Extensible Application Framework.
  • Piranha CMS - A Lightweight & Unobtrusive Open Source CMS for ASP.NET Core and Entity Framework Core.
  • Platformus - Free, open source and cross-platform CMS based on ASP.NET Core 1.0 and ExtCore framework.
  • SimpleContent - Simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database.
  • Squidex - Headless CMS, based on MongoDB, CQRS and Event Sourcing.
  • Weapsy - Open source ASP.NET Core CMS based on DDD and CQRS. It supports MSSQL, MySQL, SQLite and PostgreSQL out of the box.
  • Wyam - Modular static content and static site generator.

Code Analysis and Metrics

  • awesome-static-analysis - Curated list of static analysis tools, linters and code quality checkers for various programming languages.
  • Code Analysis
  • Metrics
    • AppMetrics - 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.
    • Audit.NET - Small framework to audit .NET object changes.
    • BenchmarkDotNet - Powerful .NET library for benchmarking.
    • coverlet - Cross platform code coverage library for .NET Core.
    • Foundatio - A common interface with in memory, redis, StatsD, and Metrics.NET implementations.
    • MiniCover - Minimalist Code Coverage Tool for .NET Core.
    • NBench - Performance benchmarking and testing framework for .NET applications.
    • Nexogen.Libraries.Metrics - Library for collecting application metrics in .NET and exporting them to Prometheus.
    • OpenCover - Code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points.
    • prometheus-net - .NET Client for https://prometheus.io.

Compression

  • lz4net - Ultra fast compression algorithm for all .NET platforms.
  • sharpcompress - Fully managed C# library to deal with many compression types and formats.

Compilers, Transpilers and Languages

  • Fable - F# to JavaScript Compiler.
  • fparsec - A parser combinatory library for F# and C#.
  • roslyn - The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
  • peachpie - Open-source PHP compiler to .NET.
  • Pidgin - A lightweight, fast and flexible parsing library for C#, developed at Stack Overflow.
  • Sprache - Tiny C# Monadic Parser Framework.

Cryptography

  • BCrypt.Net - Bringing updates to the original bcrypt package
  • BCrypt.NET-Core - .NET Core port of BCrypt.NET used to store passwords securely.
  • BouncyCastle PCL - The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols.

Database

  • DBreeze - C# .NET MONO NOSQL (key value store embedded) ACID multi-paradigm database management system.
  • JsonFlatFileDataStore - Simple JSON flat file data store with support for typed and dynamic data.
  • LiteDB - .NET NoSQL Document Store in a single data file - http://www.litedb.org.
  • NoDb - "no database" file system storage for .NET Core/ASP.NET Core because not every project needs a database.
  • marten - Postgresql as a Document Database and Event Store for .NET Applications http://jasperfx.github.io/marten.
  • yessql - .NET document database working on any RDBMS.

Database Drivers

Database Tools and Utilities

  • DbUp - .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
  • NReco.PivotData - In-memory data cube with OLAP operations and PivotTable data model.
  • SharpRepository - SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb and Db4o. SharpRepository includes Xml and InMemory repository implementations as well.

Date and Time

Distributed Computing

  • BeatPulse - Enable load balancers to montior the status of deployed Web applications
  • Foundatio - Pluggable foundation blocks for building distributed apps.
  • Rafty - RAFT consensus in .NET Core.
  • Obvs - An observable microservice bus .NET library that wraps the underlying transport in simple Rx based interfaces.
  • Ocelot - API Gateway created using .NET Core.
  • OpenTracing - Vendor-neutral APIs and instrumentation for distributed tracing.
  • Polly - .NET 3.5 / 4.0 / 4.5 / PCL library that allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.

E-Commerce and Payments

  • SimplCommerce - Super simple ecommerce system built on .NET Core.
  • Stripe - Typed .NET clients for stripe.com REST APIs.

Exceptions

  • Demystifier - High performance understanding for stack traces (Make error logs more productive).
  • Exceptionless - Exceptionless .NET Client
  • GlobalExceptionHandlerDotNet - GlobalExceptionHandlerDotNet allows you to configure exception handling as a convention with your ASP.NET Core application pipeline as opposed to explicitly handling them within each controller action.

Functional Programming

  • CSharpFunctionalExtensions - Functional Extensions for C#.
  • DynamicData - Reactive collections based on Rx.NET.
  • echo-process - Actor library for C# with additional modules that support persistence to Redis, as well as JS integration.
  • FsCheck - Random Testing for .NET.
  • Giraffe - A native functional ASP.NET Core web framework for F# developers.
  • language-ext - C# functional language extensions and 'Erlang like' concurrency system.
  • LaYumba.Functional - Utility library for programming functionally in C#.
  • NetMQ.ReactiveExtensions - Effortlessly send messages anywhere on the network using Reactive Extensions (RX). Transport protocol is ZeroMQ.
  • Optional - A robust option type for C#.
  • reactive-streams-dotnet - Reactive Streams for .NET.
  • ReactiveUI - A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform.
  • Rx.NET - The Reactive Extensions for .NET.
  • Qactive - Reactive queryable observable framework. 4.x.x or above
  • sodium - Functional Reactive Programming (FRP) Library. 4.x.x or above

Graphics

  • GLFWDotNet - .NET bindings for GLFW.
  • ImageProcessor - A fluent wrapper around System.Drawing for the processing of image files http://imageprocessor.org. 4.5.x or above
  • ImageSharp - Cross-platform library for processing of image files written in C#.
  • Magick.NET - The .NET library for ImageMagick.
  • QRCoder - A pure C# Open Source QR Code implementation.
  • SharpBgfx - C# bindings for the bgfx graphics library.
  • Structure.Sketching - Image processing library for use in .NET applications that supports .NET Core.
  • veldrid - A low-level, hardware-accelerated 3D graphics library for .NET.

GUI

  • Avalonia - A multi-platform .NET UI framework (formerly known as Perspex).
  • AvaloniaEdit - The Avalonia-based text editor component forked from AvalonEdit
  • WinApi - A simple, direct, ultra-thin CLR library for high-performance Win32 Native Interop with automation, windowing, DirectX, OpenGL and Skia helpers.

IDE

  • Mono - MonoDevelop enables developers to quickly write desktop and web applications on Linux, Windows and Mac OS X. It also makes it easy for developers to port .NET applications created with Visual Studio to Linux and Mac OS X maintaining a single code base for all platforms.
  • rider - Cross-platform C# IDE based on the IntelliJ platform and ReSharper.
  • Omnisharp - Family of Open Source projects, each with one goal: To enable a great .NET experience in YOUR editor of choice.
  • SharpDevelop - SharpDevelop is a free Integrated Development Environment (IDE) for C#, VB.NET, Boo, IronPython, IronRuby and F# projects on Microsoft's .NET platform. It is written (almost) entirely in C#, and comes with features you would expect in an IDE plus a few more.
  • Visual Studio Code - New type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.
  • Visual Studio Community - Free editor for individual developers, open source projects, academic research, education, and small professional teams.

Internationalization

  • Localization - Localization abstractions and implementations for ASP.NET Core applications.

IOC

  • AutoDI - Super-fast compile-time dependency injection using IL weaving.
  • Autofac - Addictive .NET IoC container.
  • Castle.Windsor Castle Windsor is a best of breed, mature Inversion of Control container available for .NET.
  • DryIoc - Fast, small, full-featured IoC Container for .NET.
  • LightInject - Ultra lightweight IoC container http://www.lightinject.net.
  • SimpleInjector - Easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
  • Stashbox - A lightweight, portable dependency injection framework for .NET based solutions.
  • StructureMap - Dependency Injection/Inversion of Control tool for .NET.

Logging

  • common-logging - Portable logging abstraction for .NET http://net-commons.github.io/common-logging.
  • dnxcore-logging-logstash - Logstash logging extension for .NET Core applications with UDP and Redis transports.
  • Exceptionless - Exceptionless .NET Client
  • Foundatio - A fluent logging api that can be used to log messages throughout your application.
  • LibLog - Single file for you to either copy/paste or install via nuget, into your library/ framework/ application to provide a logging abstraction.
  • log4net - log4net is a port of the excellent Apache log4j™ framework to the Microsoft® .NET runtime.
  • NLog - Advanced .NET, Silverlight and Xamarin Logging.
  • Q42.Logging.ApplicationInsights - Log appender for the build in ASP.NET Core logging to send all logs to Application Insights.
  • serilog - Simple .NET logging with fully-structured events.
    • serilog-aspnetcore - Serilog integration for ASP.NET Core 2+.
    • Serilog.Exceptions - Serilog.Exceptions is an add-on to Serilog to log exception details and custom properties that are not output in Exception.ToString().
  • SEQ - Seq collects data over HTTP, while your applications use the best available structured logging APIs for your platform.

Machine Learning and Data Science

  • Accord - Machine learning, computer vision, statistics and general scientific computing for .NET.
  • ML.NET - Cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers http://dot.net/ml.
  • Spreads - Series and Panels for Real-time and Exploratory Analysis of Data Streams.
  • TensorFlowSharp - TensorFlow API for .NET languages.

Mail

  • FluentEmail - All in one email sender for .NET and .NET Core
  • MailBody - Create transactional email with a fluent interface (.NET).
  • MailKit - Cross-platform .NET library for IMAP, POP3, and SMTP.
  • MailMergeLib - SMTP mail client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
  • MimeKit - Cross-platform .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
  • netDumbster - a .Net Fake SMTP Server used for testing. Clone of the popular Dumbster.
  • PreMailer.Net - C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.
  • SendGrid Client - C# library for the SendGrid v3 mail endpoint.
  • SmtpServer - Library to create your own SMTP server.
  • StrongGrid - Client for SendGrid's v3 API. Not only allows you to send emails, but also allows you to bulk import contacts, manage lists and segments, create custom fields for your lists, etc. Also includes a parser for SendGrid Webhooks.

Mathematics

  • UnitConversion - Expansible Unit Conversion Library for .NET Core and .NET Framework.

Misc

  • AngleSharp - The ultimate angle brackets parser library. It parses HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specification. Comparable to beautifulsoup4 of python.
  • AutoMapper - Convention-based object-object mapper in .NET.
  • Castle.Core - Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter http://www.castleproject.org.
  • Chessie - Railway-oriented programming for .NET http://fsprojects.github.io/Chessie.
  • CliWrap - Wrapper for command line interfaces.
  • CommonMark.NET - The implementation of CommonMark specification in C# for converting Markdown documents to HTML.
  • ConsoleTableExt - Fluent library to create table for .NET console application.
  • datatables - Microsoft ASP.NET server-side support and helpers for jQuery DataTables.
  • DinkToPdf - C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
  • Dotnet outdated - A .NET Core global tool to display outdated NuGet packages in a project.
  • Dotnet Script - Run C# scripts from the .NET CLI.
  • Dotnet Serve - Simple command-line HTTP server for .NET Core CLI.
  • Enums.NET - Enums.NET is a high-performance type-safe .NET enum utility library
  • FastExpressionCompiler - Fast ExpressionTree compiler to delegate.
  • FluentFTP - FTP and FTPS client, with extensive FTP commands, SSL/TLS connections, hashing/checksums and more.
  • HdrHistogram.NET - High Dynamic Range (HDR) Histogram.
  • httpclient-interception - .NET Standard library for intercepting server-side HTTP dependencies.
  • Humanizer - Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities.
  • Humidifier - Write and maintain AWS Cloudformation templates using C#.
  • LibSass Host - .NET wrapper around the libSass library with the ability to support a virtual file system.
  • markdig - Fast, powerfull, CommonMark compliant, extensible Markdown processor for .NET.
  • NReco.LambdaParser - Parses string expressions (formulas, methods calls, conditions) to LINQ expression tree that can be compiled to lambda and evaluated.
  • readline - Pure C# GNU-Readline like library for .NET/.NET Core.
  • Relinq - With re-linq, it's now easier than ever to create full-featured LINQ providers.
  • ReverseMarkdown - Html to Markdown converter library.
  • PdfReport.Core - PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries.
  • Scientist - .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library.
  • Scrutor - Assembly scanning extensions for Microsoft.Extensions.DependencyInjection.
  • SmartFormat.NET - An extensible replacement for string.Format.
  • Stocks
    • Trady - Handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading.
  • System.Linq.Dynamic.Core - The .NET Standard (.NET Core) version from the System Linq Dynamic functionality.
  • UnitsNet - Units.NET gives you all the common units of measurement and the conversions between them.
  • Validation
    • FluentValidation - Small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules.
    • Valit - A dead simple validation for .NET Core. No more if-statements all around your code. Write nice and clean fluent validators instead!
  • warden-stack - "health checks" for your applications, resources and infrastructure. Keep your Warden on the watch.
  • Xabe.FFmpeg - .NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from C# application.
  • YoutubeExplode - Ultimate library for extracting metadata and downloading Youtube videos and playlists.

Networking

  • CurlThin - Lightweight cURL binding library for C# with support for multiple simultaneous transfers through curl_multi interface.
  • NETStandard.HttpListener - HttpListener for .NET Core (NETStandard).

ORM

  • Entity Framework Core - Familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support.
  • Dapper - Simple object mapper for .NET.
  • Limebean - Hybrid-ORM, designed to be simple to use and not totally hide SQL, while having all the nice things you expect from an ORM. Inspired by RedBeanPHP.
  • LINQ to DB (linq2db) - The fastest LINQ database access library offering a simple, lightweight, fast, and type-safe layer between your POCO objects and your database for more than 10 database engines with full SQL support.
  • nhibernate-core - NHibernate Object Relational Mapper.
  • NEventStore - Persistence library used to abstract different storage implementations when using event sourcing as storage mechanism. This library is developed with a specific focus on DDD/CQRS applications.
  • NPoco - Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco.
  • NReco.Data - Lightweight provider-independent DAL for SQL commands generation, CRUD operations and simple POCO mapping.
  • ServiceStack.OrmLite - Light, simple and fast convention-based POCO ORM.
  • SqlFu - Fast and versatile Micro-ORM.
  • SQLStreamStore - Stream Store library targeting SQL based implementations for .NET.

Profiling

  • Glimpse - Lightweight, open-source, real-time diagnostics and insights profiler for .NET. Unstable version
  • MiniProfiler - A simple but effective mini-profiler for ASP.NET websites.

Query Builders

  • SqlKata - Elegant Sql Query Builder, that supports complex queries, joins, sub queries, nested where conditions, vendor engine targets and more

Queue and Messaging

  • emitter - Free open source real-time messaging service that connects all devices. This publish-subscribe messaging API is built for speed and security.
  • EventStore - The open-source, functional database with Complex Event Processing in JavaScript.
  • Foundatio - A common interface with in memory, redis and azure implementations.
  • MediatR - Simple, unambitious mediator implementation in .NET.
  • MediatR.Extensions.Microsoft.DependencyInjection - MediatR extensions for Microsoft.Extensions.DependencyInjection.
  • Mediator.Net - A simple mediator for .Net for sending command, publishing event and request response with pipelines supported.
  • MicroBus - Simple in process mediator for .NET.
  • MQTTnet - MQTTnet is a high performance .NET library for MQTT based communication.
  • netmq - 100% native C# implementation of ZeroMQ for .NET.
  • rabbitmq-dotnet-client - RabbitMQ .NET client https://www.rabbitmq.com.
  • RawRabbit - Modern .NET framework for communication over RabbitMq.
  • Rebus - Simple and lean service bus implementation for .NET.
  • Restbus - Messaging library for RabbitMq.
  • Tossit - Simple, easy to use library for distributed job/worker logic. Distributed messages handled by built in RabbitMQ implementation.

Scheduler and Job

SDKs

  • AWS SDK - The Amazon Web Services (AWS) .NET Core SDK components. Each AWS service has its own NuGet package.
  • azure-event-hubs-dotnet - .NET Standard client library for Azure Event Hubs.
  • Blockchain clients
    • Bittrex.Net - C# .Net wrapper for the Bittrex web API including all features easily accessible and usable.
    • Binance.Net - .Net API wrapper for the Binance web API.
  • consuldotnet - .NET API for Consul.
  • csharp-nats - C# .NET client for the NATS messaging system.
  • DarkSkyCore - A .NET Standard wrapper for the Dark Sky API.
  • Docker.DotNet - .NET (C#) Client Library for Docker API.
  • google-cloud-dotnet - Google Cloud Client Libraries for .NET.
  • Microphone - Lightweight framework to run self hosting REST services using Web Api or NancyFx ontop of a Consul or ETCD cluster.
  • octokit.net - GitHub API client library for .NET.
  • Open-XML-SDK - The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents.
  • PreStorm - Parallel REST Client for ArcGIS Server.
  • SendGrid-csharp - C# client library for using the full SendGrid API.
  • statsd-csharp-client - .NET Standard compatible C# client to interface with Etsy's excellent statsd server.
  • tweetinvi - Intuitive .NET C# library to access the Twitter REST and STREAM API.

Security

  • HtmlSanitizer - Cleans HTML to avoid XSS attacks.
  • jose-jwt - Library for processing JOSE objects (JWT, JWA, JWS and related).
  • NWebsec - Security libraries for ASP.NET https://www.nwebsec.com.
  • reCAPTCHA - reCAPTCHA 2.0 for ASP.NET Core.
  • roslyn-security-guard - Roslyn analyzers that aim to help security audit on .NET applications.
  • OwaspHeaders - .NET Core middleware for injecting the Owasp recommended HTTP Headers for increased security.
  • Security - Middleware for security and authorization of web apps.
  • SecurityHeaders - Small package to allow adding security headers to ASP.NET Core websites.

Searching

  • AutoComplete - Persistent, simple, powerful and portable autocomplete library.
  • Elasticsearch.Net & NEST - Repository for both NEST and Elasticsearch.NET, the two official elasticsearch .NET clients.
  • ElasticsearchCRUD - Elasticsearch .NET API.
  • SearchExtensions - Advanced search capabilities for IQueryable interfaces, such as Entity Framework queries.
  • SimMetrics.Net - A Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman)
  • SolrExpress - Simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.

Serialization

  • bond - Cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.
  • Channels - Push based .NET Streams.
  • CsvHelper - Library to help reading and writing CSV files.
  • Edi.Net - EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS format.
  • ExtendedXmlSerializer - Extended Xml Serializer for .NET.
  • Jil - Fast .NET JSON (De)Serializer, Built On Sigil.
  • MessagePack
  • Newtonsoft.Json - Popular high-performance JSON framework for .NET.
  • protobuf-net - Protocol Buffers library for idiomatic .NET.
  • Schema.NET - Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
  • ServiceStack.Text - JSON, JSV and CSV Text Serializers.
  • TinyCsvParser - Easy to use, easy to extend and high-performance library for CSV parsing with .NET.
  • Wire - Binary serializer for POCO objects.
  • YamlDotNet - .NET
  • ZeroFormatter - Fast binary (de)serializer for .NET.
  • Utf8Json - Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
  • YAXLib - XML Serialization Library for the .NET Framework and .NET Core. Extremely flexible and powerful.

Template Engine

  • dotliquid - .NET Port of Tobias Lütke's Liquid template language.
  • fluid - Open-source .NET template engine that is as close as possible to the Liquid template language.
  • Portable.Xaml - Portable .NET library for reading/writing xaml files.
  • Razor - Parser and code generator for CSHTML files used in view pages for MVC web apps.
  • RazorLight - Template engine based on Microsoft's Razor parsing engine for .NET Core.

Testing

  • Bogus - Simple and sane fake data generator for C#. Based on and ported from the famed faker.js.
  • FakeItEasy - The easy mocking library for .NET.
  • FluentAssertions - Set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test.
  • GenFu - Library you can use to generate realistic test data.
  • LightBDD - BDD framework allowing to create easy to read and maintain tests.
  • mockhttp - Testing layer for Microsoft's HttpClient library.
  • moq.netcore - Most popular and friendly mocking framework for .NET.
  • MSpec - Popular testing framework for writing BDD-style tests.
  • MyTested.AspNetCore.Mvc - Fluent testing framework for ASP.NET Core MVC.
  • Netling - Load tester client for easy web testing.
  • NSpec - Battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
  • NSubstitute - A friendly substitute for .NET mocking frameworks.
  • nunit - NUnit test runner for .NET Core.
  • shouldly - Should testing for .NET - the way Asserting Should be! http://shouldly.readthedocs.org/en/latest
  • SpecFlow - Pragmatic BDD solution for .NET. It uses the Gherkin specification language and integrates to Visual Studio.
  • Storyteller - Executable Specifications for .NET http://storyteller.github.io.
  • Stubbery - A simple library for creating and running Api stubs in .NET.
  • TestStack.BDDfy - The simplest BDD framework EVER!
  • xBehave.net - An xUnit.net extension for describing your tests using natural language. http://xbehave.github.io
  • xUnit.net - A free, open source, community-focused unit testing tool for the .NET Framework.

Tools

  • CommandLineUtils - Command line parsing and utilities for .NET Core and .NET Framework.
  • docfx - Tools for building and publishing API documentation for .NET projects http://dotnet.github.io/docfx
  • dotnetfiddle - .NET sandbox for developers to quickly try out code and share code snippets.
  • dotnet-tools - A list of tool extensions for .NET Core Command Line (dotnet CLI).
  • EntryPoint - Composable CLI (Command Line) Argument Parser for .Net Core & .Net Framework 4.5+.
  • Fake JSON Server - Fake REST API for prototyping or as a CRUD Back End. No need to define types, uses dynamic typing. Data is stored to a single JSON file. Has authentication, WebSocket notifications, async long running operations, random generation for errors/delays and experimental GraphQL support.
  • gitignore.io - Create useful .gitignore files for your project https://www.gitignore.io.
  • ICanHasDotnetCore - Scans uploaded packages.config files or GitHub repository and determines whether the nuget packages target .NET Standard https://icanhasdot.net.
  • json2csharp - Generate C# classes from JSON.
  • letsencrypt-win-simple - A Simple ACME Client for Windows.
  • NuGetPackageExplorer - Create, update and deploy Nuget Packages with a GUI.
  • NugetVisualizer - Visualize all of the nuget packages and their corresponding versions for a set of given git repositories or folders.
  • OctoLinker - Navigate through projects.json files efficiently with the OctoLinker browser extension for GitHub.
  • posh-dotnet - PowerShell tab completion for the dotnet CLI.
  • ShareX - Free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to over 80 supported destinations you can choose from. https://getsharex.com
  • SharpLab - .NET code playground that shows intermediate steps and results of code compilation. https://sharplab.io
  • X.Web.Sitemap – Simple sitemap generator for .NET and .NET Core
  • X.Web.RSS – Simple RSS Feed generator for .NET and .NET Core

Web Framework

  • WebAssembly
    • Blazor - UI framework running .NET in the browser via WebAssembly.
    • Ooui - Small cross-platform UI library that brings the simplicity of native UI development to the web.
  • ReactJS.NET - .NET library for JSX compilation and server-side rendering of React components.
  • redux.NET - Predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux.

Web Socket

  • Fleck - Fleck is a WebSocket server implementation in C#. Fleck requires no inheritance, container, or additional references.
  • SignalR Server - Real-time web functionality for web apps, including server-side push.
  • SuperSocket - Light weight, cross platform and extensible socket server application framework.
  • WampSharp - C# implementation of The Web Application Messaging Protocol - Protocol that provides messaging patterns of Remote Procedure Calls and Publish/Subscribe over WebSockets.
  • websocket-manager - Real-Time library for ASP .NET Core.

Windows Service

  • dotnet-win32-service - Set up and run as Windows Service directly from .NET Core.
  • Topshelf - Easy service hosting framework for building Windows services using .NET.

Workflow

  • CoreWF - Port of Windows Workflow Foundation (WF) to .NET Core.
  • workflow-core - Lightweight workflow engine for .NET Standard.
  • WorkflowEngine.NET - Component that adds workflow in your application.

Starter Kits

  • Arch - The collection of .NET Core libraries that are created by software architects who embrace all the new stuff in .NET Core.
  • AspNetCore-Angular2-Universal - Cross-platform - w/ server-side rendering for SEO, Bootstrap, i18n internationalization (ngx-translate), Webpack, TypeScript, unit testing w/ Karma, WebAPI REST setup, SignalR, Swagger docs, and more!
  • ASP.NET Core Starter Kit - Opinionated boilerplate for web development based on .NET Core, Kestrel, GraphQL on the backend and Babel, Webpack, React and Redux on the frontend. This boilerplate comes in both C# and F# flavors.
  • aspnetcore-spa generator - Yeoman generator to build a brand-new ASP.NET Core single page application that uses Angular 2 / React / React With Redux / Knockout / Aurelia on the client.
  • ASP.Net Core Vue Starter - Asp.NETCore 2.0 Vue 2 (ES6) SPA Starter kit, contains routing, Vuex, and more!.
  • bitwarden-core - The core infrastructure backend (API, database, etc) https://bitwarden.com.
  • dotNetify - Simple, lightweight, yet powerful way to build real-time HTML5/C# .NET web apps.
  • generator-aspnet - yo generator for ASP.NET Core.
  • react-aspnet-boilerplate - Starting point for building isomorphic React applications with ASP.NET Core 1, leveraging existing techniques.
  • saaskit - Developer toolkit for building SaaS applications.

Sample Projects

Articles

Books

Videos

Podcasts

Community

License

CC0

To the extent possible under law, thangchung has waived all copyright and related or neighboring rights to this work.

About

:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software


Languages

Language:C# 100.0%