In this tutorial,  I just want to show step by step and explained on how to create project in ASP.net Web Application (MVC). So that you can create and understand what is your doing. Lets Go..

I. What is ASP.NET?

.NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.

The base platform provides components that apply to all different types of apps. Additional frameworks, such as ASP.NET, extend .NET with components for building specific types of apps.

Here are some things included in the .NET platform:

  • The C#, F#, and Visual Basic programming languages
  • Base libraries for working with strings, dates, files/IO, and more
  • Editors and tools for Windows, Linux, macOS, and Docker

II. Requirements

Before we start, Please make sure to have installed the following

  • The latest version of Visual Studio

III. Create ASP.Net Project

  • first open Visual studio, and for this tutorial I’ll use Visual Studio 2019. the latest one. then click Create a new project.
  • After this is the view, select the ASP.NET Web Application (.Net Framework) or refer the screenshot bellow. and the language that we are choosing is C#. then click NEXT.
  • Now we need to configure the setting to proceed in creating ASP.Net Web Application project.Project Name, here I will name the project as EFAppASPNETCRUD because this is Entity Frameword application in ASP.net and the main function is the CRUD.
  • Location, Select where do you save the solution or path of the project file.
  • Solution name, for this project I will name it as same as project name. but you can name your solution what even you want.
  • .NET Framework, I choose 4.7.2 because this is the last stable release of Microsoft, and run perfectly.
  • then Click Create button.

  • In this part I will select MVC, and set no authentication because we don’t need that, because our project is only CRUD. Select default MVC and uncheck the HTTPS Configuration.
  • hit Create Button.
  • here is our project file.

Related Topics

3 Replies to “Create a new project in ASP.net Web Application (MVC)”

  1. I would also like to add that when you do not already have an insurance policy or perhaps you do not remain in any group insurance, you might well really benefit from seeking the assistance of a health insurance broker. Self-employed or people having medical conditions generally seek the help of one health insurance broker. Thanks for your short article.

  2. I’ve learned a number of important things through your post. I’d personally also like to mention that there might be situation in which you will have a loan and never need a co-signer such as a Fed Student Aid Loan. However, if you are getting a borrowing arrangement through a common banker then you need to be prepared to have a cosigner ready to allow you to. The lenders will probably base their very own decision using a few variables but the main one will be your credit ratings. There are some financial institutions that will additionally look at your work history and decide based on that but in most cases it will depend on your scores.

Leave a Reply to Freebies Cancel reply

Your email address will not be published. Required fields are marked *