Wednesday, May 21, 2008 - Posts

"When Do Queries Execute"

Julie's got a great post about when stored procedures execute when using LINQ to Entities. It made me think about LINQ to SQL where if I've got something like; using (NorthwindDataContext ctx = new NorthwindDataContext()) { var query Read More

Filed Under: , ,