Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. ASP.NET Core
A

ASP.NET Core

Framework
194 projects289.1k total stars61.4k total forks6 languages

Open-source projects built with ASP.NET Core

There are currently 194 open-source projects built with ASP.NET Core, with a combined total of 289.1k GitHub stars. The most common language among these projects is C#.

Showing 194 open-source projects · page 1 of 6

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
bitwarden-core
bitwarden-corebitwarden/core

The open-source backend infrastructure for Bitwarden, providing APIs, database, and core services for password management.

20.0k1.8kC#
2 days ago
CleanArchitecture
CleanArchitectureardalis/CleanArchitecture

A Clean Architecture solution template for ASP.NET Core 10, providing a structured, loosely-coupled foundation for building maintainable applications.

18.4k3.1kC#
15 days ago
abp
abpabpframework/abp

An open-source web application framework for ASP.NET Core that provides an opinionated architecture and infrastructure for building enterprise software.

14.4k3.7kC#
3 days ago
Modular Monolith
Modular Monolithkgrzybek/modular-monolith-with-ddd

A production-ready .NET modular monolith application implementing Domain-Driven Design, CQRS, and event-driven architecture.

14.0k2.2kC#
2 years ago
ASP.NET Boilerplate
ASP.NET Boilerplateaspnetboilerplate/aspnetboilerplate

A general-purpose application framework for building modern web applications with ASP.NET Core and Entity Framework Core.

12.0k3.8kC#
18 days ago
Practical samples of Blazor
Practical samples of Blazordodyg/practical-aspnetcore

A comprehensive collection of practical ASP.NET Core samples covering versions 2.1 through 10.0 with detailed explanations.

10.4k1.4kC#
4 days ago
Practical samples of Blazor Server-Side
Practical samples of Blazor Server-Sidedodyg/practical-aspnetcore

A comprehensive collection of practical ASP.NET Core samples covering versions 2.1 through 10.0 with detailed explanations.

10.4k1.4kC#
4 days ago
NopCommerce
NopCommercenopSolutions/nopCommerce

A free, open-source ASP.NET Core eCommerce platform for building online stores of any size.

10.1k6.0kC#
3 days ago
Ocelot
OcelotThreeMammals/Ocelot

A .NET API Gateway for microservices architectures, providing routing, authentication, and load balancing.

8.7k1.7kC#
4 days ago
C# Async Guidance
C# Async Guidancedavidfowl/AspNetCoreDiagnosticScenarios

A collection of real-world problematic patterns in ASP.NET Core applications with solutions for writing scalable services.

8.5k773C#
2 years ago
Orchard Core CMS
Orchard Core CMSOrchardCMS/OrchardCore

An open-source modular and multi-tenant application framework and CMS built with ASP.NET Core.

8.2k2.6kC#
1 day ago
ElectronNET
ElectronNETElectronNET/Electron.NET

Build cross-platform desktop applications using ASP.NET Core (Razor Pages, MVC, Blazor) with Electron.

7.6k742C#
3 days ago
Ant Design Blazor
Ant Design Blazorant-design-blazor/ant-design-blazor

A rich set of enterprise-class UI components for Blazor based on Ant Design.

6.2k1.2kC#
6 days ago
Swashbuckle
Swashbuckledomaindrivendev/Swashbuckle.AspNetCore

Swagger/OpenAPI tooling for ASP.NET Core to automatically generate API documentation and interactive UIs.

5.5k1.3kC#
5 days ago
OpenIddict
OpenIddictopeniddict/openiddict-core

A flexible and versatile OAuth 2.0/OpenID Connect stack for implementing client, server, and token validation in .NET applications.

5.2k600C#
3 days ago
NorthwindTraders
NorthwindTradersJasonGT/NorthwindTraders

A sample application demonstrating Clean Architecture with ASP.NET Core and Entity Framework Core.

5.0k1.6kC#
3 years ago
gRPC
gRPCgrpc/grpc-dotnet

A high-performance gRPC implementation for .NET Core 3.0+ with ASP.NET Core integration and HTTP/2 client support.

