Tag Archives: architecture

ASP.NET Architecture

ASP pages can be written in one of 2 ways – inline or code-behind. Code-behind pages separate the user interface from the business logic, making it a better choice in most cases. From an architecture perspective, code-behind files allow for … Continue reading

Posted in Web Development | Tagged , , | Comments Off on ASP.NET Architecture