s

ASP.NET core 5.0 MVC hello world application edit button Edit

author
Murugan Andezuthu Dharmaratnam | calendar 18 January 2021 | 2418

We will start learning ASP.NET core 5.0 MVC by writing a simple hello world application. Before you begin read about MVC design pattern . If you are new to C# you can learn bascis of C# from this link. In this application we will show step by step instructions to create a new asp .net mvc core 5.0 project and display hello world.

STEP-1 Select Visual Studio 2019 from Start Menu

STEP-2 Select Create a New Project

STEP-3 Select ASP.NET Core Web Application and Click on Next

STEP-4 Change Project name to Hello World and Click on Create

STEP-5 Select ASP.NET Core Web App(Model-View-Controller) and Select Create

STEP-6 Click on IIS Express icon as shown in below

Output