Excerpt from upcoming title: Programming Microsoft® ASP.NET 4
Microsoft Press Blog
Home
»
Microsoft Press
»
Microsoft Press
»
Excerpt from upcoming title: Programming Microsoft® ASP.NET 4
Blog Actions
Share this
RSS Feed
Tags
Authors
/
Best Practices
/
Book excerpts
/
C#
/
Certification
/
Developers
/
ebooks
/
Events
/
Excel
/
Home & Business
/
IT Professionals
/
IT Pros
/
Microsoft Press
/
MVPs
/
New books
/
Office
/
Office 365
/
SharePoint
/
SQL Server
/
Training Kits
/
Visual Studio
/
Windows
/
Windows 7
/
Windows Phone
/
Windows Server
/
Excerpt from upcoming title: Programming Microsoft® ASP.NET 4
Posted:
over 2 years ago
by
Devon Musgrave
|
0
Share this:
Today we’d like to share an excerpt from one of our upcoming books: Programming Microsoft® ASP.NET 4 by Dino Esposito. We’ll publish this book in February 2010. You can learn more about the book here: http://oreilly.com/catalog/9780735643383/ In this excerpt from Chapter 5, Anatomy of an ASP.Net Page, the author describes how an HTTP request for an . aspx resource is mapped to a page object. Anatomy of an ASP.NET Page ASP.NET pages are dynamically compiled on demand when first required in the context of a Web application. Dynamic compilation is not specific to ASP.NET pages alone (.aspx files); it also occurs with services (.svc and asmx files), Web user controls (.ascx files), HTTP handlers (.ashx files), and a few more ASP.NET application files such as the global.asax file. A pipeline of
...read more
$core_v2_language.FormatString($core_v2_language.GetResource('Blog_PostQuestionAnswerView_CommentsCountFormatString'), $post.CommentCount)
Read the complete post at
blogs.msdn.com/.../excerpt-from-upcoming-title-programming-microsoft-174-asp-net-4.aspx
ASP.NET