Sunday, October 10, 2010

ASP.NET learning from MSDN

Read about Asp.net from MSDN

ASP.NET Caching Features
http://msdn.microsoft.com/en-us/library/xsbfdd8c%28VS.71%29.aspx

Asp.net Caching Features
http://msdn.microsoft.com/en-us/library/18c1wd61%28v=VS.85%29.aspx

Caching Callback
http://msdn.microsoft.com/en-us/library/7kxdx246%28v=VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/system.web.httpcachepolicy%28v=VS.90%29.aspx
http://msdn.microsoft.com/en-us/library/system.web.httpcachepolicy%28v=VS.90%29.aspx

ASP.NET Themes and Skins Overview
http://msdn.microsoft.com/en-us/library/ykzx33wh(v=VS.90).aspx

How to: Apply ASP.NET Themes
http://msdn.microsoft.com/en-us/library/ms247256(v=VS.90).aspx

Walkthrough: Creating a Synchronous HTTP Handler
http://msdn.microsoft.com/en-us/library/ms228090(v=VS.90).aspx.
.
ASP.NET Page Life Cycle Overview
http://msdn.microsoft.com/en-us/library/ms178472(v=VS.90).aspx

ASP.NET Web Page Resources Overview
http://msdn.microsoft.com/en-us/library/ms227427(v=VS.90).aspx

Securing ASP.NET Web Sites
http://msdn.microsoft.com/en-us/library/91f66yxt(v=VS.90).aspx

Inside IIS & ASP.NET
http://www.theserverside.net/tt/articles/showarticle.tss?id=IIS_ASP

Sandboxing Components for Impersonation
http://www.theserverside.net/tt/articles/showarticle.tss?id=SandboxingComponents

WCF Security Learning Guide
http://www.theserverside.net/tt/articles/showarticle.tss?id=WCFSecurityLearningGuide

best articles on the web
http://www.theserverside.net/tt/articles/index.tss
(read inside asp.net and IIS  )

ASP.NET Selected Walkthroughs
http://msdn.microsoft.com/en-us/library/bb515247(v=VS.90).aspx

ASP.NET Cookies Overview
http://msdn.microsoft.com/en-us/library/ms178194(v=VS.90).aspx

ASP.NET State Management Overview
http://msdn.microsoft.com/en-us/library/75x4ha6s(v=VS.90).aspx

ASP.NET View State Overview
http://msdn.microsoft.com/en-us/library/bb386448(v=VS.90).aspx


ASP.NET Session State Overview
http://msdn.microsoft.com/en-us/library/ms178581(v=VS.90).aspx

Master Pages MSDN   


ASP.NET Master Pages Overview
http://msdn.microsoft.com/en-us/library/wtxbf3hh(v=VS.90).aspx

How to: Reference ASP.NET Master Page Content
http://msdn.microsoft.com/en-us/library/xxwa0ff0(v=VS.90).aspx

Working with ASP.NET Master Pages Programmatically
http://msdn.microsoft.com/en-us/library/c8y19k6h(v=VS.90).aspx

Creating a subsite in asp.net

http://blogs.msdn.com/b/webdevtools/archive/2006/07/01/652986.aspx
http://blogs.msdn.com/b/webdevtools/archive/2006/08/15/701642.aspx   

keywords

HttpContext  HttpRequest HttpResponse


IHttpHandlerFactory(determines the type of handler required to handle a Request )
    ->  IHttpHandler(handles the request of a certain type (.aspx ,.asmx)) -> IHttpModule

    HttpHandlerFactory ->  HttpHandler -> HttpModule


Handlers ()

No comments:

Post a Comment