Project not opening in Read/Write mode – Project Server 2007
November 3, 2009 by Nauman · Leave a Comment
Sometimes it happens that when a user want to open a project schedule from project professional it does not open in write mode. This is because that last time the project was opened it was not checked in properly. There are two ways to overcome this problem: First, do not retrieve all projects from Server, [...]
ASP.NET Caching -Improving Performance – Output Cache
November 1, 2009 by Nauman · Leave a Comment
What is Output Cache? Output cache is a mechanism that keep a copy of a rendered ASP.NET web page in memory. This behavior helps to improve performance by returning a response of the cached web page instantly and by reducing the need to render the page in every client request. If a page takes a [...]