Approach on Software Development Architecture
- by john ryan
Hi i am planning to standardize our way of creating project for our new projects.
Currently we are using 3tier architecture where we have our ClassLibrary Project where it includes our Data Access Layer and Business Layer
Something like:
Solution ClassLibrary
>ClassLibrary Project :
>DAL(folder)
> DAL…