Extreme ASP.NET Makeover: SoC - Overview
(1)
Extreme ASP.NET Makeover: Separation of Concerns - Overview
Separation of concerns is a concept that, when applied to software development, deals with creating distance between dissimilar aspects of your code. This may seem like a complicated statement, but we all have dealt with it in…