InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 23 C# ASPnet Projects
-
Project mention: Twitter reportedly had only 180,000 subscribers in the US last month | Engadget | reddit.com/r/business | 2023-02-07
I use and recommend https://bitwarden.com/.
-
Project mention: Migration of WebAPI project from .NET Framework 4.7.2 to .NET 6 | reddit.com/r/dotnet | 2023-01-13
Whilst EF6.3 had some support (note: designer doesn’t work) in .NET Core 3.1 (sample), I’m not sure if that applies to NET6. You could certainly give it a try.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Project mention: Is there any dotNet project that would be equivalent of a Django app, with admin pages, user model and SQLite context ready setup? | reddit.com/r/dotnet | 2022-11-14
DotNetBoilerplate might suit your needs. They also have a more advanced commercial offering
-
Project mention: What is a good open source .net core project to learn about code structure? | reddit.com/r/dotnet | 2022-10-03
See the abp.io source code and document. Excellent documentation and well structured code.
-
Project mention: Beginner wanting to build e-commerce website | reddit.com/r/learnprogramming | 2022-09-25
An eCommerce website is a very complicated endeavor. Take a look at this open source eCommerce solution to see just how complicated it is.
-
Electron.NET
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
Project mention: Is there something like Electron or Tauri for dotnet? | reddit.com/r/dotnet | 2022-12-30You should take a look at Electron.Net https://github.com/ElectronNET/Electron.NET and Photino https://www.tryphotino.io
-
Project mention: What are the best repos that are a display of clean code and good programming practices that I can learn from? | reddit.com/r/learnprogramming | 2022-09-06
Clean code C sharp
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
I have actually found that, but I was hoping for something with more popularity. E.g. this one is for .NET: https://github.com/RicoSuter/NSwag ( you can also generate typescript clients). But I do not want to bring in the dependency to another language, if possible.
-
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.
-
-
There are projects in other languages/frameworks like .NET (https://github.com/edandersen/core-admin, https://github.com/serenity-is/Serenity), but nothing quite has the momentum that the Django admin has.
-
As others have mentioned, you want NuGet. However, beyond the directory approach that was already mentioned, people may be interested to know that you can also do a web hosted version or if you prefer you can use the full NuGet Gallery project that powers nuget.org. At this point there's like 20 different ways to do it now. Hanselman had a list of some options a while back. BaGet is kind of interesting on that list.
-
I've heard (no first hand experience) that the csla .net framework is meant to address this particular problem https://cslanet.com/. Rocky did an interview on dotnet rocks and it seemed like a tool worth looking into.
-
Have a look at DotMVVM. They've gone to great lengths to provide a gradual upgrade process for Webforms projects.
-
JsonApiDotNetCore
A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
Project mention: Ask HN: Nested Resources in REST/HTTP API URLs? | news.ycombinator.com | 2022-08-18Well, that might be true when implementing from the scratch, but using a standard often also means, that someone has implemented a well known library to get rid of the boilerplate and basic decisions.
I personally often use jsonapi.net[1], a C# implementation of JSONAPI. This supports OpenAPI/Swagger with swashbuckle, has a very good filtering implementation and together with Orbit.js[2] it is pretty much without having to decide many things...
-
Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
Project mention: Smartstore: an OSS eCommerce platform running on ASP.NET Core 6 | reddit.com/r/dotnet | 2022-12-11 -
-
Web Markup Minifier
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
-
SapphireDb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
-
razor
Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Project mention: No syntax highlighting when werking with Blazor | reddit.com/r/VisualStudio | 2023-01-09It looks like the fix for it is moving to VS 2022 https://developercommunity.visualstudio.com/t/blazor-syntax-highlighting-in/664194 https://github.com/dotnet/razor/issues/4368
-
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
-
-
Plotly.Blazor
This library packages the well-known charting library plotly.js into a razor component that can be used in a Blazor project.
Project mention: Is there a software to generate a link graph for your website with articles containing links? | reddit.com/r/Blazor | 2023-01-15just as I said that i found: https://github.com/LayTec-AG/Plotly.Blazor
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C# ASPnet related posts
- Twitter reportedly had only 180,000 subscribers in the US last month | Engadget
- Some scammer just created an account with Bitwarden using my email. Don’t know if this site is legit or not as this is my first time seeing it. What should I do?
- MyPoints Account Hacked!
- Using a passphrase as master password
- Ideas for maintaining one backup solution to switch between iphone & Pixel
- Passwort Manager
- Canceling LastPass? Beware, that they seem to have removed the ability to do that yourself
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Feb 2023
Index
What are some of the best open-source ASPnet projects in C#? This list will help you:
Project | Stars | |
---|---|---|
1 | Bitwarden | 11,858 |
2 | AspNetCore.Docs | 11,321 |
3 | ASP.NET Boilerplate | 10,881 |
4 | ABP | 9,376 |
5 | nopCommerce | 7,865 |
6 | Electron.NET | 6,553 |
7 | clean-code-dotnet | 5,778 |
8 | NSwag | 5,653 |
9 | aspnet-api-versioning | 2,597 |
10 | SmartStoreNET | 2,547 |
11 | Serene | 2,288 |
12 | BaGet | 2,251 |
13 | CSLA .NET | 1,086 |
14 | DotVVM | 655 |
15 | JsonApiDotNetCore | 603 |
16 | Smartstore | 524 |
17 | Gofer.NET | 482 |
18 | Web Markup Minifier | 400 |
19 | SapphireDb | 400 |
20 | razor | 336 |
21 | Mockaco | 266 |
22 | Identity.Dapper | 255 |
23 | Plotly.Blazor | 227 |