Hi,
I am new to .net. I am trying to create an N-tier application. In the DAL I want to have a private method for connection and it should be reusable and also I need to have a public methods where I can call these methods into Business layer. In business layer I would like to have business objects for all the methods defined in DAL. How do I proceed?
I hope I am clear with the question
Start Free Trial