Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful code snippet which anyone use in daily development work and targeted anything related with .NET. In this post I am quickly listing down all the tips shared over the month of January 2016
Search / Find Results Window Tips and Tricks
- “Appending Search Results”–use same find result window for multiple Search in Visual Studio
- Did you know–There are multiple find results windows in Visual Studio ?
- Changing the Search Scope to find and replaces external files easily in Visual Studio ?
Output Window Tips and Tricks
Visual Studio Tools for Application Insights
- Different ways to launch the Application Insights Search Window in Visual Studio
- Different ways to launch the Application Insights Search Window in Visual Studio
- Viewing Exceptions Stack trace in Visual Studio Integrated Application Insights Search
Tips and Tricks on Tabbed Documents
- Did you know – Pinned tabs never hide in visual Studio ?
- Did you know- You can drag & drop multiple tabs or even pin / unpin them together in Visual Studio ?
- Persevering and Separating the pinned tabs in Visual Studio
Solution Explorer Tips and Tricks
Using Bookmark in Visual Studio
- Organizing the Bookmarks using folder structure in Visual Studio
- Speedup your code navigation by Bookmarking your code in Visual Studio
Interactive Windows Tips and Tricks
- Executing C# Scripts from Command Line or C# Interactive Windows in Visual Studio
- Command Line C# Interactive Script Execution for Visual Studio
- Use C# Interactive Window for your coding experiment in Visual Studio 2015
Visual Studio and Code Metrics Tool
- Exploring the Code Metrics Tool in Visual Studio
- Understand the complexity and maintainability of your code using Code Metrics in Visual Studio – Maintainability Index
Misc. Visual Studio Tips and Tricks
- Restrict Blank Line Cut or Copy while coding in Visual Studio
- How to skip the confirmation dialog before deleting all breakpoints?
- Explicitly enable the TFS Source Control Binding for a Solution
- Color Indicator for Code Changes and Visual Studio IDE Status Change
- Developing kinect for Windows v2.0 App with Visual Studio 2015 on Windows 10
- Back to Basic : Difference Between int.Parse() and int.TryParse()
- Did you know – You can play sound when Build Succeeded or Failed in Visual Studio ?
- Using Trace points for performing custom action during debugging in Visual Studio
- Difference between Autos and Locals Window in Visual Studio
- Changing the Toolbox Controls Layout in Visual Studio
- Did you know – In Visual Studio you can copy multiple code blocks together and paste them one by one ?
- Did you know – that you can get code samples from the Visual Studio itself ?
- Did you Know – You can launch ILDASM Tool from the Visual Studio itself – How ?