asp-net-core

Open-source projects categorized as asp-net-core
Language: + C# + JavaScript

Top 23 asp-net-core Open-Source Projects

  • AspNetCore-Developer-Roadmap

    Roadmap to becoming an ASP.NET Core developer in 2023

    Project mention: From Junior .Net to Middle .Net dev | /r/csharp | 2023-05-31

    ps As middle in my team I improve basic knowledge (.net + struct + algorithm + angular) and going through asp.net roadmap. In my team I can ask for help to build bore specific path, if you ask your more senior teammates the will help with advices and loooooot of materials Good luck =)

  • eShopOnWeb

    Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.

    Project mention: How do you make docker-compose and kubernetes files for .NET applications? | /r/dotnet | 2023-05-14
  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • nopCommerce

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

    Project mention: Java guy maybe moving to .NET -- what to learn? | /r/dotnet | 2023-03-19
  • awesome-blazor

    Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.

    Project mention: Showcase site for Blazor projects (wip) looking for project submissions | /r/Blazor | 2022-11-09
  • practical-aspnetcore

    Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0, 6.0, 7.0 and 8.0 preview 4 projects you can use. Readme contains explanations on all projects.

    Project mention: What's the best course for learning ASP.NET Core backend development? | /r/dotnet | 2023-05-06

    Peruse samples here https://github.com/dodyg/practical-aspnetcore

  • Ocelot

    dotnet 7.0 API Gateway

    Project mention: Proxy a bulk request to a none bulk endpoint in ASP.Net | /r/dotnet | 2023-03-12

    Sounds like you need some kind of ETL. The only dotnet library I know, which supports request aggregation, is Ocelot (https://github.com/ThreeMammals/Ocelot). But I doubt it is the only one out there.

  • Electron.NET

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

    Project mention: Desktop UI with F# web frameworks? | /r/fsharp | 2023-03-13
  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • notesnook

    A fully open source & end-to-end encrypted note taking alternative to Evernote.

    Project mention: Delete Profile on macOS and Number Formatting Request | /r/joplinapp | 2023-06-07

    I've seen this question asked on the Joplin Forum, but why is the numbering format not more intuitive like other note taking apps as well as word editing software? I also have noticed that it does not auto-populate a number list when you enter "1.". This seems like common practice as most other apps have this feature, but Joplin does not. Overall, I have really enjoyed using Joplin, but see it as trailing other FOSS note taking apps like Notesnook and Standard Notes when it comes to UI/UX. Is anyone aware as to whether or not these issues are going to be addressed?

  • EquinoxProject

    Full ASP.NET Core 6 application with DDD, CQRS and Event Sourcing concepts

    Project mention: Can you suggest a git repo using DDD? | /r/dotnet | 2022-09-20

    When I create APIs for small apps i follow this one project equinox

  • Hot Chocolate

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

    Project mention: I love LINQ and the Entity Framework | /r/dotnet | 2022-10-21

    have a look here https://youtu.be/qrh97hToWpM https://chillicream.com/

  • Umbraco

    The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites

    Project mention: What is your tech stack for blog websites? (not wordpress) | /r/webdev | 2023-06-07

    Umbraco - for .NET devs

  • IdentityServer4.Admin

    The administration for the IdentityServer4 and Asp.Net Core Identity

    Project mention: Identity management ui | /r/dotnet | 2023-04-12

    Yep, this is a quite decent one: https://github.com/skoruba/IdentityServer4.Admin

  • ASP.NET MVC Boilerplate

    .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.

  • Scrutor

    Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection

    Project mention: Reflection -> Source Generated | /r/dotnet | 2023-06-03
  • AspNetCoreRateLimit

    ASP.NET Core rate limiting middleware

    Project mention: .Net 7 rate limiting with redis distributed cache with tenant based architecture | /r/dotnet | 2023-04-10

    AFAIK the new built-in rate limiting only supports in-memory counters at the moment. You will need to use the old open source rate limiting package instead: https://github.com/stefanprodan/AspNetCoreRateLimit

  • Blazorise

    Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Bulma, AntDesign, and Material.

    Project mention: The most popular applications using Blazor 5 years after its creation | /r/Blazor | 2023-05-31

    https://blazorise.com is fully done on Blazor. Also the support forum https://blazorise.com/support

  • ApiEndpoints

    A project for supporting API Endpoints in ASP.NET Core web applications.

    Project mention: Web apis with controllers but whats the other way | /r/dotnet | 2022-12-08
  • radzen-blazor

    Radzen Blazor is a set of 70+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.

    Project mention: Selfhosted nocode tool? | /r/nocode | 2023-04-24

    I'm curious as well. I'm look at Radzen at the moment, but have only installed it on my laptop, have don't nothing else.

  • opentelemetry-dotnet

    The OpenTelemetry .NET Client

    Project mention: ASP.NET Core: Monitoreo con OpenTelemetry y Grafana | dev.to | 2023-06-04

    open-telemetry/opentelemetry-dotnet: The OpenTelemetry .NET Client (github.com)

  • dotnet-podcasts

    .NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!

    Project mention: Understanding Role-Based Access Control with ASP.NET Web APIs | dev.to | 2023-06-06

    Having spent a fair amount of time building web APIs with .NET, one of the easiest ways to implement RBAC that I discovered was by adding roles as claims in JWTs.

  • Awesome-Microservices-DotNet

    💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET

  • Squidex

    Headless CMS and Content Managment Hub

    Project mention: Boost your productivity and streamline content management with Squidex | /r/technews | 2023-06-07
  • piranha.core

    Piranha CMS is the friendly editor-focused CMS for .NET6 that can be used both as an integrated CMS or as a headless API.

    Project mention: Blog app purely with c# | /r/dotnet | 2023-03-29

    Could go with a CMS like Piranha, which allows for full, minimal or headless integrations

  • SaaSHub

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

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). The latest post mention was on 2023-06-07.

asp-net-core related posts

Index

What are some of the best open-source asp-net-core projects? This list will help you:

Project Stars
1 AspNetCore-Developer-Roadmap 15,494
2 eShopOnWeb 8,856
3 nopCommerce 8,143
4 awesome-blazor 7,755
5 practical-aspnetcore 7,731
6 Ocelot 7,659
7 Electron.NET 6,760
8 notesnook 6,169
9 EquinoxProject 5,968
10 Hot Chocolate 4,443
11 Umbraco 3,876
12 IdentityServer4.Admin 3,400
13 ASP.NET MVC Boilerplate 3,197
14 Scrutor 2,981
15 AspNetCoreRateLimit 2,860
16 Blazorise 2,808
17 ApiEndpoints 2,623
18 radzen-blazor 2,462
19 opentelemetry-dotnet 2,461
20 dotnet-podcasts 2,334
21 Awesome-Microservices-DotNet 2,319
22 Squidex 1,933
23 piranha.core 1,782
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com