NHibernate 和 NHibernate Castle ActiveRecord - 边做边学还是 RTFM?
我对 NHibernate 完全是个菜鸟。活动记录。
您认为开始高效使用它们的最佳方法是什么 - 逐步遵循手册,或者通过实际使用它并在遇到问题时解决问题来逐步取得进展?
I'm a complete noob to NHibernate & ActiveRecord.
What would you say is the best way to start using them productively - following the manuals step by step, or progress in small steps by actually using it and cross the problems as I encounter them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
买一本书可能会帮助您更快地获得坚实的概念基础。在不了解基本知识的情况下使用 NHibernate 进行试错编程可能会导致 WTF 时刻、糟糕的性能和微妙的错误。
还要记住,ActiveRecord 实际上是 NHibernate 之上的一个薄层,网络上 99% 的有关 NHibernate 的信息也适用于 ActiveRecord。
Getting a book might help you get a solid foundation of concepts faster. Resorting to trial and error programming with NHibernate without understanding the basic stuff can lead to WTF moments, bad performance and subtle errors.
Also remember that ActiveRecord is really a thin layer over NHibernate, 99% of the information on the web about NHibernate applies to ActiveRecord as well.