Drag and Drop XAML Controls from Toolbox to Document Outline
Using Visual Studio 2013, you can now drag and drop the XAML controls directly into the document outline. Earlier the…
Using Visual Studio 2013, you can now drag and drop the XAML controls directly into the document outline. Earlier the…
XAML Editor in Visual Studio 2013 now support the Go To Definition (F12) feature. Behavior of this feature is similar to…
Selecting a new Web Project or choosing the authentication mode for a new project is now simpler than ever with…
As a web developer, for performing cross browser testing, we need to run our web site in multiple browser from…
Sorting and Removing the unused namespaces is a general coding standard guideline. We maintained this for all the files where…
In one of our previous tip (Changing Code Information Indicator Styles in Visual Studio 2013), we have seen how we…
Code Clone helps you to identify the duplicate code with in the files, projects as well within solution. This helps…
Dependency Graphs in Visual Studio allows us to explore and understand the code in a better and visual way. In…