|
Disclaimer: We are allways trying to remove bad contents but it is slow and big task.
So we make no warranties of content accuracy, use it at your own risk.
Please help us by sending report about bad, harmful and copyright contents.
Just click the toolbar 'contact us' button and send reported page links.
We will remove the reported contents as soon as possible.
|
|
|
|
Search results for visual studio 2010
|
|
|
Identity Framework SDK and Training Kit for Visual Studio 2010
Data tip is kind of an advanced tool tip message which is used to inspect the objects or variable during the debugging of the application. When debugger hits the breakpoint, if you mouse over to any of the objects or variables, you can see their current values. Even you can get the details of some [...]
There are various ways to test a Class member which is not public By making the private members public of a class under test Breaks the encapsulation principle API is modified just for the sake of testing By making the private members internal of a class under test and annotate the assembly with internalsVisibleTo attribute [...]
In this Tips I’ll discuss about Client Profile which is nothing but a subset of the associated framework and optimized for client applications e.g. .NET Framework 4 Client profile is a subset of .NET Framework 4. You can view or change the target framework for a project in Visual Studio 2010 as displayed below Client [...]
In one of my old tips I have discussed about how we can select a code block in Visual Studio by selecting “ALT” key. In this tips I will be discussion how that code block selection helps us to edit multiple line editing in VS 2010. Let’s say you have below code block, Now, suddenly [...]
While running your ASP.NET application, you must have seen, it is running on Integrated Web development environment. Visual Studio 2010 comes with two versions of Integrated Web Development environment which could run side by side. In case you run your ASP.NET application in VS 2010, you can have an option to choose between the two [...]
If you have deal with Visual Studio Extension ( VSIX) , you must have seen, after the extension installation default icons are predefined ( As shown in below image ). In this post I am going to describe how you can customize /change the default visual studio extension icon and can provide your own icon [...]
A few tips for working with XAML inside of Visual Studio 2010
Unit Testing Using Visual Studio 2010
Video tutorial: RIA Services support in Visual Studio 2010
|
|
|