Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我之前的项目中,我们使用了 NHibernate 和 Spring.NET。
通过将 [Transaction] 属性添加到服务方法来处理事务。
在我当前的项目中,我正在使用 NHibernate 和 NInject 2,我想知道是否可以使用“Ninject.Extensions.Interception”和类似的 [Transaction] 类型属性来解决事务处理?
非常感谢!
基本上这个项目解决了我的问题
http://github.com/chillitom/ninject.extensions.spring.tx