Your First ASP.NET CORE MVC Project

I know you are you excited to make your first asp.net core project. This article will explain you and guide you to make your first web apps in core technology. It will be surely amazing experience for you and within few days you will be master in Core Technology. So, let’s start to your first web apps in core technology.

  1. Open Visual Studio
  2. Go to File > New > Project Make New Project
  3. Select Web in left pane. Then select ASP.NET Core Web Application (.Net Core). Edit the Project Name and click OK. ASPNet-Core-Project  
  4. A template window will open. Select Web Application as template and click on Change Authentication Button. Select No Authentication and click OK.
    Web Application
    No-Authentication
  5. Your Project will open in Visual Studio. Click on IIS Express Debug button to run your application. Welcome-to-aspnet-core
  6. Output will be open in browser window as follow. output aspnet core

A big congratulation to you if you have done this steps successfully. Doing this means you have crossed your half way. I repeat you have crossed your half way.

You must be thinking following questions in your mind.

  1. Where to edit HTML and CSS file?
  2. Where to write C# logic?
  3. How to add extra pages?
  4. How to design your site in your way?
  5. How to add CSS Template? Etc.

Don't worry. You will learn all these things in next chapters. I have especially designed the navigation so you will learn all these things steps by steps in next pages. In the next chapter, you will learn Basics of MVC