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