Wednesday, October 03, 2007 - Posts

.NET Framework Source Code to Ship with VS2008

Via ScottGu. I think this is a really positive step forward. For the longest time, I've thought that it's more difficult to work with .NET than it needs to be because we don't have the ability to debug into the Framework and see how things are actually Read More

LINQ? Single Step this code...

I've written probably 10 - 20 different little applications that I try to use to highlight the differences between IQueryable and IEnumerable previously and, just recently, I've written another one. I think this is a really interesting piece of code. Read More

LINQ to Entities - Deleting

I looked at this before but here I am looking at it again because I think I got it wrong (or only half right anyway). Assume that I'm working with a default 1:1 mapping of Northwind and that I have a customer with a primary key value of "DEMO1" who also Read More