E-ASP

ASP.NET Architecture: How ASP.Net works

Vortragssprache:Englisch
Vortragstyp: Normal Slot: Day1/Room1/Slot1
Speaker:Rick Strahl
ASP.Net is extremely powerful and flexible technology. But with the power also comes some complexity in the form of a very rich object model that controls the flow of a request through the ASP.Net pipeline from ISAPI extension down to the control level. To take full advantage of it, it helps to understand the underlying technology and model. This session discusses the architecture of ASP.Net along with a number of useful tidbits that you can use for building and debugging your ASP.Net applications more efficiently. We'll look at overall architecture, HTTP Handlers and Modules, the Page handler event chain, Configuration files and how it all fits together to call your code and we'll also take a look at what has changed and improved in Version 2.0. (ASP.Net 1.x & 2.0)