Hi All, Just after a little advice with passing data. I have a 3 layered app with 1 of the layers consisting of a DAL. Here i have LINQ query which queries a SQLÂ database on a server. Before i moved to LINQ i was using data adapters and filling the results of an SQL query into a dataset, which i was able to return to the correct layer. My question is how do i do this using LINQ and is this the best method of passing my query results. My current code uses the var keyword and this is what i need to
Read More...