Hello,

I’m building a model for my ASP.NET 2.0 web application (C# 2.0, MS SQL Server) and I find this article:

15 Seconds : N-Tier Web Applications using ASP.NET 2.0 and SQL Server 2005 - Part 1 (part 1)
15 Seconds : N-Tier Web Applications using ASP.NET 2.0 and SQL Server 2005 - Part 2 (part 2)

It’s an N-tier architecture (Presentation Layer, Business Logic Layer, Data Access Logic Layer and Database Layer), using CLR Based Stored Procedures with SQL Server 2005, Data Access Layer using TableAdapter Configuration Wizard.

I would like to discuss about advantages and disadvantages of this model. And I would like to know if there is a better model for ASP.NET 2.0 platform (for ex MVC?)??

I would appreciate any answer.