Friday, March 23, 2012

Visual Studio Themes

I tweaked my IDE to have a black background v/s the default white, and also changed some other color schemes to have contrasting colors, but here's a website that gives you a good amount of cool themes to apply to. Check out the link below. I am going to try them soon!

http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx

Wednesday, March 7, 2012

Deleting duplicate records using SQL

I have been working on SQL lately and its worth mentioning in the blog as to how easily find and delete duplicate records in the database.

Here's a nice solution posted by Pinal Dave on his blog:

http://blog.sqlauthority.com/2007/03/01/sql-server-delete-duplicate-records-rows/


NJoy!