Posts

Showing posts from March, 2020

Getting Started With Web Application Using ASP.NET Core 3.1 - Step By Step Instructions

Image
Getting Started With Web Application Using ASP.NET Core 3.1 - Step By Step Instructions There are a few step-by-step tutorials and blogs on the internet about creating ASP.NET Core 1.0 to ASP.NET Core 2.2. At the time of this writing, I couldn't find any complete guide for developing Web applications using ASP.NET 3.1. There were a couple of tutorials there but all of them are discussing 2.2 features and the history. Therefore, I thought of writing this tutorial as an updated edition of two of my previous blogs, Step By Step Guide For Creating ASP.NET Core 2.2 C# Web Application Using Visual Studio 2017 and Getting Started With Web Application Using ASP.NET Core 2.2 With Visual Studio 2017 .  This blog is for demonstrating some basic steps to create a web application using ASP.NET Core 3.1 and then taking a closer look at the project items together with how the web app builds the WebHost for the application. To follow this blog it is required to have the following: Basic k