VisualEvolution
New Member
My solution has a tired architecture:
- DTO : Simple DataTransferObjects. It's shared between tiers
- DAL: It's just the only project that knows about EF
- Business: It has core business functionality and uses the DALservices to perform it's tasks
- Web: UI tier