Is there a way to learn .NET stack without downloading lots of stuff/having a student license/licensing things?
I do like C# and have used it for Uni projects in the past, but I've done much more work in Python because starting out in it was as simple as typing "python", or making webapps is as simple as apt-getting or easy_installing a framework and doing a simple tutorial. What is the equivalent of, say, the Flask tutorial, for .NET?
I'm not familiar with the Flask tutorial. But usually when you create a new Web or Windows project in Visual Studio you just hit F5 and you're already running a basic "hello world" app.
I do like C# and have used it for Uni projects in the past, but I've done much more work in Python because starting out in it was as simple as typing "python", or making webapps is as simple as apt-getting or easy_installing a framework and doing a simple tutorial. What is the equivalent of, say, the Flask tutorial, for .NET?