4.5k834C#
4 days ago
MagicOnion
MagicOnionneuecc/MagicOnion

A modern RPC framework for .NET and Unity that provides unified real-time communication and API services using gRPC.

4.4k461C#
6 days ago
SimplCommerce
SimplCommercesimplcommerce/SimplCommerce

A simple, cross-platform, modular ecommerce system built on .NET Core.

4.4k1.7kC#
3 months ago
SimplCommerce
SimplCommercesimplcommerce/simplcommerce

A simple, cross-platform, modular ecommerce system built on .NET Core.

4.4k1.7kC#
3 months ago
AspNetCore.Diagnostics.HealthChecks
AspNetCore.Diagnostics.HealthChecksxabaril/AspNetCore.Diagnostics.HealthChecks

A comprehensive collection of health check packages and a UI dashboard for monitoring ASP.NET Core application dependencies and infrastructure.

4.4k868C#
2 months ago
WalkingTec.Mvvm (WTM)
WalkingTec.Mvvm (WTM)dotnetcore/WTM

A rapid development framework for ASP.NET Core with built-in code generator and support for LayUI, React, Vue, and Blazor.

4.3k896C#
2 months ago
Blazor Hero
Blazor Heroblazorhero/CleanArchitecture

A clean architecture solution template for Blazor WebAssembly 6.0 built with MudBlazor components.

3.6k750C#
2 years ago
AspNetCoreRateLimit
AspNetCoreRateLimitstefanprodan/AspNetCoreRateLimit

ASP.NET Core middleware for IP and client-based rate limiting to protect Web APIs and MVC apps.

3.2k442C#
2 years ago
TodoApi by David Fowler
TodoApi by David Fowlerdavidfowl/TodoApi

A full-stack Todo application showcasing modern ASP.NET Core with Blazor WASM, Minimal APIs, and authentication.

3.1k467C#
6 months ago
Serene
Serenevolkanceylan/Serenity

ASP.NET Core/TypeScript platform for building data-centric business applications with service-based architecture.

2.7k807C#
2 days ago
Squidex
SquidexSquidex/squidex

An open-source headless CMS and content management hub built with ASP.NET Core, offering a rich API with OData and Swagger support.

2.5k521C#
12 days ago
Practical.CleanArchitecture
Practical.CleanArchitecturephongnguyend/Practical.CleanArchitecture

A full-stack .NET 10 reference application demonstrating Clean Architecture with support for monoliths, modular monoliths, and microservices.

2.5k610C#
1 month ago
Carter
CarterCarterCommunity/Carter

A thin layer of extension methods over ASP.NET Core Minimal APIs for more explicit and enjoyable web development.

2.4k196C#
2 months ago
SignalR Server
SignalR Serveraspnet/signalr

A library for ASP.NET Core developers to add real-time web functionality with server-to-client content push.

2.4k446C#
7 years ago
Oqtane
Oqtaneoqtane/oqtane.framework

An open-source CMS and application framework for building modern web, mobile, and desktop applications with Blazor and .NET.

2.3k641C#
3 days ago
Giraffe
Giraffedustinmoris/Giraffe

A functional micro web framework for building rich ASP.NET Core applications in F#.

2.3k267F#
1 day ago
Giraffe
Giraffegiraffe-fsharp/Giraffe

A functional micro web framework for building rich ASP.NET Core applications in F#.

2.3k267F#
1 day ago
Piranha CMS
Piranha CMSpiranhacms/piranha.core

A friendly editor-focused CMS for .NET that can be used as an integrated CMS or headless API.

2.2k612C#
29 days ago
prometheus-net
prometheus-netprometheus-net/prometheus-net

A .NET library for instrumenting applications with Prometheus metrics, including built-in integrations for ASP.NET Core.

2.1k318C#
2 years ago
mail-archiver
mail-archivers1t5/mail-archiver

A web application for archiving, searching, and exporting emails from multiple accounts, including IMAP and Microsoft 365.

2.1k84C#
2 days ago
1
2
3
4
5
6