Microsoft's release of .Net Framework 2.0 is become big hit in the market. Definitely there is a reason behind this.. There are lots of improvements and cool features made available in the the latest version of .Net Framework 2.0 (the latest version of .Net Framework is 3.5) compared to its earlier version 1.x. Few of the cool features such as master pages, themes, profiles, new improved grid view,login controls etc etc.. but one of the nice feature which Microsoft has released with .Net Framework 2.0 is "Asynchronous Pages". In this topic I am mainly going to talk about this "Asynchronous Pages" in .Net Framework 2.0. Before I proceed I want to discuss bit about what is "Asynchronous" and "Synchronous" process. In simple term Synchronous waits for the response whereas Asynchronous does not wait for the response.. For example if you are sending a request using synchronous .aspx page for querying a remote database,thread for the request will b...
THIS BLOG IS HOME TO SHARE MY EXPERIECE AND FINDINGS ON MICROSOFT TECHNOLOGIES SUCH AS VISUAL STUDIO,.NET FRAMEWORK,TEAM FOUNDATION SERVER,WINDOWS AZURE,SQL SERVER,ASP.net