Using following n-tier, database, DAL, class, business logic and Asp.Net,
how do you return class data/data set to the Asp.Net Layer to display all
the data?
As the class and DAL layers are not visible at the Asp.Net layer
> Rocky's framework is pretty good -
> http://www.lhotka.net/ArticleIndex.aspx?area=CSLA%20.NET
> > In a current .Net solution (using VB.Net) has a 3 tier architecture of Web
> > interface, Data Access Layer and Database.
> >
> > How do I implement business logic and class layers into this solution?