如何在 ASP.NET MVC 中使用 Active Record 的示例
我正在寻找使用 NHibernate 和 MVC.net 的最佳方法。
我已经浏览过 http://www.codeproject.com/KB/architecture/NHibernateArchitecture。 aspx
有人指出了Castle项目Active record的使用。
我的目标是消除我的域内对任何 nhibernate 依赖项的需求。 我想要一个快速、简单且可通过 NHibernate 持久保存的域模型。
我可以提供一个简单的示例和一些解释吗?从中我可以学习使用 castle 项目在 MVC.net 中构建一个简单的应用程序。
谢谢
I am looking for the best approach to using NHibernate and MVC.net.
I have gone through http://www.codeproject.com/KB/architecture/NHibernateArchitecture.aspx
Someone has pointed to the use of Castle project Active record.
My aim is to eliminate the need for any nhibernate dependencies within my domain.
I want a quick and easy domain model that is persistable with NHibernate.
Can I have a simple example and and some explanations please from which I can learn to use the castle project to build a simple application in MVC.net.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)