Added chapter table in Home page

Jason Zhu 2021-09-18 17:26:41 +10:00
parent 8d0b0db468
commit 870411d6fd

21
Home.md

@ -1 +1,20 @@
This is summary wiki of **Pro ASP.NET MVC 5 Platform**
This is summary wiki of **Pro ASP.NET MVC 5 Platform**
* Part 1: Getting Ready
* Chapter 1: Putting the ASP.NET Platform in Context
* Chapter 2: Pattern and Tools Primer
* Part 2: The ASP.NET Platform Foundation
* Chapter 3: The ASP.NET Life Cycles
* Chapter 4: Modules
* Chapter 5: Handlers
* Chapter 6: Disrupting the Request Life Cycle
* Chapter 7: Detecting Device Capabilities
* Chapter 8: Tracing Requests
* Part 3: The ASP.NET Platform Services
* Chapter 9: Configuration
* Chapter 10: State Data
* Chapter 11: Caching Data
* Chapter 12: Caching Content
* Chapter 13: Getting Started with Identity
* Chapter 14: Applying ASP.NET Identity
* Chapter 15: Advanced ASP.NET Identity