I am still trying to understand what does Linq sit at?
if i have DAL,BAL, and PL, which layer will have linq quries?
it could be in the dal, and accesses the sql server and returns collection of objects, however
it could also be in bal and query the returned collection using linq
it could be in pl to sort grid etc