Hi,
We are working on a new project which has the following structure:
There is a data access layer which concerns with the database,then business layer which interacts with the data access layer.
Then we use presentation layer to interact with the business layer which in turn is accessed by a web service.
We have another area where we have our common utility classes and data objects.
Then finally we have our web application.
Now my question is we are using a singleton class when our application starts,where are we supposed to put that class.
We are working on a new project which has the following structure:
There is a data access layer which concerns with the database,then business layer which interacts with the data access layer.
Then we use presentation layer to interact with the business layer which in turn is accessed by a web service.
We have another area where we have our common utility classes and data objects.
Then finally we have our web application.
Now my question is we are using a singleton class when our application starts,where are we supposed to put that class.