Like many people, me too don’t like to install stuff in default C: drive. I think that sine C: drive is a system drive it should exclusively used for system files only. And all other programs should be installed in drive other than C:. But you will be surprised to find that there are many
Month: July 2012
Easy URL Rewrite in IIS
URL rewriting is a process of shortening URL of web pages and making them more user friendly. If you have been working with MVC then you probably already know what I am talking about. But what to do if your application is plain old Web application? Having user friendly URL really simplifies things for end
Finally I got Beans !!!
With so much of hype, I was eagerly waiting for my chance to try latest Android OS on my phone. I must say it was one of the main reason I bought the Galaxy Nexus from Google … to have pure Google experience and always have support for latest OS release. Just now I got
Page level recovery in SQL Server 2012
Database corruption can be difficult to detect and sometimes it is very possible that you might not even notice it until you run DBCC command on your database to check logical and physical consistency of that database. It is very common practice to run DBCC CHECKDB without any additional options at regular intervals to make