Resources  
  • Session State Behavior Per Action in ASP.NET MVCMar 25, 2014. This guide explains how to control session state behavior in ASP.NET MVC using the SessionState attribute and a custom ActionSessionStateAttribute. While the SessionState attribute applies to an entire controller, the custom attribute allows for different session behaviors per action method.
  • ASP.NET Performance PracticesSep 03, 2012. In this article we will explore some tips for improving ASP.NET performance.
  • Reading and Display Source of Web PagesDec 30, 2003. This sample project is made to help ASP.NET developers. This projects highlights how to add HTML page inside your ASP.NET page which is hosted on same or different webserver. This page can still run on that server and only output is included in the ASP.NET page.
  • Form Authentication for Mobile ApplicationsMay 28, 2002. In this example we will authenticate mobile web users for our application using Forms Authentication.