Thursday, 26 November 2009

Small is good!

It's just been a week I'm using Visual Studio 2010 Beta 2, I already experienced the power of VS2010. It's packed with tons of feature, personally I loved the small features which come very handy while coding as well as while debugging.

When start VS, you see the new shinny and clean WPF shell and here is the first present for you.

You can actually pin the any of the recent projects to start page! This is very useful when want your frequently used projects to stay always on start page

VSE2010B2_StartPage


When you open code any of code file you will notice a small dropdown box to zoom your code file it's very handy when we are giving code demo, so we can save lot of click to increase font size, hmm… impressive.

Zoom


 

Next feature may not be used frequently but it's very useful, it actually allows you to insert file content without actually coping it….

InsertFromText


Next feature is my favorite Phil Haack has detailed blog post about it, go check it out..


 

Sunday, 15 November 2009

void Main()

Yes, you guessed it write it's yet another coding blog from unknown geekdeveloper who is in love with C# and Visual Studio :P

I started this blogs only to improve skill of explaining technical stuff some time I feel that  I know more than what I’m presenting but unble present those :(

I don't have any clear idea what I'm going to put here, but you may expect some design practices, eureka moments and thing related C# and Visual Studio.