A minimal C# project developed during the "Programming Environments" classes in Techical Univeristy - Sofia, Bulgaria.
The project was initially built in Linux environment (Ubuntu) and developed using Visual Studio Code with .NET SDK version 6 instead of the tranditional way under Windows with Visual Studio.
I know, I know, but I prefer working on Linux rather than on Windows, even when it comes to .NET and C#. I do not need to wait Visual Studio with all it's bloatware to finish loading when I'm going to develop a simple applications for learning pourpouses. 😄
But unfortunately there were circumstances (as WPF) that forced me to start using Vusial Studio to continue developing this project. 😑
Tested and working on WSL2 with no differences.
If you are interested in developing basic .NET apps under Linux, or if you are just curious how the setup process was done, check out this gist.
You can also take advantage of custom .NET starter templates by easily typing a dotnet new
command. Check out my custom templated intended for development with Visual Studio Code by going to this github repo.