XAML news (.NET4 and VS2010 Beta2)
Very happy to see .NET 4 and VS2010 hitting the beta2 milestone. It is available today (October 19th) for MSDN subscribers, and will be available for everybody starting October 21st.
The XAML team has been very busy since Beta1, with a number of significant improvements/changes in the Beta2 release. System.Xaml.dll, along with all of .NET 4 and VS 2010, is almost ready for prime time…
New in Beta2:
API Complete – many minor changes throughout the API, and some major refactoring (XamlSchemaContext) to enable perf improvements.
Architectural Layering Complete – System.Xaml.dll no longer has a dependency on WindowsBase.dll. It only builds on top of MsCorLib.dll, System.dll, and System.Xml.dll. We type forwarded several types from WindowsBase.dll (ContentPropertyAttribute, etc…) into System.Xaml.dll as part of this change.
More to come soon on XAML, WPF and Cider improvements.