0

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

usr021986
  • 3,275
  • 14
  • 50
  • 62

1 Answers1

3

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:

Community
  • 1
  • 1
Rafal Spacjer
  • 4,758
  • 2
  • 25
  • 33