c# - Rollback a transaction on NHibernate and Enterprise Library -



c# - Rollback a transaction on NHibernate and Enterprise Library -

i have web application has multiple subsystems. in 1 of these subsystems utilize nhibernate , in utilize enterprise library info access layer. have page work these 2 subsystems concurrently , when click in button in page, execute 2 work. question if application dealing errors, how can rollback of works?

not sure enterprise library, nhibernate claimed play well system.transactions

c# nhibernate transactions enterprise-library rollback

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -