c# - Silverlight to WPF Converter -
since wpf , silverlight close each other(in terms of syntax).
my query , have tool can convert wpf control silverlight control , vice versa.
i understand in wpf shall not expected run on silverlight, since come same code base, aconversion possible.
wpf controls built on top of full .net.
silverlight controls built on top of subset of .net.
if wpf controls restricted in use of .net feasible conversion possible, quite frankly think there many exceptions make worthwhile.
where need share code (not controls) between wpf & silverlight "link" files common library (the library repository , not built). xaml can cut & paste.
Comments
Post a Comment