NetCore开源项目集合
具体见:https://github.com/thangchung/awesome-dotnet-core
半年前看到的,今天又看到了,记录下。
框架类:
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
- CondenserDotNet - API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul library.
- Flurl - Fluent URL builder and testable HTTP for .NET http://tmenier.github.io/Flurl.
- GraphQL
- graphiql-dotnet - GraphiQL middleware for ASP.NET Core.
- graphql-dotnetcore - GraphQL for .NET Core based on https://github.com/graphql/graphql-js.
- graphql-dotnet - GraphQL for .NET.
- FSharp.Data.GraphQL - FSharp implementation of Facebook GraphQL query language https://fsprojects.github.io/FSharp.Data.GraphQL.
- parser - A lexer and parser for GraphQL in .NET.
- 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.
- NSwag - The Swagger API toolchain for .NET, Web API and TypeScript http://NSwag.org.
- refit - The automatic type-safe REST library for Xamarin and .NET http://paulcbetts.github.io/refit/.
- RESTClient .NET - Simple REST Client for all .NET platforms.
- RestEase - Easy-to-use typesafe REST API client library, which is simple and customisable.
- Swashbuckle - Seamlessly adds a swagger to WebApi projects.
- WebAPIContrib for ASP.NET CORE - Community Contributions for ASP.NET Core.
Application Frameworks
- ABP - 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.
- CQRSlite - Lightweight framework for helping writing CQRS and Eventsourcing applications in C#.
- DotNetty - Port of netty, event-driven asynchronous network application framework.
- EmbedIO - A tiny, cross-platform, module based web server for .NET Framework and .NET Core.
- ExtCore - Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core 1.0.
- Halibut - A secure communication stack for .NET using JSON-RPC over SSL.
- 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.
- Nancy - Lightweight, low-ceremony, framework for building HTTP based services on .NET and Mono.
- 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
- ASP.NET Core Boilerplate - A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft.
- kendo-ui-core - An HTML5, jQuery-based widget library for building modern web apps. http://www.telerik.com/kendo-ui.
- JavaScriptServices - Microsoft ASP.NET Core JavaScript Services.
- 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.
- 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
- AspNet.Security.OpenIdConnect.Server - OpenID Connect/OAuth2 server framework for OWIN/Katana and ASP.NET Core.
- Auth0 - Hosted, enterprise-grade platform for modern identity.
- Identity - ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data.
- IdentityServer - IdentityServer for ASP.NET Core 1.0 & 2.0
- IdentityServer4.EntityFramework - EntityFramework persistence layer
- IdentityServer4.MongoDB - MongoDB persistence layer
- IdentityServer4.EntityFrameworkCore - Entity Framework Core persistence layer
- openiddict - Easy-to-use OpenID Connect server for ASP.NET Core.
- stormpath-sdk - Build simple, secure web applications with Stormpath and ASP.NET Core.
- stuntman - Library for impersonating users during development leveraging ASP.NET Identity.
Bitcoin
- NBitcoin - Comprehensive Bitcoin library for the .NET framework.
Build Automation
- cake-build - Cross platform build automation system. http://cakebuild.net.
- 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.
- go-dotnet - Go wrapper for the .NET Core Runtime.
- msbuild - The Microsoft Build Engine is a platform for building applications.
- 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
- CacheManager - Open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. http://cachemanager.michaco.net
- Foundatio - Pluggable foundation blocks for building distributed apps.
- Microsoft Caching - Libraries for in-memory caching and distributed caching.
- Stack Exchange Redis - High performance general purpose redis client for .NET languages (C# etc).
Cryptography
- 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.
CMS
- Blogifier.Core - ASP.NET applications to provide common blogging functionality.
- Lynicon - O/S ASP.Net Core/.Net Core CMS with paid for modules: JSON content, works with variety of data stores, c# content types
- Orchard Core CMS - Open Source Content Management System built with ASP.NET Core on top of a Modular and Extensible Application Framework.
- 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.
Code Analysis and Metrics
- App.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. See the docs for me details.
- AspNet.Metrics - Capturing CLR, application-level web request metrics. Middleware and extensions using Metrics.Net.
- Audit.NET - Small framework to audit .NET object changes.
- BenchmarkDotNet - Powerful .NET library for benchmarking.
- Foundatio - A common interface with in memory, redis, StatsD, and Metrics.NET implementations.
- NBench - Performance benchmarking and testing framework for .NET applications.
- OpenCover - Code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points.
- RefactoringEssentials - Refactoring Essentials for Visual Studio.
Compilers, Transpilers and Languages
- roslyn - The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
- Sprache - Tiny C# Monadic Parser Framework.
Database
- DBreeze - C# .NET MONO NOSQL (key value store embedded) ACID multi-paradigm database management system.
- 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
- cassandra-csharp-driver - DataStax C# Driver for Apache Cassandra.
- confluent-kafka-dotnet - Confluent's Apache Kafka .NET client.
- LiteDB - .NET NoSQL Document Store in a single data file - http://www.litedb.org.
work-around for .NET Core at
#219 - MongoDB.Driver - .NET Driver for MongoDB.
- mysql-connector-net - Connector/Net is a fully-managed ADO.NET driver for MySQL. https://dev.mysql.com/downloads/connector/net
- Neo4jClient - .NET client binding for Neo4j.
- npgsql - .NET data provider for PostgreSQL. It allows any program developed for .NET framework to access a PostgreSQL database server. It is implemented in 100% C# code. PostgreSQL versions since 9.1 are officially supported, others may work. http://www.npgsql.org
- ravendb - Linq enabled document database for .NET.
- RethinkDb.Driver - C#/.NET RethinkDB driver with 100% ReQL API coverage.
- progaudi.tarantool - .NET client for Tarantool NoSql database.
Date and Time
- Exceptionless.DateTimeExtensions - DateTimeRange, Business Day and various DateTime, DateTimeOffset, TimeSpan extension methods.
- FluentDateTime - Allows you to write cleaner DateTime expressions and operation. Partially inspired by Ruby DateTime Extensions.
Distributed Computing
- Foundatio - Pluggable foundation blocks for building distributed apps.
E-Commerce and Payments
- SimplCommerce - Super simple ecommerce system built on .NET Core.
- Stripe - Typed .NET clients for stripe.com REST APIs.
Exceptions
- Exceptionless - Exceptionless .NET Client
Functional Programming
- CSharpFunctionalExtensions - Functional Extensions for C#.
- Giraffe - A native functional ASP.NET Core web framework for F# developers.
- language-ext - C# functional language extensions and 'Erlang like' concurrency system.
- 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
- 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# http://imageprocessor.org.
- 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
- 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.
- 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.
- nodatime - Better date and time API for .NET http://nodatime.org.
IOC
- Autofac - Addictive .NET IoC container.
- 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.
- 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.
Machine Learning and Data Science
- Spreads - Series and Panels for Real-time and Exploratory Analysis of Data Streams.
- 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.
- 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.
- 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.
- aspnetcore-health - Enables load balancers to monitor the status of deployed Web applications.
- 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.
- CommonMark.NET - The implementation of CommonMark specification in C# for converting Markdown documents to HTML.
- consuldotnet - .NET API for Consul.
- datatables - Microsoft ASP.NET server-side support and helpers for jQuery DataTables.
- Docker.DotNet - .NET (C#) Client Library for Docker API.
- Enums.NET - Enums.NET is a high-performance type-safe .NET enum utility library
- FluentFTP - FTP and FTPS client, with extensive FTP commands, SSL/TLS connections, hashing/checksums and more.
- FluentValidation - Small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules.
- 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.
- 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.
- Microphone - Lightweight framework to run self hosting REST services using Web Api or NancyFx ontop of a Consul or ETCD cluster.
- NReco.LambdaParser - Parses string expressions (formulas, methods calls, conditions) to LINQ expression tree that can be compiled to lambda and evaluated.
- NReco.PivotData - In-memory data cube with OLAP operations and PivotTable data model.
- Ocelot - API Gateway created using .NET Core.
- readline - Pure C# GNU-Readline like library for .NET/.NET Core.
- reCAPTCHA - reCAPTCHA 2.0 for ASP.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.
- PreStorm - Parallel REST Client for ArcGIS Server.
- 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.
- Scrutor - Assembly scanning extensions for Microsoft.Extensions.DependencyInjection.
- sharpcompress - Fully managed C# library to deal with many compression types and formats.
- SmartFormat.NET - An extensible replacement for string.Format.
- System.Linq.Dynamic.Core - The .NET Standard (.NET Core) version from the System Linq Dynamic functionality.
- warden-stack - "health checks" for your applications, resources and infrastructure. Keep your Warden on the watch.
ORM
- Entity Framework Core - Familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support.
- Pomelo.EntityFrameworkCore.MySql - Entity Framework Core provider for MySql built on top of mysql-net/MySqlConnector.
- Dapper - Simple object mapper for .NET.
- Dapper-FluentMap - Provides a simple API to fluently map POCO properties to database columns when using Dapper.
- Dommel - Simple CRUD operations for Dapper.
- EntityFramework-Plus - Entity Framework Utilities | Bulk Operations | Batch Delete | Batch Update | Query Cache | Query Filter | Query Future | Query Include | Audit
- 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.
- 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.
Profiling
- Glimpse - Lightweight, open-source, real-time diagnostics and insights profiler for .NET.
- MiniProfiler - A simple but effective mini-profiler for ASP.NET websites.
- roslyn-analyzers - Number of Roslyn diagnostic analyzers initially developed to help flesh out the design and implementation of the static analysis APIs.
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. https://geteventstore.com
- 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.
- 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
- Chroniton.NetCore - Lightweight robust library for running tasks(jobs) on schedules.
- FluentScheduler - Automated job scheduler with fluent interface.
- HangfireIO - Easy way to perform fire-and-forget, delayed and recurring tasks inside ASP.NET apps http://hangfire.io.
- LiquidState - Efficient asynchronous and synchronous state machines for .NET
- quartznet - Quartz Enterprise Scheduler .NET http://www.quartz-scheduler.net.
- stateless - Simple library for creating state machines in C# code.
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.
- DarkSkyCore - A .NET Standard wrapper for the Dark Sky API.
- NBitcoin - Comprehensive Bitcoin library for the .NET framework.
- NetTelegramBotApi - C# client library for building Telegram bot https://core.telegram.org/bots/api.
- octokit.net - GitHub API client library for .NET.
- Open-XML-SDK-for-NET-Platform-Standard - .NET Platform Standard implementation of Open XML SDK 2.5.
- 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.
- 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.
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.
- 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 http://csvhelper.com.
- 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.
- msgpack-cli - MessagePack implementation for Common Language Infrastructure / msgpack.org.
- 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.
- YAXLib - XML Serialization Library for the .NET Framework and .NET Core. Extremely flexible and powerful.
Testing
- Bogus - Simple and sane fake data generator for C#. Based on and ported from the famed faker.js.
- GenFu - Library you can use to generate realistic test data.
- 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.
- 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!
- xunit - Free, open source, community-focused unit testing tool for the .NET Framework.
Tools
- CatLight - Status notifier for developers that monitors builds and tasks in the project. Built using .Net Core and Electron.
- 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.
- EntryPoint - Composable CLI (Command Line) Argument Parser for .Net Core & .Net Framework 4.5+.
- gitignore.io - Create useful .gitignore files for your project https://www.gitignore.io.
- GitInfo - Git and SemVer Info from MSBuild, C# and VB.
- 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.
- OctoLinker - Navigate through
projects.json
files efficiently with the OctoLinker browser extension for GitHub. - Opserver - Stack Exchange's Monitoring System.
- 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
- 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
- Blazor - UI framework running .NET in the browser via WebAssembly.
- 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
- SignalR Server - Real-time web functionality for web apps, including server-side push.
- WampSharp - C# implementation of The Web Application Messaging Protocol - Protocol that provides messaging patterns of Remote Procedure Calls and Publish/Subscribe over WebSockets.
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.
4.5.x or above
Workflow
- CoreWF - Port of Windows Workflow Foundation (WF) to .NET Core.
- workflow-core - Lightweight workflow engine for .NET Standard.
Starter Kits
- 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.
- ASP.NET Boilerplate - ASP.NET Boilerplate is a starting point for new modern web applications using best practices and most popular tools. It's aimed to be a SOLID model, a general-purpose application framework and a project template.
4.5.x or above
- 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.
- 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
- AlbumViewerVNext - West Wind Album Viewer ASP.NET 5 Sample.
- allReady - 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
- AspNet5GeoElasticsearch - ASP.NET Core MVC Geo Elasticsearch Swashbuckle Swagger.
- aspnet-servicediscovery-patterns - Samples of implementing Service Discovery patterns with ASP.NET Core.
- AspNetAuthorizationWorkshop - A workshop for moving through the various new pieces in ASP.NET Core Authorization
- BikeSharing360 Suite of Apps from Microsoft Presented December Connect 2016 Conference, a compreshsive set of interworking apps for both enterprise users and the consumers (bike riders): Mobile Apps, Backend Services, Websites, Single Container Apps, Multi Container Apps, Cognitive Services Kiosk App, Azure Bot App.
- cloudscribe - ASP.NET Core Multi-tenant web application foundation.
- CoreCodeCamp - An Open Source Website for running small, local development events.
- distributed-playground - Distributed service playground with Vagrant, Consul, Docker & ASP.NET Core.
- DotNetClub - Tiny club written in ASP.NET Core.
- Entropy - Chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
- EquinoxProject - Full ASP.NET Core 2.0 application with DDD, CQRS and Event Sourcing.
- eShopOnContainers - Microservices Architecture and Containers based Reference Application.
- guidance-identity-management-for-multitenant-apps - How to manage user identities in a multitenant app on Microsoft Azure, using Azure Active Directory for authentication.
- magazine-website - Magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied.
- MegaMine - Open source mining solution that helps miners in extracting Gold, Quartz, Granite etc. This solution is built using ASP.NET Core and AngularJS utilizing multiple light weight components in a Microservices way.
- minicompiler - Minification, bundling and compiling sample.
- MusicStore - Sample MusicStore application that uses MVC and Entity Framework.
- NLayerAppV3 - NLayerAppV3 N-Layered Architecture with .NET Core Preview 2.
- Orchard Core - Modular and Multi-tenant applications - Use Orchard Core Framework to create Modular and Multi-tenant applications.
- ReactiveTraderCloud - Real-time trading platform demo showcasing reactive programming principles applied across the full application stack.
- PhotoGallery - Cross-platform Single Page Applications with ASP.NET Core, Angular 2 & TypeScript http://wp.me/p3mRWu-11L.
- Practical ASP.NET Core - A daily updated micro samples of ASP.NET Core features and facilities.
Articles
- Basic knowledge
- A guide to the .NET Core projects on GitHub
- Microsoft architectual overview of comprehensive BikeSharing360 suite of demo apps with related videos
- Porting a .NET Framework library to .NET Core
- The 68 things the CLR does before executing a single line of your code
- The comparison between .NET Core and Nodejs at here, here and here
- Understanding ASP.NET Core Initialization
- Why you should join .NET Core and ASP.NET Core train
- Cloud Development
- Configuration and deployment
- .NET project structure
- Adding Travis CI builds to a .NET Core app
- ASP.NET Core 1.0 - Configure ApplicationInsights
- haproxy, nginx, Angular 2, ASP.NET Core, Redis and Docker
- Project.json to MSBuild conversion guide
- Publishing a .NET project with Appveyor and NuGet
- The New Configuration Model in ASP.NET Core
- Entity Framework Core
- Miraculous
- Security
- Testing
Books
- .NET Core in Action
- ASP.NET Core Application Development: Building an application in four sprints (Developer Reference)
- ASP.NET Core in Action
- ASP.NET Core 1.0 High Performance
- Building Microservices with ASP.NET Core: Develop, Test, and Deploy Cross-Platform Services in the Cloud
- C# 6 and .NET Core 1.0: Modern Cross-Platform Development
- Dependency Injection in .NET Core, 2nd edition
- Microservices in .NET Core: with C#, the Nancy framework, and OWIN middleware
- Professional C# 6 and .NET Core 1.0
- The little ASP.NET Core
Videos
Podcasts
Community
- ASP.NET
- .NET Foundation
- Channel9
- Slack
- Stack Overflow
NetCore开源项目集合的更多相关文章
- Github上关于iOS的各种开源项目集合(强烈建议大家收藏,查看,总有一款你需要)
下拉刷新 EGOTableViewPullRefresh - 最早的下拉刷新控件. SVPullToRefresh - 下拉刷新控件. MJRefresh - 仅需一行代码就可以为UITableVie ...
- fir.im Weekly - 1000 个 Android 开源项目集合
冬天到了,适宜囤点代码暖暖身.本期 fir.im Weekly 收集了最近一些不错的 GitHub 源码.开发工具和技术实践教程类文章分享给大家. codeKK - 集合近 1000 Android ...
- github上关于iOS的各种开源项目集合(转)
UI 下拉刷新 EGOTableViewPullRefresh - 最早的下拉刷新控件. SVPullToRefresh - 下拉刷新控件. MJRefresh - 仅需一行代码就可以为UITable ...
- 转: Github上关于iOS的各种开源项目集合
https://blog.csdn.net/jiashaoying/article/details/79079500 下拉刷新 EGOTableViewPullRefresh - 最早的下拉刷新控件. ...
- Hello!GitHub 好用好玩值得收藏的开源项目集合~
这是我许久以来从各处发现的极佳开源项目,希望分享给大家~ 如果帮到你了,给我个赞好嘛 编程语言类 ️learn-go-with-tests(通过单元测试学Go) GitHub地址:https://gi ...
- 适合 Java 新手的开源项目集合——在 GitHub 学编程
作者:HelloGitHub--老荀 当今互联网份额最大的编程语言是哪一个?是 Java!这两年一直有听说 Java 要不行了.在走下坡路了.没错,Java 的确在走下坡路,未来的事情的确不好说,但是 ...
- APICloud Github 5大开源项目集合展示
APICloud自成立之初,一直秉承着开源一切的初心,为了给予广大开发者们更多的资源及内容.不知不觉,2年时间已过,APICloud的github上已经集合了APICloud模块.前端框架及文档.云A ...
- 优秀c++开源项目集合
本文会持续更新, 我希望通过这篇文章把我看到过的优秀开源项目记录下来, 有时间仔细阅读. cockroachdb 前googler开发的开源的spanner数据库: https://github.co ...
- Github上关于iOS的各种开源项目集合2(强烈建议大家收藏,查看,总有一款你需要)
资源list:Github上关于大数据的开源项目.论文等合集 Awesome Big Data A curated list of awesome big data frameworks, resou ...
随机推荐
- Filebeat的Registry文件解读
你可能没有注意但很重要的filebeat小知识 Registry文件 Filebeat会将自己处理日志文件的进度信息写入到registry文件中,以保证filebeat在重启之后能够接着处理未处理过的 ...
- 记录线上与本地docker镜像一致,但Dockerfile却构建失败的问题
背景 公司新开了某个项目,我在新的服务器部署了docker环境,本着ctrl+c 和ctrl+v的惯例,直接把以前的php环境的Dockerfile文件直接复制到新项目服务器那里,结果构建失败,失败的 ...
- Netty精粹之轻量级内存池技术实现原理与应用
摘要: 在Netty中,通常会有多个IO线程独立工作,基于NioEventLoop的实现,每个IO线程负责轮询单独的Selector实例来检索IO事件,当IO事件来临的时候,IO线程开始处理IO事件. ...
- Spark新手入门——3.Spark集群(standalone模式)安装
主要包括以下三部分,本文为第三部分: 一. Scala环境准备 查看二. Hadoop集群(伪分布模式)安装 查看三. Spark集群(standalone模式)安装 Spark集群(standalo ...
- Scala函数与函数式编程
函数是scala的重要组成部分, 本文将探讨scala中函数的应用. scala作为支持函数式编程的语言, scala可以将函数作为对象即所谓"函数是一等公民". 函数定义 sca ...
- 细说Redis(二)之 Redis的持久化
前言 在上一篇文章[细说Redis(一)之 Redis的数据结构与应用场景]中,主要介绍了Reids的数据结构. 对于redis的执行命令,这里不做介绍,因为网上搜索一堆,无必要再做介绍. AOF&a ...
- C# ValueTuple 原理
本文告诉大家一些 ValueTuple 的原理,避免在使用出现和期望不相同的值.ValueTuple 是 C# 7 的语法糖,如果使用的 .net Framework 是 4.7 以前,那么需要使用 ...
- asp.net mvc之自定义WebViewPage
采用Razor引擎的View文件最终都会编译成一个WebViewPage类型, 通过自定义WebViewPage,添加相应的属性和方法,你可以很方便的在View里调用, 自定义WebViewPage只 ...
- T-SQL基础(一)之简单查询
名词解释 SQL: Structured Query Language,结构化查询语言,是一种在关系型数据库中用于管理数据的标准语言.SQL是一种声明式编程语言,即只需表明需要什么而无需关注实现细节( ...
- R0~R16寄存器作用
R0-R3 用作传入函数参数,传出函数返回值.在子程序调用之间,可以将 r0-r3 用于任何用途. 被调用函数在返回之前不必恢复 r0-r3.如果调用函数需要再次使用 r0-r3 的内容,则它 ...