Xaml 2009 support in Visual Studio

When will WPF and Silverlight support Xaml 2009 in Visual Studio?

+4
source share
1 answer

When the xaml 2009 compiler will be removed. Next VS by deafault.

Since there is no xaml 2009 application compiler performance below, VS does not provide intellisense, some labels are noted as et cettera errors. I would use it in only one situation. I have a dynamic layout that loads some elements from the database in order to adapt the layout to a specific situation.

+5
source

All Articles