使用 C# 开发 Windows 应用程序的最佳方式WPF + MVVC +棱镜4?
我对 .Net + C# + WPF + MVVC + prism 4 有点陌生。
我将使用 C# 和 WPF 创建一个 Windows 应用程序。
我认为使用 MVVM + prism 4 很好。
但是四号开始工作,我想知道很少有人认为
- 这是C# + WPF + MVVC + 的最佳项目解决方案结构 棱镜4。可以给大家一些参考。
- 这是创建项目解决方案结构的最佳方式。
- 这是异常处理的最佳方式
- 如果有人了解 LinQ,LinQ 是否适合 WPF + MVVC + prism 4。 任何有助于开发的 LinQ 扩展库。
- 任何有助于开发的现有库或第三方库,例如 微软企业库
- 对不同工具、框架、设计模式的任何建议。 ...等等
- 任何参考/帮助网站链接
提前致谢
I am little bit new in .Net + C# + WPF + MVVC + prism 4.
I am going to create one windows application using C# and WPF.
I think it's good to using MVVM + prism 4.
But be-four start to working, i want to know few think
- Which is Best Project Solution Structure for C# + WPF + MVVC +
prism 4. Can give some reference for this.- Which is Best way to create Project Solution Structure.
- Which is Best Way for Exception Handling
- If any one know LinQ, is LinQ suitable with WPF + MVVC + prism 4.
Any LinQ extended library which help for development.- Any Existing or 3'rd party library which help for development like
Microsoft Enterprise Library- Any suggestions for different Tool,Framework,Design Patterns.
...etc- Any Reference/Help site links
Thanks In Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将建议我遵循的道路。
下载 Prism,浏览示例(zip 文件中的快速入门)并阅读文档 (Prism4.chm)。一旦您完成了示例,请看一下 Prism 本身附带的“StockTrader RI”。
一旦您稍微安顿下来,您就可以开始研究最适合您的解决方案的结构。
维杰
I will suggest the path that I followed.
Download the Prism, go through the samples (Quickstarts in the zip file) and also read the documentation (Prism4.chm). Once you graduate from the samples, have a look at the "StockTrader RI" that also comes with prism itself.
Once you are settled a little bit, you can start working on the structure of solutions that suits the best for you.
Vijay