Top 6 C# Solid Projects
-
Project mention: What helped you to achieve a cleaner code? | reddit.com/r/PinoyProgrammer | 2023-03-06
More clean code concepts from this GitHub repo. Derived from Robert C. Martin's book Clean Code, adapted for .NET/.NET Core. There is also for JavaScript and PHP.
-
Architecture
.NET 7, Angular 16, 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 -
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.
-
DNTFrameworkCore
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
-
-
Dotnet6.GraphQL4.WebApplication
This project exemplifies the implementation and dockerization of a simple Razor Web MVC Core consuming a full GraphQL 4 Web API, build in a .NET 6 multi-layer project, considering development best practices, like SOLID and DRY, applying Domain-Driven concepts in a Onion Architecture.
-
Project mention: Is there a way to iterate over a list of an interface type and cast each type to the actual child type without having to add an explicit cast for each child type? | reddit.com/r/csharp | 2023-03-22
I am using Unity with a Publish / Subscribe framework.
C# Solid related posts
Index
What are some of the best open-source Solid projects in C#? This list will help you:
Project | Stars | |
---|---|---|
1 | clean-code-dotnet | 6,077 |
2 | Architecture | 2,852 |
3 | DNTFrameworkCore | 285 |
4 | Pure.DI | 228 |
5 | Dotnet6.GraphQL4.WebApplication | 69 |
6 | pubsub | 39 |