This is an introductory course for MVC using ASP.NET. Course will show you how to create a basic application from the very begining. We will use Microsoft’s pre-build MVC template but will not use Entity Framework. You will learn how to build your own core components.
At the end of the course you should be able to build your own basic application.
MVC CRUD
In this video we will start building the application. We will look at the customers table of Northwind data base and will add the data access layer (DAL).
Defines and creates model
Defines and create controlller
Define Index and View
Start index
Get details. Updates controller and view.
Create a new record. Update controller and view.
Update a record. Update controller and view.
Delete a record. Controller and view.
Conclusion and some ending remarks