I’m new to C# three tier implement and I’ve found a lot of implementations in Internet. I don’t know what difference and benefit from its .
alt text http://photo.1280.com/images/n8b/61YRE697/myteacher.jpeg
alt text http://photo.1280.com/images/wnh/0JZCDRM5/another.jpeg
Thanks a lot for reading this and I’m waiting for your answers. And I really want to know your implementation 🙂
3-tier architecture isn’t language dependent. It’s a way of structuring your applications.
From wikipedia
Since your asking this question in relation to C# you could take a look at this article-> Designing a .NET Application
Another link from stackoverflow which has a bunch of good answers -> 3 Tier Architecture – In need of an example