Hacker News new | ask | show | jobs
by mbeattie 1888 days ago
I recently tried to take a look at dotnet core since I heard it can compile and run on linux. Every tutorial I looked at for building a webapp started with "download visual studio and click these buttons..." which would result in a "mostly complete" program that it would go on to fill in some variables to. Literally every other language tutorial starts with a simple empty file and fills in functions with descriptions of what's going on and builds up understanding. When I want to learn how to make a webapp in .NET, I want to learn to make a webapp in .NET/C#, not how to install and click buttons in Visual Studio.
1 comments

Check out https://dotnet.microsoft.com/learn/aspnet/hello-world-tutori... which is a hello world without VS.