Technology, Smartphones, Games

Packt Publishing - USD 5 for any eBook or video

Packt Publishing  on this new year is having a wonderful offer of giving any eBooks or Videos for just $5. This offer is available for the Best sellers of the 2013 too.   The categories includes Application Development Big Data and... [More]

BlogEngine 2.9 Beta is available

BlogEngine.Net released beta of its latest version 2.9. BlogEngine is an open source blogging platform written in C#. We are using it for this blog.  One of the main advantage is that you do not need a database like MySql or SQL server to us... [More]

Visual Studio Themes

Visual Studio supports changing the color theme of it to have a better look for your developer environment. You can create your own theme by customizing a theme (you can create a copy of the theme and customize it But website named StudioStyles h... [More]

How to change a column to identity–SQL Server

First of all, there is no direct way to do this. You have two options to do this 1. Add all the contents to a new table with Identity column and copy data to that table. Drop the current table and you may rename the table. CREATE TABLE dbo.Tmp_N... [More]

Free .NET decompiler

dotPeek is a free .NET decompiler, which can decompile .NET assemblies to c# codes.  This utility supports framework 1.0 to 4.5. earlier we have posted about this software while it was in beta , you can read that - dotPeek - Free .NET decompiler... [More]

A portable multiple database manager - Database .NET

Database .NET is a Free multiple database manager. which supports many database applications like Microsoft Access, Excel, SQLite, Firebird, dBase, FoxPro, OData, Generic OLEDB, Generic ODBC, SQL Server, LocalDB, SQL Server Compact, SQL Azure, My... [More]