I want to implement MVC arch. in silverlight application.
I have the following questions:
Is silverlight version and MVC architecture is dependent? for example: silverlight 4 is required for building the silverlight mvc application
Can any one give any example or sample project link or code, so that i can refer for building my own?
Thanks in Advance
In Silverlight there is more common to use MVVM architecture then MVC. SL has some features that allows easily use MVVM in it.
Useful links: