Archidevineer Make Working Software
  • Home
  • About

Visual Studio IDE Tip: Navigate Backward and Forward Through Source Code

Trace your steps in Visual Studio by using the Navigate Backward and Navigate Forward features.
Jul 25, 2026 4 min read productivity software development visual studio

Visual Studio IDE Tip: Go to Definition and Go To Implementation

Easily jump between definitions and implementations in Visual Studio.
Jul 5, 2026 3 min read productivity software development visual studio

Visual Studio IDE Tip: Using the Immediate Window

Learn how to use the Immediate Window, a very powerful debugging tool built into the Visual Studio IDE.
Jun 9, 2026 6 min read immediate window productivity software development visual studio

How to generate a GUID or UUID without writing a program.

You don’t need to write a program to create a GUID or UUID. You likely have a tool that will already generate one for you. Let’s look at how to generate a GUID/UUID value in several different tools that already support this feature.
Updated on Jul 24, 2026 5 min read linux mysql sql server visual studio visual studio code

Visual Studio IDE Tip: Jump To Matching Code Delimiter

Learn a very useful Visual Studio IDE keyboard shortcut for jumping to matching code delimiters.
Apr 26, 2026 2 min read keyboard shortcuts productivity software development visual studio

Visual Studio Debugging Tip: Conditional Breakpoints

Learn how to set a conditional breakpoint to stop execution based on a defined condition.
Apr 18, 2026 3 min read conditional breakpoints debugging productivity visual studio

A Guide to Debugging .NET Software Applications

A reference to help .NET developers understand debugging concepts, strategies, techniques and tools.
Updated on Aug 23, 2026 10 min read debugging dot net logging profiling software development visual studio vs code

Visual Studio Debugging Tip: Drag Execution Pointer to Replay Code Execution

Quickly and easily re-execute code in the Visual Studio debugger by dragging the execution pointer.
Updated on Apr 18, 2026 3 min read debugging productivity visual studio
Page 1 of 1
About
Built with Hugo and
Cookie Policy
Privacy Policy
Terms and Conditions
Back to top