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…
WinFX == .NET Framework 3.0
June 11, 2006
WinFX has been renamed to the .NET Framework 3.0. Now the WinFX technology you know has a name that identifies it for exactly what it is—the next version of Microsoft’s developer framework.
Fun with Beta products…
March 15, 2006
Saw this link to what looks like a cool app to get started with WinFX:
Coding4Fun: Designing FreeCell using Expression and Visual Studio Toolsets
The article directed me to download the January CTP from the following link:
Windows Vista Developer Center: Welcome to the Windows Vista and WinFX Beta Page
- WinFx RC – Microsoft Pre-Release Software WinFX Runtime Components – February Community Technology Preview (CTP)
- Visual Studio 2005 (I already had it installed)
- Windows SDK – Microsoft® Windows® Software Development Kit (SDK) for the February 2006 Community Technology Preview (CTP) for Windows Vista and WinFX Runtime Components
Everything downloaded and installed with no problems. Opened the solution in Visual Studio and build… results in the following error message:
‘http://schemas.microsoft.com/winfx/2005/06/markup-compatibility’ is not a recognized namespace.
Apparently there has been changes in the namespaces since the January CTP… great… after looking around for a while, I found this tool to convert the xmlns.
XamlMigrate – XamlMigrate is a tool to help convert xmlns uris in WPF XAML to the new xmlns uris in the Feb 2006 CTP.
After running this tool on the xaml files
> xamlmigrate /mode:overwrite *.xaml
Everything builds and I am now playing FreeCell…. instead of walking through the code.
Oh the joy of Beta testing…
Microsoft WinFX Developer Center
March 15, 2006
Time for me to finally start looking at WinFX…
Microsoft WinFX Developer Center