.NET > Core
Contents
- GraphQL
- Swashbuckle
- Application Frameworks
- Application Templates
- Authentication and Authorization
- Blockchain
- Bot
- Build Automation
- Bundling and Minification
- Caching
- Queue and Messaging
- CMS
- Code Analysis
- Metrics
- Compression
- Compilers, Transpilers and Languages
- Cryptography
- Database
- Database Drivers
- Database Tools and Utilities
- Date and Time
- Distributed Computing
- E-Commerce and Payments
- Exceptions
- Logging
- Functional Programming
- Graphics
- GUI
- IDE
- Internationalization
- IOC
- Machine Learning and Data Science
- Mathematics
- Media
- Misc
- Stocks
- Validation
- Networking
- Office
- Operating System
- ORM
- Query Builders
- Profiling
- Reporting
- Scheduler and Job
- SDKs
- Security
- Searching
- Serialization
- Template Engine
- Testing
- Tools
- Web Framework
- Web Socket
- Windows Service
- Workflow
General
Frameworks, Libraries and Tools
Swagger (OpenAPI) Specification code generator featuring C# and Razor templates. Supports C#, Java, Node.js, TypeScript, Python and Ruby. 4.5.x or above
set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul library.
Framework for building json:api compliant APIs with the goal of eliminating RESTful boilerplate.
The type-safe, distributed REST library for .NET Standard 2.0 (NetCoreStack Flying Proxy)
The Swagger/OpenAPI toolchain for .NET, Web API and TypeScript. http://NSwag.org.
The Open Data Protocol (OData) enables the creation of HTTP-based data services, which allow resources identified using Uniform Resource Identifiers (URIs) and defined in an abstract data model, to be published and edited by Web clients using simple HTTP messages.
OpenAPI Generator allows generation of API client libraries (e.g. C#, TypeScript, etc), server stubs (ASP.NET Core, NancyFx, etc), documentation and configuration automatically given an OpenAPI Spec (v2, v3).
Easy-to-use typesafe REST API client library, which is simple and customisable.
The automatic type-safe-reflectionless REST API client library for .Net Standard.
RESTier is a RESTful API development framework for building standardized, OData V4 based RESTful services on .NET platform.
GraphQL
A library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.
This library is a complementary layer on top that allows you to automatically wrap your .NET classes into GraphQL schema definitions using existing property getters and methods as field resolvers
GraphQL for .NET Core based on https://github.com/graphql/graphql-js.
Swashbuckle
Application Frameworks
ASP.NET Boilerplate is a general purpose application framework especially designed for new modern web applications. It uses already familiar tools and implements best practices around them to provide you a SOLID development experience.
Abp vNext is the next generation of the open source ASP.NET Boilerplate framework. It's a complete architecture and strong infrastructure to create modern web applications! Follows best practices and conventions to provide you a SOLID development experience.
Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron.
Toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
Aggregates.NET is a framework to help developers integrate the excellent NServiceBus and EventStore libraries together.
Allows building real-time web apps and native apps with minimal effort. Define a Web API and Subscription API that automatically synchronizes datasets across connected clients.
An EventBus with local persistent message functionality for system integration in SOA or Microservice architecture.
Carter is a library that allows Nancy-esque routing for use with ASP.Net Core.
ETL Framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value formatted files).
Lightweight framework for helping writing CQRS and Eventsourcing applications in C#.
The DataAccess Toolbox contains the base classes for data access in ASP.NET Core with Entity Framework Core 1.0 using the unit-of-work and repository pattern.
Lightweight and Extensible Infrastructure for Building High Quality Web Applications Based on ASP.NET Core.
DotnetSpider, a .NET Standard web crawling library similar to WebMagic and Scrapy. It is a lightweight ,efficient and fast high-level web crawling & scraping framework for .NET.
Port of netty, event-driven asynchronous network application framework.
A tiny, cross-platform, module based web server for .NET Framework and .NET Core.
Ether.Network is an open source networking library that allow developers to create simple, fast and scalable socket server or client applications over the TCP/IP protocol.
Lightweight and fast library written in C# for reading Microsoft Excel files.
Finbuckle.MultiTenant is a .NET Standard library for multitenant support designed for ASP.NET 2.0+. It provides functionality for tenant resolution, per-tenant app configuration, and per-tenant data isolation.
gRPC based HTTP/2 RPC Streaming Framework for .NET, .NET Core and Unity.
Lightweight, low-ceremony, framework for building HTTP based services on .NET and Mono.
Framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms.
Ultra fast distributed actors for Golang and C# http://proto.actor.
16-bit wide vector space search engine with HTTP API and pluggable read/write pipelines.
ASP.Net Core RESTful microservice framework that focusing on speed and ease of use.
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all https://servicestack.net.
A library enabling strongly typed routing in ASP.NET Core MVC projects.
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, Hash Algorithms, random, polling, pressure minimum priority as a load balancing algorithm, built-in service governance to ensure reliable RPC communication.
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.
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core.
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.
Application Templates
Project templates with batteries included, providing the minimum amount of code required to get you going. Includes ASP.NET Core API and GraphQL Templates.
Asp.Net Core 2+ & Angular 6 SPA with Angular CLI full featured application.
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.
Enable feature folders for MVC controllers and views in ASP.NET Core.
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.
A starting point for Clean Architecture with ASP.NET Core. Clean Architecture is just the latest in a series of names for the same loosely-coupled, dependency-inverted architecture. You will also find it named hexagonal, ports-and-adapters, or onion architecture.
Solution template for creating a Single Page App (SPA) with Angular 8 and ASP.NET Core 3 following the principles of Clean Architecture
dotnet new templates with awesome architecture styles! Increases productivity to design layered applications based on Hexagonal, Clean or Event Sourcing architectures styles. It supports multiple data access frameworks (MongoDB, EntityFramework, Dapper or Kafka) and it is completely testable.
Provides developer resources with simple use cases to build scalable applications on top of .NET Core with architectural best practices (DDD, onion architecture etc)
An HTML5, jQuery-based widget library for building modern web apps. http://www.telerik.com/kendo-ui.
ASP.NET Core / Angular4 startup project template with complete login, user and role management.
Authentication and Authorization
OpenID Connect/OAuth2 server framework for OWIN/Katana and ASP.NET Core.
Authorization library that supports access control models like ACL, RBAC, ABAC in C#
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data.
Blockchain
An integrated Ethereum implementation and tool suite focused on Solidity testing and development.
Bot
Build Automation
The base Docker images for working with .NET Core and the .NET Core Tools.
.NET Cli Tool to package your .NET Core Application into a docker image: 'dotnet dockerize'
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
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.
Bundling and Minification
Visual Studio extension that let's you configure bundling and minification of JS, CSS and HTML files.
ASP.NET MVC ViewEngine for rendering markup in a JavaScript environment. Ideal for React and Angular server-side rendering.
Caching
Open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. http://cachemanager.michaco.net
Queue and Messaging
The open-source, functional database with Complex Event Processing in JavaScript.
MediatR extensions for Microsoft.Extensions.DependencyInjection.
A simple mediator for .Net for sending command, publishing event and request response with pipelines supported.
MQTTnet is a high performance .NET library for MQTT based communication.
NServiceBus is part of the Particular Service Platform, which contains tools to build, monitor, and debug distributed systems.
.NET Core library for DDD, CQRS and Event Sourcing with Azure Service Bus integration. Supported database providers for the Command and the Event stores are: DocumentDB, MongoDB, SQL Server, MySQL, PostgreSQL and SQLite.
CMS
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module separation concern in mind and provide lastest trend of technology
Open source .NET Core CMS and modular application framework. Code-first, unobtrusive and extensible.
Simple ASP.NET Core wiki that we are working on during live coding streams.
O/S ASP.Net Core/.Net Core CMS with paid for modules: JSON content, works with variety of data stores, c# content types
Open Source CMS powered by DotNet Core. Mixcore CMS is a scalable, open platform for web content management and digital experiences. Mixcore CMS provides deep capabilities and endless flexibility on the web.
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).
Open Source Content Management System built with ASP.NET Core on top of a Modular and Extensible Application Framework.
A Lightweight & Unobtrusive Open Source CMS for ASP.NET Core and Entity Framework Core.
Simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database.
Open source ASP.NET Core 2.x CMS. It currently supports MS SQL and planned to implement MSSQL, SQLite in the near future. It has many built-in features out of the box like multilanguage support, theme, template...
Code Analysis
Metrics
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.
Library for collecting application metrics in .NET and exporting them to Prometheus.
Code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points.
Compression
Compilers, Transpilers and Languages
A dynamically typed scripting language written in C# with a REPL, debugger, and simple embedding API.
A lightweight, fast and flexible parsing library for C#, developed at Stack Overflow.
Cryptography
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols.
Database
C# .NET MONO NOSQL (key value store embedded) ACID multi-paradigm database management system.
Simple JSON flat file data store with support for typed and dynamic data.
.NET NoSQL Document Store in a single data file - http://www.litedb.org.
"no database" file system storage for .NET Core/ASP.NET Core because not every project needs a database.
Postgresql as a Document Database and Event Store for .NET Applications http://jasperfx.github.io/marten.
Database Drivers
A lightweight, document-oriented (NoSQL), syncable database engine for .NET.
A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management
Database Tools and Utilities
.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.
Simple database migration tool that uses plain SQL scripts. Inspired by Flyway.
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core.
Migration framework for .NET much like Ruby on Rails Migrations.
Get SQL Server notification on record table change.
Database Migration Utility for .NET using sql files and versioning based on source control.
Server implementation of SapphireDb, a framework for easy development of applications with realtime data synchronization and a self hosted alternative to firebase realtime database/firestore for asp.net core and ef core. Check out the documentation for more details: Documentation
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
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
An observable microservice bus .NET library that wraps the underlying transport in simple Rx based interfaces
E-Commerce and Payments
Free open-source ecommerce shopping cart (ASP.NET MVC / ASP.NET Core MVC ) with a vast community and a market place full of new features, themes and plugins.
Exceptions
High performance understanding for stack traces (Make error logs more productive).
Logging
Logstash logging extension for .NET Core applications with UDP and Redis transports.
Error logging library that includes features like error filtering and the ability to view the error log from a web page.
A lightweight library which implements file logging for the built-in .NET Core logging framework (Microsoft.Extensions.Logging).
Single file for you to either copy/paste or install via nuget, into your library/ framework/ application to provide a logging abstraction.
log4net is a port of the excellent Apache log4j framework to the Microsoft .NET runtime.
Advanced .NET, Silverlight and Xamarin Logging with support for structured and non structured logging.
NLog integration for ASP.NET & ASP.NET Core 1-3
NLog Provider for Microsoft.Extensions.Logging for .NET Standard libraries and .NET Core applications
Log appender for the build in ASP.NET Core logging to send all logs to Application Insights.
Functional Programming
Actor library for C# with additional modules that support persistence to Redis, as well as JS integration.
C# functional language extensions and 'Erlang like' concurrency system.
Effortlessly send messages anywhere on the network using Reactive Extensions (RX). Transport protocol is ZeroMQ.
Graphics
A fluent wrapper around System.Drawing for the processing of image files http://imageprocessor.org. 4.5.x or above
.NET/Mono bindings for libvlc, the multimedia framework powering the VLC applications made by VideoLAN.
MagicScaler high-performance, high-quality image processing pipeline for .NET
GUI
IDE
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.
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.
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.
Internationalization
IOC
Castle Windsor is a best of breed, mature Inversion of Control container available for .NET.
Grace is a feature rich Dependency Injection Container designed with ease of use and performance in mind.
Easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
Machine Learning and Data Science
Machine learning, computer vision, statistics and general scientific computing for .NET.
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
Cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers http://dot.net/ml.
Series and Panels for Real-time and Exploratory Analysis of Data Streams.
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.
Cross-platform .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
a .Net Fake SMTP Server used for testing. Clone of the popular Dumbster.
Mathematics
Media
Misc
Library to improve P/Invoke-ing native code. Interact with native objects as if they were first class objects.
The ultimate angle brackets parser library. It parses HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specification. Comparable to beautifulsoup4 of python.
AgileMapper is a zero-configuration, highly-configurable object-object mapper with viewable execution plans.
A .NET package for describing and running targets and their dependencies.
Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter http://www.castleproject.org.
Railway-oriented programming for .NET http://fsprojects.github.io/Chessie.
The implementation of CommonMark specification in C# for converting Markdown documents to HTML.
A library that can quickly format and convert geographic coordinates as well as provide location based sun and moon information (sunset, sunrise, moon illumination, etc...).
C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
A .NET Core global tool to display and update outdated NuGet packages in a project
Downloader is a modern, fluent, asynchronous, testable and portable library for .NET. This is a multipart downloader with asynchronous progress events.
Commands, Services and Fluent API for docker, docker-compose & docker-machine, for win/mac/linux and native docker.
FTP and FTPS client, with extensive FTP commands, SSL/TLS connections, hashing/checksums and more.
.NET Standard library for intercepting server-side HTTP dependencies.
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities.
Static interface to dynamic implementation (duck casting). Uses the DLR combined with Reflect.Emit.
ASP.NET Core Server Side Processing library for Jquery DataTables with Multiple Column Filtering, Sorting and Pagination at database level with Excel Export and TagHelper support.
.NET wrapper around the libSass library with the ability to support a virtual file system.
Fast, powerfull, CommonMark compliant, extensible Markdown processor for .NET.
Simple library to move a .NET Core app runtime components and dependencies into a sub-directory and make it beauty.
Simple library to made parsing CLI arguments easy. Library also allow to print usage help "out of box".
Parses string expressions (formulas, methods calls, conditions) to LINQ expression tree that can be compiled to lambda and evaluated.
Puppeteer Sharp is a .NET port of the official Node.JS Puppeteer API.
Framework to drastically simplify your private reflection code using C# dynamic
With re-linq, it's now easier than ever to create full-featured LINQ providers.
Remote Linq is a small and easy to use - yet very powerful - library to translate LINQ expression trees to strongly typed, serializable expression trees and vice versa.
PdfReport.Core is a code first reporting engine, which is built on top of the iTextSharp.LGPLv2.Core and EPPlus.Core libraries.
.NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library.
Assembly scanning extensions for Microsoft.Extensions.DependencyInjection.
The .NET Standard (.NET Core) version from the System Linq Dynamic functionality.
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
"health checks" for your applications, resources and infrastructure. Keep your Warden on the watch.
Stocks
Validation
Small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules.
Networking
Office
Operating System
ORM
A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET.
Familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support.
EntityFrameworkCore Bulk Batch Extensions for Insert Update Delete Read (CRUD) ops
Use typed Exceptions for EntityFrameworkCore when your SQL query violates database constraints in SqlServer, MySql, or PostgreSQL.
Easily get the primary key of any entity (including composite keys).
Get a proxy object of the original values of your entity (typed access to Property("...").OriginalValue).
Classes which auto-magically keep an audit history of the changes to the specified property.
Simple library that can help to sync a large number of records in-memory into the database. Lambda Expression is supported.
A free set of extensions for LINQ to SQL and Entity Framework power users.
Entity Framework Core provider for MySql built on top of mysql-net/MySqlConnector.
Provides a simple API to fluently map POCO properties to database columns when using Dapper.
a convenient ORM in dotnet,supports Mysql, Postgresql, SqlServer, Oracle and Sqlite.
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.
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.
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.
Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco.
Lightweight provider-independent DAL for SQL commands generation, CRUD operations and simple POCO mapping.
SmartSql = MyBatis + Cache(Memory | Redis) + ZooKeeper + R/W Splitting +Dynamic Repository ....
Entity Framework Core provider for PostgreSQL.
Query Builders
Profiling
Reporting
Scheduler and Job
Lightweight robust library for running tasks(jobs) on schedules.
Easy C# API for Distributed Background Tasks/Jobs for .NET Core. Inspired by celery for python.
SDKs
The Amazon Web Services (AWS) .NET Core SDK components. Each AWS service has its own NuGet package.
C# .Net wrapper for the Bittrex web API including all features easily accessible and usable.
Client for CakeMail's API. Allows you to send transactional emails, bulk emails, manage lists and contacts, etc.
A fully object-oriented .Net wrapper for Trello's RESTful API written in C#.
Lightweight framework to run self hosting REST services using Web Api or NancyFx ontop of a Consul or ETCD cluster.
Security
Middleware for adding security headers to an ASP.NET Core application.
Roslyn analyzers that aim to help security audit on .NET applications.
Searching
Repository for both NEST and Elasticsearch.NET, the two official elasticsearch .NET clients.
Advanced search capabilities for IQueryable interfaces, such as Entity Framework queries.
A Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman)
Serialization
Serialization for custom packet and protocol formats, supports bit-twiddling.
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.
EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS format.
MessagePack implementation for Common Language Infrastructure / msgpack.org.
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin).
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.
Easy to use, easy to extend and high-performance library for CSV parsing with .NET.
Template Engine
Open-source .NET template engine that is as close as possible to the Liquid template language.
Parser and code generator for CSHTML files used in view pages for MVC web apps.
Testing
Web UI test automation full-featured framework based on Selenium WebDriver. https://atata.io
Simple and sane fake data generator for C#. Based on and ported from the famed faker.js.
Set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test.
Battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
Should testing for .NET - the way Asserting Should be! http://shouldly.readthedocs.org/en/latest
Pragmatic BDD solution for .NET. It uses the Gherkin specification language and integrates to Visual Studio.
Testavior is a lightweight solution to help you develop Behavior Tests for ASP.NET Core.
An xUnit.net extension for describing your tests using natural language. http://xbehave.github.io
Tools
Command line parsing and utilities for .NET Core and .NET Framework.
Tools for building and publishing API documentation for .NET projects http://dotnet.github.io/docfx
Composable CLI (Command Line) Argument Parser for .Net Core & .Net Framework 4.5+.
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.
Create useful .gitignore files for your project https://www.gitignore.io.
Scans uploaded packages.config files or GitHub repository and determines whether the nuget packages target .NET Standard.
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
The next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager
NJsonSchema is a .NET library to read, generate and validate JSON Schema draft v4+ schemas.
Visualize all of the nuget packages and their corresponding versions for a set of given git repositories or folders.
Navigate through projects.json files efficiently with the OctoLinker browser extension for GitHub.
Roslyn-based analysis for code using the Serilog logging library. Checks for common mistakes and usage problems.
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
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
.NET code playground that shows intermediate steps and results of code compilation. https://sharplab.io
SmartCode= IDataSource -> IBuildTask -> IOutput => Build Everything!!! (Including [Code generator])
SourceLink is a language- and source-control agnostic system for providing first-class source debugging experiences for binaries.
System.CommandLine, a set of libraries for command line parsing, invocation, and rendering of terminal output.
Web Framework
Collection of awesome resources (samples, components, articles, videos and others) about Blazor.
Small cross-platform UI library that brings the simplicity of native UI development to the web.
Web Socket
Fleck is a WebSocket server implementation in C#. Fleck requires no inheritance, container, or additional references.
Real-time web functionality for web apps, including server-side push.
Light weight, cross platform and extensible socket server application framework.
Windows Service
Starter Kits
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.
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!
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.
Asp.NETCore 2.0 Vue 2 (ES6) SPA Starter kit, contains routing, Vuex, and more!.
The core infrastructure backend (API, database, etc) https://bitwarden.com.
Simple, lightweight, yet powerful way to build real-time HTML5/C# .NET web apps.
Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication
Roadmaps
Sample Projects
Microservices & Service Mesh
Apply Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns on eCommerce sample business domain
A Kubernetes-based polyglot microservices application with Istio service mesh
Distributed service playground with Vagrant, Consul, Docker & ASP.NET Core.
simplified insurance sales system made in a microservices architecture using .NET Core (EF Core, MediatR, Marten, Eureka, Ocelot, RabbitMQ, Polly, ElasticSearch, Dapper) with blog post series.
Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication
Magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied.
Real-time trading platform demo showcasing reactive programming principles applied across the full application stack.
Monoliths
Full-stack .Net 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 18, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, OpenTelemetry, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, GCP).
Open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities. http://www.htbox.org/projects/allready
Samples of implementing Service Discovery patterns with ASP.NET Core.
Clean Architecture sample with .NET Core 3.0 and C# 8. Use cases as central organising structure, completely testable, decoupled from frameworks.
Chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
Full ASP.NET Core 2.0 application with DDD, CQRS and Event Sourcing.
a hostable, web application that lets confidential users upload and share private files build on Vue.js, Vuetifyjs and NetCore WebAPI stack
How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication.
A web application that lets you share files/URL/text between your devices written in ASP.NET Core 2.0. Open source, live at https://justa.ml
Open source mining solution that helps miners in extracting Gold, Quartz, Granite etc. This solution is built using ASP.NET Core and AngularJS utilizing multiple light weight components in a Microservices way.
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
Use Orchard Core Framework to create Modular and Multi-tenant applications.
Cross-platform Single Page Applications with ASP.NET Core, Angular 2 & TypeScript http://wp.me/p3mRWu-11L.
Realtime scrum poker using SignalR and Angular in ASP.NET Core's SPA hosting. Includes Docker support. Demo
A daily updated micro samples of ASP.NET Core features and facilities.
.NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.