.Net Framework, Asp.net, Ado.net, .Net Remoting, .Net Webservice, SQL, XML, XSLT, WCF, WPF, WWF NHibernate, Ajax, Jquery, DHTML

Ado.netAsp.Net 2.0SQLC-SharpXMLFrameworkIISXMLWebServiceArchitecture
UMLProject ManagementSDLCMethodologiesDesign PatterenOOPWCF.Net RemotingWWF
MVPMVCSilver LightN-HibernateAjaxJ-QuerySEO-MarketingSite MapPhp

[Transaction(TransactionOption.RequiresNew)]
 [ObjectPooling(true,5,10)]
 public class DTransaction : System.EnterpriseServices.ServicedComponent 
 {
  public DTransaction()
  {
   
  }
  
  [AutoComplete(true)]
  public bool HandleRequest(ERequestList requestlist)
  {

bool result=true;
   // write all db related inside try block         
   try
   {
    // Do something to a database
    // ...
    // Everything okay so far Commit the transaction
      result=true;  
    ContextUtil.SetComplete();
   }
   catch
   {
    // Something went wrong Abort and Rollback the Transaction

 result=false;
    ContextUtil.SetAbort();
   }

   return  result;
  
  }
 }

Leave your comment.
Name
Email
Comments
Tell Us8063+5 =

Reduce your Dialy IT Cost, Consult with us
Stay healthy in recession

Advertisement
Sponsored by

Privacy Policy ©2009 ETG Consultancy, All Rights Reserved Terms & Conditions
Asp.net, Ado.net, .Net Remoting, .Net Webservice, SQL, XML, XSLT, WCF, WPF, WWF NHibernate, Ajax, Jquery, DHTML