September 2007 - Posts
I had someone email me a question today about POCO, IPOCO, persistence ignorance and the EF, and I responded to them with a summary of sorts which I thought might be helpful to some other folks, so I'm going to post it here as well. There's not a change
Read More...
Apparently somebody out there took a look at my last blog posting and tried creating something with the EF that has its metadata embedded in resources. Unfortunately they discovered an unpleasantness which pops up when you try this with VS's unit testing
Read More...
I've been thinking for a while about a series of blog posts I'd like to write explaining various Entity Framework concepts, particularly those related directly to writing code using the framework--by that I mean that I will concentrate more on using the
Read More...
I just got through signing up to attend DevConnections in Las Vegas in early November. Because of some things going on in my family situation, I normally do almost everything I can to avoid travel, but I've really been wanting the opportunity to get to
Read More...
Update 1/11/08: Between beta 2 and beta 3 there was a breaking change in the way events are fired during codegen. The metadata item that is being generated is no longer supplied as the "sender" of the event. Instead it comes in the TypeSource property
Read More...