29 June, 2010

Attempted to access an unloaded AppDomain - Solution

How to get rid of 'Attempted to access an unloaded AppDomain' error?
Read complete article.

01 June, 2010

Donut Caching with ASP.NET Substitution control

ASP.NET Substitution control is one of the least used even very useful control to be used in conjunction with ASP.NET powerful caching framework. In this article, i will describe a scenario where this control can be used and how to do it.
Read complete article.

16 May, 2010

An extensible and testable N-Tier application architecture

In this article i have tried to show how to code an N-Tier application which is extensible and testable. Although the development style depends on personal preferences i found this approach easy, maintainable and flexible.
Read complete article.

26 April, 2010

Implementing Conditional GET in ASP.NET Website

Conditional Get is like asking the server for the content based on some condition. If the condition is fulfilled, server returns the data otherwise it sends a signal to the browser to use the cached version. The outcome is less consumption of network bandwidth and increase end user experience.
Read complete article.

08 April, 2010

Reduce the number of HTTP Request of your website

An increased number of http request can lead to increased response time and slower website performance. In this article we will see what can be done to reduce the number of http Request. If you are serious about front end performance, you should try these mechanism on your website.
Read complete article.

30 March, 2010

Create your own content delivery network (CDN) and add expires header

A content delivery network is a network of servers hosting the same contents in different servers located at different geographical locations and used to serve the clients from nearer server thus reducing the content loading time. In this article, we will see how to use Google App Engine to make our own CDN and add expires header to the content.
Read complete article.

MSDN Headlines
Latest Codeproject Articles
ASP.NET Weblogs
ScottGu's Blog post
C# How Do I videos
Silverlight News