Browse by Tags
All Tags »
Rant »
Tech (RSS)
First, I'll repeat the news that's all over: Microsoft has released the "final" version of Silverlight 2.0 to the world! This is a major step for .NET developers, because it means we can do really incredible things on the web without massive injections
Read More...
I don't like to call out individual blame, but sometimes a bit o' shame is what it takes... this query, when run against the (2008 version) version control database in TFS will give you a nice summary and detail pair that can be dropped into excel, or
Read More...
I'd just like to say that it's VERY frustrating that the Team Build environment uses a different folder structure than the desktop build environment. Why can't the relative path between the build's .proj file and the solution root stay the same on both...
Read More...
Slipped my mind, but installing TFS 2005 also requires SharePoint. SharePoint installation sucks. SharePoint trashes out anything .NET-based that's installed on the default web site. Vault is a .NET product installed on the default web site. (hey! Don't
Read More...
Well not really a rant, more of a lamentation that Blend, like every other [web] designer before it, doesn't really understand the concept of dynamic layout. WPF finally offers a VERY dynamic layout system, but blend, when you move things around still
Read More...
My understanding of the .NET design philosophy is that if you handle an event with an empty handler, it should behave essentially as if you had not handled the event at all. This may not be the case, but it seems to be in most things... if you handle
Read More...