[2005]pls, any documents about modeling Business logic BLL & DAL using tableadapters
The scott mitchel series in http://www.asp.net/learn/data-access/ does not give the modeling and designing guidelines for the DALs and BLLs
There is this document from 2002
Designing Data Tier Components and Passing Data Through Tiers
http://msdn2.microsoft.com/en-us/library/ms978496.aspx
But I guess that s outdated, I need something that goes along with VS2005
:)
Re: [2005]pls, any documents about modeling Business logic BLL & DAL using tableadapters
Modeling a tiered architecture has absolutely nothing to do with your version of Visual Studio. It's a set of concepts to learn, which you then implement yourself.