1 / 11

ASP NET MVC Soup-to-Nuts

ASP NET MVC Soup-to-Nuts. Peter Mourfield pete@mourfield.com @ pmourfield. Let me tell you a story…. It isn't easy enough to test…. Logic. UI. MVC = Model-View-Controller. How ASP.NET MVC Works. http://myserver.com/Products/. Web Server. Browser. http://myserver.com/Products/Edit/5.

finley
Télécharger la présentation

ASP NET MVC Soup-to-Nuts

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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

  5. How ASP.NET MVC Works http://myserver.com/Products/ Web Server Browser http://myserver.com/Products/Edit/5 List.aspx (View) ViewData ProductsController (Controller) Edit.aspx (View) SQL Product (Model)

  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?

More Related