Run Web Application in Multiple Browser Simultaneously from Visual Studio
As a web developer, for performing cross browser testing, we need to run our web site in multiple browser from…
As a web developer, for performing cross browser testing, we need to run our web site in multiple browser from…
While debugging the applications in visual studio, in may instances it many require to call a specific method when a…
Sorting and Removing the unused namespaces is a general coding standard guideline. We maintained this for all the files where…
“Peek Definition” improves the overall developer productivity by displaying the code definition with in the same code window as an…
Peek Help feature enables the Visual Studio 2013 users to view the code help ( MSDN documentation ) with in…
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…