(This article also published in my public number "dotnet daily Essence article", Welcome to the right QR code to pay attention to. )
Preface: Since ASP. NET 5 has not yet been officially released, even the official documents are still imperfect, not to mention the Chinese documentation of the system. Just right, the blog park "Uncle Tom" gave you an introduction to the series of articles.
Now the document about ASP. NET 5 is relatively fragmented, and the documentation for the system is more sparse. "Uncle Tom" in the blog Park has compiled a series of introductory tutorials by reading Microsoft's source code and some articles on the web. And the code in it is verified in vs. RC.
Not much nonsense to say, directly list the titles and links to these articles:
- Introduction to ASP. 5
- Initial Knowledge Project
- Project release and Deployment
- Core technology and environment configuration
- Configuration information Management
- Middleware detailed
- Dependency Injection
- Session and caching
- Log frame
- Controller and action
- Routing Routing
- Implementation of strongly typed routing based on LAMDA expression
- Taghelper
- View Component
- Mvcoptions Configuration
- Customizing view View File Lookup logic
- Other new features in MVC
The authors also set up a directory for these articles, "read the original" to access.
Original address: http://www.cnblogs.com/TomXu/p/4496545.html
The rare Chinese ASP. 5/MVC 6 Getting Started tutorial