
Visual Studio Tip: Quick Actions and Refactoring – Quickly convert for-to-foreach
Visual Studio 2017 IDE provides its own quick refactoring capabilities using Quick Actions and Refactoring. Refactoring is a procedure to…
Visual Studio 2017 IDE provides its own quick refactoring capabilities using Quick Actions and Refactoring. Refactoring is a procedure to…
Azure Storage Explorer is a standalone tool that empowers you to efficiently work with several Azure Storage Services. While working…
The Visual Studio Output window displays status messages for various features within IDE include build errors, compilation error, project configuration…
During debugging in Visual Studio, attaching to a process is a very common activity, and as a developer, we are…
Visual Studio 2017 introduced an interesting feature that draw a dotted structure guide lines on your code. It draw a…
Attaching to a process during debugging, is one of the very common task. We can attach the Visual Studio debugger…
Exception filters are not new. Its been there for a long time (at least for than a year) as it…
Using the In-App XAML Inspection toolbar we can directly access the Live Visual Tree and Live Property Explorer from the…