ASP.NET Core MVC Tutorial – Session 3 – Web App Template & Structure

ASP.NET Core Tutorial Session 3

During this session we are going to talk about ASP.NET Core/.NET 5.0 Web Application template and structures. we introduce different types of available Web Application and show you their structure.

ASP.NET Core Empty

This is the template that we will choose to develop our project, ASP.NET Core Empty doesn’t have too many auto generated file thus it is proper for projects that you want to create everything from scratch. That’s why we will select this template to show you how to create and import different parts of a MVC project.

ASP.NET Core / .NET 5 Empty Template Files, Folder & Structure
ASP.NET Core Empty Files, Folders & Structure

ASP.NET Core Web API

As the name implies, this template is allocated for developing Web API projects, If you decide to develop your RESTful API you can select this template. This template generates minimum required files and folders structure for this purpose.

ASP.NET Core / .NET 5 Web API Files,  Folders  & Structure
ASP.NET Core Web API Files, Folders & Structure

ASP.NET Core Web App (Mode-View-Controller)

This template will create all the files, folders and structure which a Website with MVC pattern will require. If you are familiar with MVC design pattern and you are going to develop your application with this pattern, this is a proper option. Also our target in this tutorial is showing how to develop a professional MVC application, yet as we want to start our project from scratch. We will start our application with ASP.NET Core Empty template then during the course will add all the required files and folders to our project.

ASP.NET Core /.NET 5.0 Web App MVC Files, Folders and Structure
ASP.NET Core Web App MVC Files, Folders and Structure

If you need more details about ASP.NET Core / .NET 5.0 Web App templates and structures, watch this session video. Also for being updated about our coming sessions follow us on Instagram, Facebook, Telegram or YouTube and be in touch with us here.

You can download this Session Slides form HERE

0.00 avg. rating (0% score) - 0 votes

Tags

0 0 votes
Article Rating
guest

0 Comments
Inline Feedbacks
View all comments