Tag: Software Architecture

  • 3 Layered Architecture

    Introduction Here in this article, I would like to cover the typical three layer architecture in C# .NET. It is a very useful approach for coding due to easy code maintenance. Overview First let me give you a small overview about the topic I would like to cover in this article. Tier vs. Layer Three…