SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 C# ASPnetcore Projects
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Project mention: Accept the Official Hack - Build-Time OpenAPI Detection in .NET 10 Minimal APIs | dev.to | 2026-05-30GetDocument.Insider.dll is the command line tool that automatically runs during build of the API if the .csproj includes the following reference:
-
ReSharper
ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
-
// https://github.com/jasontaylordev/CleanArchitecture/blob/main/src/Application/Common/Interfaces/IApplicationDbContext.cs public interface IApplicationDbContext { DbSet TodoLists { get; } DbSet TodoItems { get; } Task SaveChangesAsync(CancellationToken cancellationToken); }
-
Project mention: NodeWarden: Bitwarden on Cloudflare Workers — No Server Required | dev.to | 2026-04-07
Bitwarden Official Website
-
ABP
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
Project mention: We migrated a .NET app from ABP Framework to Granit without downtime - here's the playbook | dev.to | 2026-05-21We just finished moving a 15-module .NET service from ABP Framework to Granit — without a maintenance window, without a code freeze, and without a parallel run-everything-twice phase. The whole thing took about ten weeks running alongside feature work.
-
Server GC is the default garbage collector for Asp.net Core.
> https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetco...
-
I wanted to find a framework that already had all the Boiler code needed for a business application: menus, sections, graphs, users, etc. While searching for such a framework, we noticed the .Net frameworks https://aspnetboilerplate.com and https://abp.io, which already have a lot of things "out of the box". As far as I understand, both frameworks are being developed either by related teams, or even by one team. And the teams are from Turkey. The ASP.NET Boilerplate framework has legacy code from older versions of the .Net Framework. The newer ABP framework does not have legacy, it is on .Net Core. Both frameworks have a decent number of stars on github.
-
DotNetGuide
🌈【C#/.NET/.NET Core学习、工作、面试指南】记录、收集和总结C#/.NET/.NET Core基础知识、学习路线、开发实战、编程技巧练习、学习视频、文章、书籍、项目框架、社区组织、开发必备工具、技术前沿周刊、常见面试题、面试须知、简历模板、人才招聘、以及自己在学习和工作中的一些微薄见解。希望能和大家一起学习,共同进步。如果本知识库能为您提供帮助,别忘了给予支持哦(关注、点赞、分享)💖。
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
practical-aspnetcore
Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
-
Project mention: Show Dev: Here's how we made AI 2x faster at integrating APIs | dev.to | 2026-04-02
We ran 4 controlled experiments on two real-world .NET applications, nopCommerce (mature e-commerce platform) and eShop (Microsoft's .NET reference app).
-
-
Project mention: Why Startups and IndieDevs Should Choose Monolith First, Lessons From My Micro-SaaS Project, For ... | dev.to | 2026-01-09
Type sharing is possible (think NSwag or OpenAPI codegen).
-
EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
-
Project mention: Ask HN: Did Google Sign-In roll out a breaking change this morning? | news.ycombinator.com | 2026-03-17
Found these:
https://github.com/openiddict/openiddict-core/issues/2428
https://issuetracker.google.com/issues/479882107?pli=1
-
-
Architecture
.NET 10, Angular 21, Clean Architecture, Clean Code, SOLID, KISS, DRY, Mediator Pattern, Folder-by-Feature Structure
-
aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
-
-
osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。 (by dotnetcore)
-
-
Oqtane
Oqtane is an open-source developer productivity platform for building modern .NET applications and websites that run on Web, Desktop and Mobile.
-
EasyCaching
:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
-
-
FilterLists
:shield: The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Yeah, I remember going on https://filterlists.com/ one day all mad and just adding a ton because of how many ads and manipulative patterns I was dealing with
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C# ASPnetcore discussion
C# ASPnetcore related posts
-
Accept the Official Hack - Build-Time OpenAPI Detection in .NET 10 Minimal APIs
-
We migrated a .NET app from ABP Framework to Granit without downtime - here's the playbook
-
Critical Breaking Change in Microsoft.AspNetCore.DataProtection
-
Blazor WASM's Deputy Thread Model Will Break JavaScript Interop - Here's Why That Matters
-
Dashlane Review 2026: Best Password Manager for Developers?
-
Ask HN: Did Google Sign-In roll out a breaking change this morning?
-
How to Collect .NET Application Logs with OpenTelemetry
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Index
What are some of the best open-source ASPnetcore projects in C#? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | ASP.NET Core | 38,021 |
| 2 | CleanArchitecture | 20,193 |
| 3 | Bitwarden | 19,176 |
| 4 | ABP | 14,301 |
| 5 | AspNetCore.Docs | 13,112 |
| 6 | ASP.NET Boilerplate | 11,985 |
| 7 | DotNetGuide | 10,598 |
| 8 | practical-aspnetcore | 10,380 |
| 9 | nopCommerce | 10,079 |
| 10 | Ocelot | 8,708 |
| 11 | NSwag | 7,338 |
| 12 | EquinoxProject | 6,774 |
| 13 | openiddict-core | 5,162 |
| 14 | SimplCommerce | 4,412 |
| 15 | Architecture | 3,267 |
| 16 | aspnet-api-versioning | 3,195 |
| 17 | TodoApp | 3,106 |
| 18 | osharp | 2,852 |
| 19 | AspNet.Security.OAuth.Providers | 2,506 |
| 20 | Oqtane | 2,250 |
| 21 | EasyCaching | 2,093 |
| 22 | prometheus-net | 2,081 |
| 23 | FilterLists | 1,631 |