Technology, Smartphones, Games

Bing Code Search for C# - Visual Studio extension

  Microsoft released Official Bing extension for Visual Studio. This will help developers to search and re-use the code snippets from sites like MSDN, StackOverflow, Dotnetperls and CSharp411. You can search what you want directly from the Int... [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]

16 Free ebooks from Microsoft Press

Earlier we shared a list of free eBooks from Microsoft here . Now here is another set which includes the foloowing books in PDF, EPUB or MOBI formats. Programming Windows Phone 7, by Charles Petzold Moving to Microsoft Visual Studio 2010 De... [More]