In previous chapters, we created our applications from the command line. With Visual Studio, however, the normal practice is to create our application visually.
Let's see how this is done:
- Open Visual Studio and select Create a New Project to start the wizard for creating new projects. We are going to create an ASP.NET Core Web Application, as follows:
Older versions of .NET were only capable of running on Windows platforms. While .NET is an excellent framework, and C# is a wonderful language, this lack of cross-platform capability meant that .NET was only ever favored by companies ...