Codenames for Microsoft’s Visual Studio ?

I have an habit of calling the Visual Studio by its Code name ,but was recently struck with how i call the Visual Studio 2010 with the Code names .

I read in an article that the Codename of Visual Studio 2010 was Hawaii and kept calling it the same , but only recently i found that the name is different as mentioned in Wiki

  • Share/Bookmark
Read more

How to Suppress Splash Screen in Visual Studio and SQL Server Management Studio Express ?

Most of the time , i feel frustrated with the load time of the Visual Studio and SQL Server Management Studio because of the Splash screen that takes a sometime before Visual Studio /SQL Server Management Studio Loads .

It takes some 10 seconds for the splash screen to be loaded before the Visual Studio and SQL Server …

  • Share/Bookmark
Read more

Hotfix for Cut / Copy Insufficient Memory issue in Visual Studio 2010

The Visual Studio team had several reports of an issue that a message displayed when trying to do a Cut or Copy in Visual Studio 2010 RTM.

The message looked like this .

  • Share/Bookmark
Read more

Anonymous Types in C#

This was introduced in C# 3.0.
Anonymous types are on the fly classes or unnamed classes.
For example i define a class with the following :

  • Share/Bookmark
Read more

Getting Started with Windows Mobile Development

Windows Mobile is a platform for running applications on mobile devices built on top of WINCE 5.0 .

There are 3-different platforms available

Windows mobile standard targetting the the Non touchscreen devices .

Windows Mobile Professional targetting the touch screen devices .

Windows Mobile Classic – Similar to Windows Mobile Professional but without the phone functionalities.

  • Share/Bookmark
Read more

Autocomplete Extender Control in ASP.NET

AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox.

Extenders are server controls that allow to extend a set of ASP.NET server controls by adding client side functionality.

  • Share/Bookmark
Read more

What’s happening in .NET World?

There was few of My Friends speaking about .NET not being a Free or Open Source Software, as a result I am dedicating this to all the people who talk about the same.
Check the below products whats on offering and whats happening in the .NET World.

  • Share/Bookmark
Read more

Which is Hot ??? DotNet or Java

Java and Microsoft .NET are two frequently used Development environment to build Web Applications.Many Developers treat their development platform as religion and its really a difficult to judge who will be the winner.Both Java and .NET adopts a different approach.Java’s tagline has been “Write Once run anywhere”. and if Microsoft had one it could have been something like “Multi-Language – Single platform”.

  • Share/Bookmark
Read more