aspnet-core

Open-source projects categorized as aspnet-core
Language: + C# + F# + TypeScript

Top 23 aspnet-core Open-Source Projects

  • AspNetCore-Developer-Roadmap

    Roadmap to becoming an ASP.NET Core developer in 2024

    Project mention: Advice for Landing Entry-Level Dotnet Job with a CS Degree but no professional Dotnet experience? | /r/dotnet | 2023-07-09

    Here is a cool repo that I think might help too: https://github.com/MoienTajik/AspNetCore-Developer-Roadmap

  • AspNetCore.Docs

    Documentation for ASP.NET Core

    Project mention: DevDocs | news.ycombinator.com | 2024-01-12

    Certain parts of Microsoft Learn are permissive, for example the .NET BCL documentation is Creative Commons Attribution: https://github.com/dotnet/dotnet-api-docs as is ASP.NET Core: https://github.com/dotnet/AspNetCore.Docs (a good hint if documentation is permissively licensed and on GitHub is if there's an edit button at the top.)

    The C# language specification is unfortunately a bit fuzzier: https://github.com/dotnet/csharplang/discussions/4855

    The updated unified C# language specification is CC, but it's still catching up to modern C#: https://github.com/dotnet/csharpstandard

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • 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 and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

    Project mention: ABP Suite: Best CRUD Page Generation Tool for .NET | dev.to | 2024-02-14

    In conclusion, ABP Suite is a game-changer in the realm of application development. Its modular design (comes from ABP Framework), powerful code generation, and support for modern frontend frameworks make it a go-to choice for developers looking to build scalable and feature-rich applications. Whether you are working on a small project or a large enterprise application, ABP Suite provides the tools you need to succeed in your development endeavors.

  • ASP.NET Boilerplate

    ASP.NET Boilerplate - Web Application Framework

    Project mention: Como avanzar con .Net? | /r/devsarg | 2023-06-27

    https://aspnetboilerplate.com/ (por si alguien le interesa)

  • practical-aspnetcore

    Practical samples of ASP.NET Core 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: What advantages/disadvantage does Blazor have in comparison to other popular frontend frameworks? | /r/dotnet | 2023-06-18
  • .NET-Backend-Developer-Roadmap

    Roadmap for a .NET Backend Developer working with Microservices

    Project mention: Preporuke kursa za C#? | /r/programiranje | 2023-06-15
  • EquinoxProject

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • Architecture

    .NET 8, Angular 17, 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.

    Project mention: Architecture .NET 7, Angular 16, Clean Architecture, Clean Code, Solid | news.ycombinator.com | 2023-05-03
  • Ben.Demystifier

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

  • Awesome-Microservices-DotNet

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

  • run-aspnetcore-microservices

    Microservices on .Net platforms which 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

  • PeachPie

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

    Project mention: .NET 8 – .NET Blog | news.ycombinator.com | 2023-11-14

    PeachPie may be worth a look. It’s a php to .net compiler.

    https://www.peachpie.io/

  • Giraffe

    A native functional ASP.NET Core web framework for F# developers.

    Project mention: The combined power of F# and C# | news.ycombinator.com | 2023-08-07

    Giraffe is another interesting one to explore: https://giraffe.wiki/

    Giraffe is nice because it is itself built "just" as ASP.NET Core Middleware so it plays a bit more nicely than Suave with a mixed stack of C#-defined Middleware.

    It's more likely you accidentally fall back into just translating C# patterns to non-idiomatic F# with Giraffe, but it's also nicer when in that case of needing to live in both worlds and use a mixture of libraries built for C# ASP.NET projects.

  • oqtane.framework

    CMS & Application Framework for Blazor & .NET MAUI

    Project mention: Oqtane 4.0.1 Released | /r/Oqtane | 2023-07-20

    #3042 Fixed margins in Control Panel @leigh-pointer #3040 Added html line breaks to error log notifications @sbwalker #3039 Prevented client ServiceBase logging from looping if server is down @sbwalker #3036 Added logic to package installer to ensure assembly version being installed is equal to or greater than existing assembly @sbwalker #3035 Added a ShowProgress parameter to FileManager to control upload behavior @sbwalker #3034 Fixed issue where Page would disappear if a module was published or unpublished @vnetonline #3030 Displayed warning message to user if package service does not return package requested @sbwalker #3026 Fixed FileManager to call SetImage() before the OnSelect event is fired @vnetonline #3025 Added integration for SupportUrl in Module Definitions and Themes @sbwalker #3024 Removed OnSelect call from OnParametersSet() in FileManager which was causing infinite loop @sbwalker #3020 Added null handling for DisplayName during user creation @sbwalker #3019 Fixed bash script line endings and preserved using gitattributes (credit @rcpacheco) @sbwalker #3018 Allowed page themes to be different from site theme (display warning message) @sbwalker #3017 Added logging to ServiceBase to capture HTTP errors @sbwalker #3016 Enhanced User Management with column sorting @leigh-pointer #3011 Added UserManager class to simplify user management for developers @sbwalker #3011 Improved response validation in ServiceBase for missing Controller methods @sbwalker #3011 Allowed Section component to support parameter changes @sbwalker #3009 Replaced primitive RenderFragment in ContainerBuilder with DynamicComponent @ajahangard #3006 Added handling for both 404 and 403 status codes in GET API response (404 should not log) @sbwalker #2998 Added module name to the Module Settings UI (credit @jlidbeck) @sbwalker #2997 Added logging methods to ThemeBase @sbwalker #2996 Added margin between edit and cog icons @sbwalker #2995 Allowed host users and admins to have personalized pages @sbwalker #2994 Prevented logging of error for personalized pages @sbwalker #2993 Made GetHttpClient() in ServiceBase public @sbwalker #2992 Refactored upload so that it is not dependent on Folder Browse permission @sbwalker #2991 Fixed validation issue in FileManager related to Browse permissions @sbwalker #2989 Added API method to get File based on name @sbwalker #2989 Fixed permission validation for Folder using Browse rather than View @sbwalker #2988 Removed Build action for Oqtane Server in external Theme template @leigh-pointer #2985 Fixed the ResourceType in Module Settings with correct Namespace @vnetonline #2984 Removed Build action for Oqtane Server in external Module template @leigh-pointer #2982 Added package enhancements for Marketplace including SupportUrl @sbwalker #2980 Fixed personalized page to user UserName rather than DisplayName @vnetonline #2975 Added IsRead property to Notifications @vnetonline #2967 Removed RazorLangVersion tag from Client project files @leigh-pointer #2964 Fixed issue where full list of themes was not available in Page Management @markdav-is #2961 Fixed issue where unpublish page was missing logic @leigh-pointer #2959 Fixed issue where module action menu was not displaying the correct mouse pointer @leigh-pointer #2956 Enhanced User Roles Effective and Expiry date to use HTML5 data input @leigh-pointer #2954 Improved Folder API to format path during add/update @sbwalker #2953 Fixed progress bar styling in FileManager @sbwalker #2952 Allowed FileManager to support changes in parameters @sbwalker #2950 Allowed admin to navigate to site settings for deleted site @sbwalker #2949 Fixed issue where HasChildren page property was not considering deleted pages @sbwalker #2948 Reversed ordering of page name and site name for page title to improve SEO (credit @iJungleboy) @sbwalker #2947 Changed UI terminology from Aliases to Urls in Site Settings to improve discoverability @sbwalker #2946 Used case insensitive comparison for ActiveTab name in TabStrip component @sbwalker #2945 Set Expanded to lowercase in Section component if specified @sbwalker #2944 Fixed issue where path was not updated correctly when parent page was changed @sbwalker #2940 Added ThemeSettings and ContainerSettings to external Theme template @vnetonline #2939 Filtered deleted sites in Notification job @sbwalker #2937 Added cosmetic fix for input elements within a table introduced with Bootstrap 5.3 @sbwalker

  • serilog-aspnetcore

    Serilog integration for ASP.NET Core

  • QuickApp

    ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development

  • Smartstore

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

    Project mention: Best .NET platform for Commerce (and CMS?) | /r/dotnet | 2023-06-29

    Have anyone used https://github.com/smartstore/Smartstore?

  • ASP.NET-Core-Template

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

  • intro-to-dotnet-web-dev

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

  • Revo

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

  • Falco

    A toolkit for building fast and functional-first web applications using F#. (by pimbrouwers)

  • dasblog-core

    The original DasBlog reimagined with ASP.NET Core

  • DotNetCore

    .NET 8 Nuget Packages.

  • 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 2024-02-14.

aspnet-core related posts

Index

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

Project Stars
1 AspNetCore-Developer-Roadmap 17,584
2 AspNetCore.Docs 12,333
3 ABP 12,193
4 ASP.NET Boilerplate 11,558
5 practical-aspnetcore 8,861
6 .NET-Backend-Developer-Roadmap 6,464
7 EquinoxProject 6,276
8 Architecture 3,073
9 Ben.Demystifier 2,700
10 Awesome-Microservices-DotNet 2,584
11 run-aspnetcore-microservices 2,395
12 PeachPie 2,273
13 Giraffe 2,049
14 oqtane.framework 1,714
15 serilog-aspnetcore 1,251
16 QuickApp 1,228
17 Smartstore 1,056
18 ASP.NET-Core-Template 1,032
19 intro-to-dotnet-web-dev 669
20 Revo 597
21 Falco 508
22 dasblog-core 457
23 DotNetCore 434
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com