分类:编程开发
语言:简体中文
大小:未知
发布时间:14-07-15
简介:
目录:
About the Author ..... xxvAbout the Technical Reviewer .................. xxviiChapter 1: Putting ASP.NET MVC in Context 1Chapter 2: Your First MVC Application ......11Chapter 3: The MVC Pattern .......................51Chapter 4: Essential Language Features ...67Chapter 5: Working with Razor .................95Chapter 6: Essential Tools for MVC ..........119Chapter 7: SportsStore: A Real Application ................................155Chapter 8: SportsStore: Navigation .........197Chapter 9: SportsStore: Completing the Cart .............................227Chapter 10: SportsStore: Mobile .............255Chapter 11: SportsStore: Administration 275Chapter 12: SportsStore: Security & Finishing Touches .............305Chapter 13: Deployment ..........................329Chapter 14: Overview of MVC Projects ....345Chapter 15: URL Routing .........................369Chapter 16: Advanced Routing Features .415Chapter 17: Controllers and Actions ........451Chapter 18: Filters 483Chapter 19: Controller Extensibility .........529Chapter 20: Views 559Chapter 21: Helper Methods ....................587Chapter 22: Templated Helper Methods ..617Chapter 23: URL and Ajax Helper Methods .................................645Chapter 24: Model Binding ......................677Chapter 25: Model Validation ..................709Chapter 26: Bundles ................................741Chapter 27: Web API and Single-page Applications ...................755Index ........................785
The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET.ASP.NET MVC 5 contains a number of advances over previous versions, including the ability to define routes using C# attributes and the ability to override filters. The user experience of building MVC applications has also been substantially improved. The new, more tightly integrated, Visual Studio 2013 IDE has been created specifically with MVC application development in mind and provides a full suite of tools to improve development times and assist in reporting, debugging and deploying your code. The popular Bootstrap JavaScript library has also now been included natively within MVC 5 providing you, the developer, with a wider range of multi-platform CSS and HTML5 options than ever before without the penalty of having to load-in third party libraries.
...