Reputation: 3
What are the general guideline today for structuring a 3-tier application in Visual Studio 2010 with C#?
Is this correct?
Upvotes: 0
Views: 115
Reputation: 69002
There a lot of right ways, and based on the application it may be perfect or not good.
Your structure seams good.
But you may need to check a book like this:
patterns & practices Application Architecture Guide 2.0
Upvotes: 1