Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the best architecture you suggest to use in .net projects when you want to use LINQ? Do you suggest the old three tire layers or not? Thank you a lot in advance!
Posted

I would suggest you need to stop worrying about the latest buzzwords and concentrate on the needs of your project. 3 tiered architecture and LINQ have nothing to do with each other. There's no reason I can see for one to require the other, or otherwise.
 
Share this answer
 
Well, a few points:
1. Never related architecture to technology specific things.
2. I would suggest using Microsoft Enterprise Library if you still worry about both these things. Enterprise Library uses some of the latest technologies and coding styles with best architecture support.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900