Lucky@programming.devtoProgramming@programming.dev•When you look at some random project's source code for the first time how do you assess time, quality, and complexity at first glance?
6·
9 months agoEven if you don’t have a special setup, having a section telling you that is still a helpful thing to quickly assess a new project.
I appreciate knowing that a project should Just Work with minimal setup so I don’t have to guess or make assumptions
Dotnet core (now just dotnet) was a full rebuild of the framework specifically for cross platform support so they could get more enterprise cloud hosting on azure, running everything on Linux
Modern C# is built for first class Linux support for everything except UI