在没有 MVVM 的情况下构建 Silverlight 应用程序

发布于 2024-10-09 12:26:10 字数 216 浏览 2 评论 0原文

我继承了一个Silverlight应用程序(使用wcf服务),它没有太多的结构(代码后面有很多代码,一些实用程序类,3个单独的页面)。

我大约有一天的时间来清理它,所以我无法真正重组它以使用 MVVM 模式...而且说实话,我认为我没有足够的 MVVM 经验来对整个系统做到这一点即使我有更多时间也可以申请。

考虑到这些限制,有什么关于改变的建议可以有所帮助吗?

谢谢。

I have inherited a Silverlight application (using wcf services) that doesn't have a lot of structure to it (a lot of code in the code behind, some utility classes, 3 separate pages).

I have about a day to clean it up a bit so I can't really restructure it to use a MVVM pattern... and to be honest I don't think I have enough experience with MVVM to even do that well to the entire application even if I had more time.

Given those constraints any advice on changes that could help?

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若有似无的小暗淡 2024-10-16 12:26:10

也许有点晚了,但希望这有帮助:

  • 在相应区域设置所有字段、属性、方法等。
  • 确保每个方面都有一个“///摘要”部分来解释它的作用。
  • 确保每个字段都以相同的方式声明。 (不是以“-”开头而另一个以“=”开头的示例)。
    还有属性。

尽量避免出现重复数据等

Maybe a bit late but hope this helps:

  • Set all fields, properties, methods etc in corrosponding regions.
  • Make sure every aspect has a "///summary" part explaining what it does.
  • Make sure every field is declared the same way. (not the one starting with a "-" and the other with a "=" as example).
    As well as properties.

Try to avoid having double data etc

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文