Welcome to MSDN Blogs Sign in | Join | Help

Donkblog

Adventures into the world of amateurgramming. I'll leave the programming to the professionals.

News

  • All my posts are provided "AS IS" with no warranties, and confer no rights. The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway. And in fact, most of the stuff I post here may turn out to be wrong. At best some might label my content as a guess :).

Browse by Tags

All Tags » Visual Studio   (RSS)
Sorry, but there are no more tags available to filter with.
'Alt Tab' for Visual Studio
Alt+tab is a common operation for Windows users.  Once a user masters the skill they can navigate between windows quickly.  Visual Studio has something similar but not with the same shortcut keys.  Crtl+Tab will bring up the window I show Read More...
Checking Return Values Without Saving Them
Often times I will be debugging some code and I want to see a return value of a function; but the value of the function is not saved into a variable for one reason or another. In the simplest form you can see this scenario in the following code: 1: using Read More...
Page view tracker