MVC archt. in Silverlight Application
I want to implement MVC arch. in silverlight application.
I have the following questions:
Is silverlight version and MVC architecture is dependen开发者_StackOverflow中文版t? 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:
- Model-View-ViewModel In Silverlight 2 Apps
- Using the MVVM Pattern in Silverlight Applications
- Good Silverlight-MVVM Practice Example
- 5 Minute Overview of MVVM in Silverlight
精彩评论