C# dotnet-core

Open-source C# projects categorized as dotnet-core

Top 23 C# dotnet-core Projects

dotnet-core
  1. awesome-dotnet-core

    :honeybee: A collection of awesome .NET core libraries, tools, frameworks and software

    Project mention: Introducing Awesome .NET Testing ✅ | dev.to | 2024-10-14

    I have a confession to make. I love writing automated tests. That's why I've created awesome-dotnet-testing – a curated list of awesome .NET libraries and tools that help ensure code quality through automated testing. While my source of inspiration was awesome-dotnet-core, sadly that massive project doesn't seem to be actively maintained anymore, with some notable projects missing, and some obsolete. This is why I have started a new categorised list with a focus solely on testing, and I'm going to keep it up to date and comprehensive. I've even learned a few new things along the way, even though I've been working with testing on .NET for a long time. So I would be happy if it helps someone.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Bitwarden

    Bitwarden infrastructure/backend (API, database, Docker, etc). (by bitwarden)

    Project mention: Useful Sites for Privacy and Security | dev.to | 2025-03-22

    Bitwarden - Open-source password manager.

  4. Entity Framework

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

    Project mention: Implementing temporal table auditing in software development projects | dev.to | 2025-03-21

    When a system-versioned record is saved in SQL, a row will be visible in the history table, with a PeriodEnd of the time the save occurred. The 'active' record in the main table now has a PeriodStart equalling the same date time. It's important to note that this is a SQL Server feature, which Microsoft then added support for in EF Core by popular demand.

  5. 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: Open-source web application framework for ASP.NET Core | news.ycombinator.com | 2024-09-28

    What is going on with all the .zip files in git? https://github.com/abpframework/abp/blob/8.3.1/source-code/V...

    Bonus points for having them twice: https://github.com/abpframework/abp/blob/8.3.1/studio/source...

  6. ASP.NET Boilerplate

    ASP.NET Boilerplate - Web Application Framework

  7. spectre.console

    A .NET library that makes it easier to create beautiful console applications.

    Project mention: Déjà vu: Ghostly CVEs in my terminal title | news.ycombinator.com | 2025-01-01

    This is fascinating. I was just playing around with this pretty printing library in .net and I wondered how security critical such a thing was, and whether or not it could be trusted.

    https://spectreconsole.net/

    Things like this make me a little more cautious about standard out in general! More research to do.

  8. practical-aspnetcore

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

  9. SaaSHub

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

    SaaSHub logo
  10. Hangfire

    An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required

    Project mention: The Hangfire Cookbook: A Practical Guide to Background Job Processing in .NET and Azure | dev.to | 2025-03-16

    Hangfire is one of the most powerful background job processing libraries in the .NET ecosystem. Whether you're working with ASP.NET Core, .NET Framework, or integrating with Azure Services, Hangfire simplifies job scheduling, execution, and monitoring.

  11. nopCommerce

    ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.

  12. Refit

    The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

    Project mention: How To Test Integrations with APIs Using WireMock in .NET | dev.to | 2024-10-01

    I really love using Refit library for communication with other services via HTTP protocol. This library provides an interface wrapper (with code generation) that wraps HttpClient using HttpClientFactory.

  13. Ocelot

    .NET API Gateway

  14. imewlconverter

    ”深蓝词库转换“ 一款开源免费的输入法词库转换程序

  15. Orchard Core

    Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

    Project mention: .NET Digest #1 | dev.to | 2024-07-08

    enhanced speed of a solution load; dropped cache size by nearly 50% and accelerated loading by 10% (they used OrhcardCore as an example to measure it);

  16. Electron.NET

    :electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).

  17. GraphQL for .NET

    GraphQL for .NET

    Project mention: Release Radar · August 2024: Major updates from the open source community | dev.to | 2024-09-05

    This is version 8.0 of GraphQL for .NET, not something for .NET 8.0 - confusing I know! GraphQL for .NET is an implementation of GraphQL specifically in .NET. The latest version brings dozens of changes from removing some deprecated methods, simplifying metadata build methods, better error messages and handling, refractor validation rules, and so much more. Check out all the changes in the release notes.

  18. Hot Chocolate

    Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.

  19. Umbraco

    Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.

    Project mention: Easier Responsive Emails for Umbraco Forms with MJML | dev.to | 2025-02-27
  20. Command Line Parser

    The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support

  21. CliWrap

    Library for running command-line processes

    Project mention: Referencing external Docker containers in .NET Aspire using the new custom resources API | dev.to | 2024-05-04

    We will use the command docker logs --follow CONTAINER-NAME-OR-ID to retrieve the logs of the external container. To facilitate the execution of the external docker process, we will use CliWrap instead of the primitive Process.

  22. Covenant

    Covenant is a collaborative .NET C2 framework for red teamers.

  23. perfview

    PerfView is a CPU and memory performance-analysis tool

  24. aspire

    Tools, templates, and packages to accelerate building observable, production-ready apps

    Project mention: OpenTelemetry in ASP .NET with Aspire | dev.to | 2025-02-21

    Aspire

  25. clean-architecture-manga

    :cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks

  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# dotnet-core discussion

Log in or Post with

C# dotnet-core related posts

  • Implementing temporal table auditing in software development projects

    1 project | dev.to | 21 Mar 2025
  • Understanding Phi Agents: A Deep Dive into AI-Powered Automation

    1 project | dev.to | 20 Mar 2025
  • How to access o3-mini model?

    1 project | dev.to | 17 Mar 2025
  • The Hangfire Cookbook: A Practical Guide to Background Job Processing in .NET and Azure

    1 project | dev.to | 16 Mar 2025
  • OpenAI Launches Responses API and AI Tools for Custom AI Agent

    1 project | dev.to | 12 Mar 2025
  • Elon Musk’s Open-Source Journey: A Catalyst for Innovation

    1 project | dev.to | 5 Mar 2025
  • 🤖 Cómo Usar APIs de OpenAI para Crear Aplicaciones Inteligentes 🚀

    1 project | dev.to | 4 Mar 2025
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 22 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

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

# Project Stars
1 awesome-dotnet-core 20,316
2 Bitwarden 16,249
3 Entity Framework 13,987
4 ABP 13,278
5 ASP.NET Boilerplate 11,889
6 spectre.console 9,915
7 practical-aspnetcore 9,784
8 Hangfire 9,606
9 nopCommerce 9,535
10 Refit 8,925
11 Ocelot 8,502
12 imewlconverter 8,408
13 Orchard Core 7,618
14 Electron.NET 7,407
15 GraphQL for .NET 5,924
16 Hot Chocolate 5,396
17 Umbraco 4,776
18 Command Line Parser 4,654
19 CliWrap 4,534
20 Covenant 4,326
21 perfview 4,314
22 aspire 4,289
23 clean-architecture-manga 4,069

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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