Technology, Smartphones, Games

Remove Duplicate rows from table - SQL Server

I just came to a situation where I have duplicate entries in a table (all fields are identical) and I want to remove the duplicates. After a search I found a simple solution for my problem. In my case, there were 2 duplicate entries for each record.... [More]

Random Post Control for BlogEngine.Net

First of all, this control is not developed by me. I have just downloaded and made some changes to the control written by Paul Tumelty,  you can read more and download about the Random Post Link Generator Control for BlogEngine.Net he developed.... [More]

SQL Server 2008 - Reducing log file size

Today we had a server space issue, and I found that Log file of a Database is nearly 16GB and which caused the issue. As usual I tried to Truncate the log file using DBCC SHRINKFILE(Log-Name, Size) Which did not do the trick. So I had a searc... [More]

Image optimizer extension for Visual Studio 2010

Mads Kristensen wrote an Extension for Visual Studio 2010 to optimize images inside folders with just one click. This extension will be really helpful for Web developers where the image size is an issue always. You can select one more more folders (... [More]

Free eBook - Programming Windows Phone 7

Earlier we have posted about the second draft of Programming Windows Phone 7. Now you can download the complete eBook for free. This book include 24 chapters. Part I   The Basics 1   Hello, Windows Phone 7 Targeting Windows ... [More]