.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
TransactionXML bulk Insertion into SQL Server
SQL JoinsCursor
Isolation Level Difference in procedure & function
Indexing in SQL SSIS - DTS
Union
Alter in Sql

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


  [AutoComplete(true)]
  public EResponseList HandleRequest(ERequestList requestlist)
  {
   // write all db related inside try block         
   try
   {
    // Do something to a database
    // ...
    // Everything okay so far Commit the transaction
       
    ContextUtil.SetComplete();
   }
   catch
   {
    // Something went wrong Abort and Rollback the Transaction
    ContextUtil.SetAbort();
   }

   return  objList;
  
  }
 }

 
Leave your comment.
Name
Email
Comments
Tell Us7865+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