ASP v2 & 3-tier or 2-tier

  • Thread starter Thread starter rob
  • Start date Start date
R

rob

Dear All,

ASP 2 introduces a lot of controls that bind directly to a database.
Obviously, this does not work for everything so it seems to me that one ends
up with a mixture of 2-tier and 3-tier model. This in my opinion is quite
bad as I really would like to see the same structure for the whole app. Can
somebody with experience in asp 2 comment on that? How are you handling
this?

Regards,
Rob
 
ASP.NET 2.0 also supports binding to business objects.
So now you'll no longer have to choose between data binding and a 3 tier
app.
 
Back
Top