Silverlight MVVM in VS2008 - a non starter?
- by bplus
I'm still very new to Silverlight. I'm currently using vs2008 at work.
As far as I can gather Silverlight 4 is vs2010 only.
I stumbled across this article on command binding, it says that command binding is
a new feature introduced in silverlight 4.
Is command binding integral to MVVM in silverlight, does it make MVVM much simpler to implement?
Thanks for any help.