MVC 架构。在Silverlight应用程序中
我想实现MVC架构。在silverlight应用程序中。
我有以下问题:
silverlight版本和MVC架构是否依赖?例如:构建 silverlight mvc 应用程序需要 silverlight 4
任何人都可以提供任何示例或示例项目链接或代码,以便我可以参考构建自己的应用程序吗?
提前致谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Silverlight 中,更常见的是使用 MVVM 架构,而不是 MVC。 SL 具有一些允许在其中轻松使用 MVVM 的功能。
有用的链接:
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: