C# aspnet-core

Open-source C# projects categorized as aspnet-core

Top 23 C# aspnet-core Projects

aspnet-core
  1. 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: PrimeNG + NestJS = CRM — part 1 | dev.to | 2025-08-12

    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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. AspNetCore.Docs

    Documentation for ASP.NET Core

    Project mention: Fundamentals of Garbage Collection | news.ycombinator.com | 2025-07-12

    Server GC is the default garbage collector for Asp.net Core.

    > https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetco...

  4. ASP.NET Boilerplate

    ASP.NET Boilerplate - Web Application Framework

    Project mention: PrimeNG + NestJS = CRM — part 1 | dev.to | 2025-08-12

    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.

  5. practical-aspnetcore

    Practical samples of ASP.NET Core 10 Preview 7, 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.

  6. DotNetGuide

    🌈【C#/.NET/.NET Core学习、工作、面试指南】记录、收集和总结C#/.NET/.NET Core基础知识、学习路线、开发实战、编程技巧练习、学习视频、文章、书籍、项目框架、社区组织、开发必备工具、技术前沿周刊、常见面试题、面试须知、简历模板、人才招聘、以及自己在学习和工作中的一些微薄见解。希望能和大家一起学习,共同进步。如果本知识库能为您提供帮助,别忘了给予支持哦(关注、点赞、分享)💖。

  7. EquinoxProject

    Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices

  8. Architecture

    .NET, Angular, Clean Architecture, Clean Code, SOLID Principles, KISS Principle, DRY Principle, Fail Fast Principle, Common Closure Principle, Common Reuse Principle, Acyclic Dependencies Principle, Mediator Pattern, Result Pattern, Folder-by-Feature Structure, Separation of Concerns

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. run-aspnetcore-microservices

    Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12

  11. Ben.Demystifier

    High performance understanding for stack traces (Make error logs more productive)

  12. PeachPie

    PeachPie - the PHP compiler and runtime for .NET and .NET Core

    Project mention: PeachPie Compiler: Compile and run PHP on top of .NET runtime | news.ycombinator.com | 2024-10-08

    we have attempted to use it for that, but it was really hard and we ended up rewriting from scratch.

    The activity graph on GitHub says it is mostly dead. There is some activity, but at best it is in maintenance mode. It used to be sponsored, but not anymore IIRC

    https://github.com/peachpiecompiler/peachpie/graphs/contribu...

  13. Oqtane

    Oqtane is an open-source developer productivity platform for building modern .NET applications that run on Web, Desktop and Mobile.

  14. Smartstore

    A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7

  15. serilog-aspnetcore

    Serilog integration for ASP.NET Core

  16. grandnode2

    E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage

  17. ASP.NET-Core-Template

    A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.

  18. Revo

    Event Sourcing, CQRS and DDD framework for C#/.NET Core.

  19. intro-to-dotnet-web-dev

    Get Started as a Web Developer with .NET, C#, and ASP.NET Core

  20. FluentCMS

    ASP.NET Core Blazor Content Management System (CMS)

    Project mention: Beta release of FluentCMS – Blazor based CMS | news.ycombinator.com | 2024-11-25
  21. dasblog-core

    The original DasBlog reimagined with ASP.NET Core

  22. DotNetCore

    .NET Nuget Packages

  23. azure-signalr

    Azure SignalR Service SDK for .NET

  24. Mockaco

    🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting

  25. IdentityServer4AspNetCoreIdentityTemplate

    An ASP.NET Core 6.0 IdentityServer4 Identity Bootstrap 4 template with localization

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# aspnet-core discussion

Log in or Post with

C# aspnet-core related posts

  • PrimeNG + NestJS = CRM — part 1

    2 projects | dev.to | 12 Aug 2025
  • Fundamentals of Garbage Collection

    2 projects | news.ycombinator.com | 12 Jul 2025
  • Git clone - that repo is too big : HELP!

    2 projects | dev.to | 3 Dec 2024
  • Beta release of FluentCMS – Blazor based CMS

    1 project | news.ycombinator.com | 25 Nov 2024
  • What Led Me to Creating OpenHabitTracker and Lessons Learned

    9 projects | dev.to | 6 Sep 2024
  • Middlewares in .NET

    1 project | dev.to | 29 Jul 2024
  • RubinStatic – A featureless local first static site generator on top of .NET

    1 project | news.ycombinator.com | 8 Jun 2024
  • A note from our sponsor - Sevalla
    sevalla.com | 1 Sep 2025
    Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →

Index

What are some of the best open-source aspnet-core projects in C#? This list will help you:

# Project Stars
1 ABP 13,746
2 AspNetCore.Docs 12,964
3 ASP.NET Boilerplate 11,954
4 practical-aspnetcore 10,101
5 DotNetGuide 9,170
6 EquinoxProject 6,717
7 Architecture 3,242
8 run-aspnetcore-microservices 3,069
9 Ben.Demystifier 2,838
10 PeachPie 2,436
11 Oqtane 2,145
12 Smartstore 1,380
13 serilog-aspnetcore 1,373
14 grandnode2 1,235
15 ASP.NET-Core-Template 1,152
16 Revo 707
17 intro-to-dotnet-web-dev 704
18 FluentCMS 498
19 dasblog-core 478
20 DotNetCore 468
21 azure-signalr 447
22 Mockaco 343
23 IdentityServer4AspNetCoreIdentityTemplate 323

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C# is
the 11th most popular programming language
based on number of references?