There are a lot of articles explaining the basics in performance optimization in ASP.NET. Here is one and here is another . It is important to know the basics and use them where appropriate. The basics include caching...
I recently build a web application that would let visitors add calendar items to their calendar program like Outlook or windows mobile smartphone, just by clicking a link and download the vCalendar item. vCalendar is a...
In a normal webpage there is a lot of whitespace. We put it there in form of tabs and carriage-returns in order to make the document more maintainable and easier to read. But it has its price in terms of adding to the...