KoenV

Browse by Tags

All Tags » Visual Studio (RSS)
Visual Studio 2010 tip: Cut empty lines
How many times you wanted to move 2 lines by cut and pasting them, but the line you cut last is actually a blank line and your actual code is removed from the clipboard? Visual Studio 2010 has an option that keeps cutting blank lines from overwriting...
AgUnit - Silverlight unit testing with ReSharper
If you’re a ReSharper user and Silverlight 4 developer you’ll probably like this add-in that two of my co-workers created. It lets you run your Silverlight unit tests inside the Visual Studio IDE. You can get the add-in from Codeplex: http://agunit.codeplex...
Quick Attach and Detach Debugger
Here's a trick I often use in Visual Studio to speed up the trial-and-error process. A disadvantage of using an ASP.NET Web Application Project instead of an ASP.NET Web Site is that you cannot edit code behind files (or basically any code file in your...
More Posts