“CompressionEnabled” Session in ASP.NET 4.0
Session is the most important state management mechanism for a web application. In ASP.NET we are having two type of state management 1. In Process 2. Out Process “In process” is the by default session...
View ArticleUpdate : ASP.NET 4.0 – In Depth Session – Download Video and PPT
Today I have given an Online session on “ASP.NET 4.0 – In Depth” with Abhishek in a community event organized by DotNetFunda.Com. Thanks to all the attendees. As we were running out of time, we will...
View ArticleDifferent Version of Integrated Web Server in Visual Studio 2010
While running your ASP.net application you might have found it to be running on Integrated Web development environment. Visual Studio 2010 comes with two version of Integrated Web Development...
View ArticleInstall a shared Assembly to the GAC as post build event from Visual Studio
The Global Assembly Cache (GAC) is a Cache for globally available Assemblies. Most of the shared assemblies are installed inside GAC to shared across different applications. The Global Assembly Cache...
View Article