Blogging my way to TechEd 2007

  • 1 minute to read
I tried to do this for last years TechEd, but wasn’t as successful as I would have liked. This was mostly due to the fact that I didn’t really know I was going until last minute. Anyway, this year should be different. I have registered this... Read more

See you at TechEd 2007

  • 1 minute to read
Hopefully I’m not jumping the gun, but I was just given a tentative “green light” to be able to go to TechEd again this year. This year, the focus will be on all of the newly released products, such as Vista, Exchange Server 2007,... Read more

WPF Reflection control

  • 1 minute to read
One of the cooler “eye-candy” type effects possible with WPF is the ability to create reflections. Reflections can be made of pretty much anything and are relatively simple to create. There is a good tutorial on creating reflections using Visual Studio and Microsoft Expression Blend. The drawback... Read more

WPF Datagrid control

  • 2 minutes to read
Anyone who has been using WPF has, by now, realized that one of the most versatile controls in Windows Forms is missing! I’m referring to the DataGridView. The WPF ListView does have a very powerful Grid View mode that can be used to get around this limitation for a lot... Read more

Detecting installed .NET Framework versions and service packs, update

  • 1 minute to read
Based on some of the article comments, I have just posted an update to this article on Code Project. The update includes support for the January CTP of Orcas, currently called .NET Framework v3.5 and also adds methods to get the actual version number and the Windows Foundation library (WPF, WCF, WF,... Read more