Browse by Tags

Related Posts

  • Re: Transactions in the BLL level

    You have to pass the transcation object as paramaters to your methods and then the method checks if the transaction is null then it will be invoked without transaction or if not null then use it as follow Public MyMethod(param1, param2.. transacton_obj) { if(transacton_obj!=null) invoke using this transaction...
    Posted to Architecture (Forum) by Tamer Fathy on 11-18-2007, 12:00 AM
    Filed under: architecture, configuration, N-Tier
  • Re: N-Tier connection string management

    You can store the connection string in the web.config or any congiguration file and read it in the class library you use as in all cases it will be referenced by other application either web or windows or even web service so easily put it in the configuration file and read it from your class in the class...
    Posted to Architecture (Forum) by Tamer Fathy on 11-12-2007, 12:00 AM
    Filed under: architecture, configuration, N-Tier
Page 1 of 1 (2 items)