How to create mvc application

14
How to create MVC application Pakorn Weecharungsan

description

This presentation is show how to create ASP.NET MVC 4 Application with Visual Studio 2012.

Transcript of How to create mvc application

Page 1: How to create mvc application

How to create MVC application

Pakorn Weecharungsan

Page 2: How to create mvc application

Create new project

Page 3: How to create mvc application

Select project template

Page 4: How to create mvc application

Create default controller

Page 5: How to create mvc application

Sample default controller

Page 6: How to create mvc application

Create default view

Page 7: How to create mvc application

Sample default view

Page 8: How to create mvc application

Sample run application

Page 9: How to create mvc application

Create new model

Page 10: How to create mvc application

Student model

Page 11: How to create mvc application

Create student controller

Page 12: How to create mvc application

Student controller

Page 13: How to create mvc application

Create student view

Page 14: How to create mvc application

Sample run student result