Tagged Questions
7
votes
2answers
1k views
GUI, BLL, DAL Organization In A Project
I'm reading about application layers, and want to use this design in my next project (c#, .Net). Some questions:
Is the separation of layers done through namespaces? Project.BLL.Whatever, ...