The main purpose of "Dot Net Labs" provide the dot net program. You can learn dot net, .Net Core, C#, SQL, Linq step-by-step.

The main purpose of "Dot Net Labs" provide the dot net program. You can learn dot net, .Net Core, C#, SQL, Linq step-by-step.

Sunday, 6 September 2020

Understand MVC 5 project structure


Hello friends, Here we will learn the structure of the MVC project folder. MVC folder structure guides you to choose a suitable folder to store different types of files. See the below image.Thanks for reading this blog. We will learn what is Controller in M...

Saturday, 5 September 2020

Create MVC 5 Application and Run Application


Hello Friends, Here we will learn how to create default Asp.Net MVC application and run your application. So please follow the following step to creating a project which is easy. I will not take screenshot, it is only time waste. I hope you can create project to use the following steps.Create ProjectLaunch Visual StudioGo to File  New  Project.Make New ProjectSelect Template  Visual...

Sunday, 30 August 2020

How to install Visual Studio 2017


Hello Friends, Here we will learn how to install visual studio 2017. Visual Studio has a complete set of development kit that allows you to develop Web-based apps, Windows Apps, Mobile Apps, Services, and other components in various languages like C#, Visual C++, Visual Basic, F#, etc.Here we are going to install visual studio 2017 but we can use MVC 5 in Visual Studio 2013/2015.System Requirement:OS:...

Introduction to MVC and Asp.Net MVC 5


Hello Friends, Here we will learn what is MVC and Asp.net MVC. We will learn with pictures and simple ways so that you can understand the real use of MVC. What is MVC?MVC is Model View Controller.MVC is a design pattern.MVC pattern is used for building Web, Mobile, Desktop...

Popular Posts