Miscellaneous Debris

Avner Kashtan's Frustrations and Exultations

Browse by Tags

All Tags » Visual Studio » .NET (RSS)
Upgrading all projects to .NET 3.5
A simple macro to change the Target Framework for a project from .NET 2.0 to .NET 3.5, hacked together in a few minutes. This will fail for C++/CLI projects, and possibly VB.NET projects (haven't checked). Works fine for regular C# projects, as well as...
Visual Studio obstructing DebugView
I've mentioned it before, but SysInternal 's DebugView is a great utility. It allows you to get the Debug.WriteLine() strings from your application even when you're not attached with a debugger, as long as it was compiled in Debug mode. Very convenient...
Posted: Jun 20 2006, 10:43 AM by AvnerK | with 14 comment(s)
Filed under: ,
I pity the fool who messes with CTRL-SHIFT-T.
The Visual Studio IDE, among its myriad options and combinations and features and so forth, has a trio of rather odd key combinations: CTRL-T - Interchanges the current letter and the one after it. CTRL-SHIFT-T - Same thing, only for the current word...
Posted: Aug 22 2005, 07:24 PM by AvnerK | with 9 comment(s)
Filed under: ,
More Posts