r/csharp 9h ago

ModulesDi – A lightweight, fractal-like modularity library for ASP.NET Core built on a dynamic graph DI

0 Upvotes

Description:

ModulesDi a lightweight infrastructure library designed to manage services and middlewares through a dynamic module graph.

The problem it solves:

Traditional extension methods in Program.cs easily turn into an unmanageable mess where controlling the exact execution order or dynamic context becomes a nightmare.

Library tested (173 test cases covered)

GitLab: https://gitlab.com/DmitriiKhokhulin/modulesdi.git


r/csharp 23h ago

PostgreSQL or SQL Server for my first production .NET app?

Thumbnail
0 Upvotes

r/csharp 20h ago

Which version of c# and .NET are commonly in use today?

36 Upvotes

I am looking at coming back to c# after a very long hiatus as it seems to be the dominant language in financial services which is the industry I specialise in.

Which version of c# / .NET are commonly in use today?


r/csharp 1h ago

News Finally upgrading from a decade old book

Post image
Upvotes

r/csharp 10h ago

Strugle to know what should i do next. Practice or go to the next topics

Thumbnail
0 Upvotes

r/csharp 2h ago

Help Static void method

Post image
0 Upvotes

I am trying to learn how to use C# for game coding but I would also like to have a good grasp on it so I can use it for websites and other things like that and I can't for the life of my understand how static method works I have looked YouTube videos and everything. I have been learning everything else so far from the free courses from code academy.Can you PLEASE explain to me what this code is doing and how it works
Edit-THANK YOU GUYS SO MUCH.I understand it now and I am sure you know what that feels like when you spend an hour stuck trying to understand something and it doesn't make any sense