Quantcast
Viewing latest article 8
Browse Latest Browse All 11

LINQ and 3-Tier

Hello,

 

I have also a question about this.

We have our logic layer. We use the data layer like List<Customer> GetCustomers(); (Customer class is in BLL)

Can we use LINQ without putting linq code into this classes?

 

We currently use no datasets but building the objects by the results of the sql queries.

 

hope you understand.

Dirk


Viewing latest article 8
Browse Latest Browse All 11