Friday, November 22, 2013

ASP.NET Internals: Viewstate, Page Life Cycle, and Request Architecture

Most developers are familiar with the high level abstractions that ASP.NET provides for them, such as Web Forms and Web Services. However, below these abstractions sits a very interesting architecture. Knowing the under works of this architecture not only elevates the ASP.NET developer into the advanced zone, but also helps him or her, write better designed applications and solve advanced problems that occur way below the high level ASP.NET use.

Do you know what happens before a page starts executing its events? Do you know how the ASP.NET pipeline works and what are the best practices for your code to subscribe to this pipeline? Do you know the importance of ViewState in the page lifecycle beyond the "it saves page state between postbacks" statement? If the answer of any of the above questions is no, then you will benefit from my pluralsight course:

http://pluralsight.com/training/Courses/TableOfContents/aspnet-webforms-internals-viewstate-page-lifecycle

No comments:

Post a Comment