WPF 4.0 is a buzzword these days which is the latest version of WPF, I want to know what is the current version of XAML? And, what was the previous version of XAML as well as WPF?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Rob Relyea of the XAML team has referred to the XAML implementation in .NET 4 as “XAML 2009” (e.g. here). I don’t think XAML in .NET 3.x had a version — everyone just called it XAML (and it had two implementations, one for WPF and one for WF).
However I understand that in .NET 4.0 WPF will still be using its own XAML implementation for most things, rather than moving wholesale to the new common XAML implementation.
EDIT: Added citation supplied by Kent Boogaart.