So I've got this large dataset...call it t_Data, it's pretty easy to cut it up with a where condition in LINQ, but I want to be able to interrogate another dataset ...
I've been reading up a bit on LINQ to SQL, and it seems like it will be a fairly large paradigm shift in the (microsoft) database world going forward.<BR><BR>We have had a model where all database ...