JoshVarga
JoshVarga

Reputation: 705

Xaml 2009 support in Visual Studio

When are WPF and Silverlight going to support Xaml 2009 in Visual Studio?

Upvotes: 4

Views: 939

Answers (1)

Lukasz Madon
Lukasz Madon

Reputation: 15004

When the xaml 2009 compiler is going to be relesed. Next VS by deafault.

Since there is no compiler performance of xaml 2009 app is lower, VS does not provide intellisense, some markups are marked as errors et cettera. I'd you use it in only one situation though. I have dynamic layout which is loading some elements form data base to adapt layout to specific situation.

Upvotes: 5

Related Questions