Today I have downloaded the SQL Server 2011 CTP and I am very excited about the new features provided by it. I am going to post new features of the SQL Server 2011(Denali) CTP in future post. Today I am going to post about how install SQL Server 2011(Denali) CTP on Windows7 machine.
First you need...
Wednesday, April 20, 2011
Monday, April 18, 2011
Visual Studio 2010 and UML(Unified Modeling Language) Part-I
Microsoft Visual Studio 2010 comes with great UML Features I will explain them in details in future post. But In this post I am going to explain the UML concepts because its necessary to understand UML concepts before moving to Visual Studio 2010 part. I know this post may sound very basic to some...
Thursday, April 14, 2011
ExpandoObject class in C# 4.0
As you know till now in c# everything was static and known at design time. But with the C# 4.0 language Microsoft have enabled new dynamic data type which is belongs to Dynamic Language Runtime on top of CLR(Common language Runtime). As you know that dynamic object will know their behaviour at run...
Wednesday, April 13, 2011
Variable Reference Code Highlighting and Hide selection features of Visual Studio 2010.
Posted by Jalpesh Vadgama |
April 13, 2011 |
.NET4.0, C#-4.0, C#.NET, VB.NET, VisualStudio |
No comments
Microsoft Visual studio 2010 is a Great IDE(Integrated Development Environment) and I am exploring everyday something new in this blog post , I am also going to explore something new with Visual Studio 2010. There are two more new features that can make developers life easier. Let’s explore that in...
Monday, April 11, 2011
New search feature Navigate To in Visual Studio 2010
Posted by Jalpesh Vadgama |
April 11, 2011 |
.NET4.0, ASP.NET, ASP.NET-MVC, C#-4.0, C#.NET, VisualStudio |
2 comments
While you are doing code review then it is very necessary to search code and navigate code what you are reviewing and Navigate To feature of Visual Studio 2010 is made for the same. With the help of that feature you can easily navigate through code. You can go to Navigate Window via Edit-> Navigate...
Sunday, April 10, 2011
Pin features while debugging in Visual Studio 2010.
Posted by Jalpesh Vadgama |
April 10, 2011 |
.NET4.0, ASP.NET, C#-4.0, C#.NET, VisualStudio |
No comments
Visual Studio 2010 is one of most awesome tool to debug Microsoft.NET related code. I have found one more interesting feature with the Visual studio 2010. That is called Pin Data Tip feature. This features can be very useful when you are debugging the code with loops. Normally when you debug with the...
View Call Hierarchy window in Visual Studio 2010
Posted by Jalpesh Vadgama |
April 10, 2011 |
.NET4.0, ADO.NET, ASP.NET, C#-4.0, C#.NET, VisualStudio |
No comments
Visual studio 2010 Ultimate is great IDE(Integrated Development Environment) and I am loving more and more whenever I found some thing new. While doing some Code and Review and other stuff with Visual Studio 2010 I have found one of most interesting feature in Visual Studio 2010 called “Called Hierarchy”.You...
Saturday, April 9, 2011
Adding labels to breakpoint in visual studio 2010
With visual studio 2010 Microsoft has given a new features called to add/edit label in break point. This features comes very handy when you are having very large code to debug and You are having so many break points to debug. So, You can add the label to various break point and then use this label...