Showing related tags and posts accross the entire site.
-
Tracing the code, I discovered that the Component (or Service) Layer does use Transactions, and the Rollback or Commit is done by this method in EntityTransactionModule.cs: protected void OnEndRequest(Object sender, EventArgs e) { HttpApplication application = (HttpApplication) sender; HttpContext context...