Skip to main content

All Questions

10 votes
6 answers
2k views

is WPF THE choice for windows apps? [closed]

I am developping in Ironpython with Visual Studio 2010 through PTVS. I see that WPF is quite slow compared to the silverlight equivalent... at least to me. My program does a lot of calculations but ...
user avatar
2 votes
2 answers
482 views

NotImplementedException in Silverlight and IronPython

i'm hosting IronPython Scripts in one Silverlight Application and i want to run the script and get one System.Windows.Controls.TextBlock object. so i use this ironPython code: import clr clr....
Victor's user avatar
  • 51
2 votes
3 answers
1k views

Are IronPython or IronRuby well-suited for the MVVM pattern in WPF/Silverlight?

I've been very happily using the Model-View-ViewModel (MVVM) pattern in WPF and Silverlight apps in combination with C#. Declarative XAML markup and data binding are invaluable - I just can't live ...
lightw8's user avatar
  • 3,282