WPF + MVVM + Nhibernate:一个简单的例子?
我是 MVVM NHibernate 菜鸟。不,我正在使用 MVVM 和 NHibernate 做一个项目。我需要一个例子来方便学习。 非常感谢!
I'ma rookie and MVVM NHibernate. No I'm doing a project with MVVM and NHibernate. I need an example to facilitate studying.
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有很多使用两者的例子,使用[您最喜欢的搜索引擎]应该很容易找到它们。最好提出具体问题,而不是询问初学者教程(正如我所说,有很多可以找到的教程)。
对于初学者:
良好的 MVVM 简介
http://msdn.microsoft.com/en-us/magazine/dd419663。 aspx
NHibernate 制作者的文章
http://msdn.microsoft.com/en-us/magazine/ee819139。 aspx
另一篇关于 codeplex 的文章可能有用(WPF + NHibernate)
http://www.codeproject.com/KB/WPF/WpfNhibernateToolkit.aspx
另一个讨论 Nhibernate、MVVM、WPF、aso 的 SO
使用工作单元设计模式/NHibernate MVVM WPF 中的会话
There are plenty of examples around for using both, they should be easy to find with [your favorite search engine]. It is better to ask specific questions rather than asking for beginner tutorials (which there are, as i said, plenty to be found).
For starters:
Good MVVM Introduction
http://msdn.microsoft.com/en-us/magazine/dd419663.aspx
NHibernate Article by the makers
http://msdn.microsoft.com/en-us/magazine/ee819139.aspx
Another article on codeplex that might be useful (WPF + NHibernate)
http://www.codeproject.com/KB/WPF/WpfNhibernateToolkit.aspx
Another SO discussing about Nhibernate, MVVM, WPF, aso
Using Unit of Work design pattern / NHibernate Sessions in an MVVM WPF
有一篇使用 WPF 的非常好的文章(带有示例代码)。
使用 NHibernate 构建桌面待办事项应用程序
但是它不使用 MVVM ,但 MVVM 严重依赖 DataBinding,并且本文中采用的方法非常相似(我可以说,甚至更好)。
There is a very nice article (with sample code) using WPF.
Building a Desktop To-Do Application with NHibernate
It does not use MVVM however, but MVVM relies heavily on DataBinding and the approach followed in the article is quite similar (I could say, even better).