Sometimes you really, really, really want to see the SQL that LINQ generates when working with the Entity Framework. For instance, in a comment to a recent tip, a reader mentioned that a LINQ to ...
Sometimes it's just cool to take a walk through some technology to find all the different ways you can solve a problem -- sort of "Fun with the .NET Framework." Here's a look at all the ways that ...
So I'm playing around with Visual Studio 2010 while we think about moving our projects to it, and I was trying to make a new Silverlight 4 app, but when I go to add any kind of of data models (ADO, ...