Download presentation
Presentation is loading. Please wait.
1
ASP NET MVC Soup-to-Nuts Peter Mourfield pete@mourfield.com @pmourfield
2
Let me tell you a story…
3
It isn't easy enough to test… Logic UI
4
MVC = Model-View-Controller Model ControllerView
5
How ASP.NET MVC Works BrowserBrowser Web Server http://myserver.com/Products/ ProductsController(Controller)ProductsController(Controller) Product(Model)Product(Model) SQLSQL Edit.aspx(View)Edit.aspx(View) http://myserver.com/Products/Edit/5 List.aspx(View)List.aspx(View) ViewData
6
File | New
7
ASP.NET MVC 2: Areas
8
ASP.NET MVC 2: DataAnnotation Validation
9
ASP.NET MVC 2: Other Features Client Side Validation with jQuery Html Encoding built in
10
Resources www.asp.net/mvc www.codeplex.com/aspnet www.StackOverflow.com www.codeplex.com/MVCContrib
11
Questions?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.