How to design the application to conform to the n-tier architecture? (Winform sample in .net with li

Posted by AlexRednic on Stack Overflow See other posts from Stack Overflow or by AlexRednic
Published on 2010-03-15T09:23:22Z Indexed on 2010/03/15 9:29 UTC
Read the original article Hit count: 169

Filed under:
|
|
|

Rather a simple question. But the implications are vast.

Over the last few weeks I've been reading a lot of material about n-tier architecture and it's implementation in the .NET world. The problem is I couldn't find a relevant sample for Winforms with Linq (linq is the way to go for BLL right?).

How did you guys manage to grasp the n-tier concept? Books, articles, relevant samples etc.

© Stack Overflow or respective owner

Related posts about n-tier

Related posts about design-patterns