Team Foundation Power Tool
April 11, 2007
COOLNESS!!! The Process Template Editor is the tool that I worked on with Joel Semeniuk, it is now part of the Microsoft Visual Studio 2005 Team Foundation Server Power Tool.
It is also presented on Channel9
Foundations: Using Templates to Customize WPF Controls — MSDN Magazine, January 2007
December 14, 2006
Foundations: Using Templates to Customize WPF Controls — MSDN Magazine, January 2007
Holy crap I need to ramp up…
Debugging… or not…
July 22, 2006
I was working happily in Visual Studio 2005 (with Visual Basic) when all of the sudden I couldn’t debug anymore. It pops up this error message:
To debug this module, change its project build configuration to Debug mode. To suppress this message, disable the “warn if no user code on launch” debugger option.
Here is how I got it to work again:
Project | Properties | Compile tab | Advanced Compile Options…
Set the Generate debug info to pdb-only… Somehow this setting was set to None.
No idea how but there it is…
.NET Format String 101
June 3, 2006
Wow, I never knew String.Format can do so much…
.NET Naming Conventions and Programming Standards (C#.Net, VB.Net, J#.Net) and Best Practices
June 3, 2006
These are the industry-accepted standard naming conventions for J#, C# and VB.NET programs… too bad I'm stuck in a PowerBuilder shop that forces us to use PowerBuilder-like naming convention (using prefixes to signify data type and scope)
.NET Naming Conventions and Programming Standards (C#.Net, VB.Net, J#.Net) and Best Practices