C# Web Application Create your first web app in C# with ASP.NET MVC



C# Web Application Create your first web app in C# with ASP.NET MVC

C# Web Application Create your first web app in C# with ASP.NET MVC

Go to http://StudyCoding.org to subscribe to the full list of courses and get source code for projects.
Updated version of this course is found at http://studycoding.org
C# Web Application Introduction to Visual Studio ASP.NET web apps.

Course playlist https://www.youtube.com/watch?v=m8IuIoAlciM&list=PLhPyEFL5u-i2ShGqmuP3uDdSy06hzBzdo

Index
0:00 introduction to ASP.NET
0:40 Create a new web application project in asp.net web framework in C#
2:00 Location of repos folder for source code
2:47 MVC sample application Model View and Controller. Authentication
3:20 What is in the folders of Visual Studio solution explorer of an MVC project?
4:00 What does a View look like in source code
4:30 Start an IIS local host web server to test the web application
5:00 What does the default web application look like with Home, Contact and About pages
5:30 Edit the About page
6:00 What is a route and route config?
6:40 What is the home controller and action results?
7:00 How to use the debugger?

Comments are closed.