My name is James Bigler. I am a software developer. This blog is mostly a collection of links related to software programming and technology.
Search This Blog
Monday, December 21, 2009
Saturday, December 19, 2009
Wednesday, December 16, 2009
Tuesday, December 15, 2009
Entity Framework POCO (EF4): A Simple Mapping
The latest EF4 CTP released on November 12th includes updated support for POCO’s (Plain Ol’ CLR Objects). Although we could use POCO’s in the previous CTP, we still had to create an EDMX artifact to model our entities, thus leading to a bit of duplication.
In this post I want to take a look a simple mapping scenario, and how that looks using the new ‘Code Only’ API. By using the code only API I can have complete control over my entities, giving me the most flexibility in my mapping strategies, better testability and extensibility, and ultimately greater maintainability. No generated code. No XML files. Sweet
Sunday, December 13, 2009
A quick out (west) and back - Mtbr.com Forums
A quick out (west) and back Passion
Thursday, December 10, 2009
Wednesday, December 9, 2009
Tuesday, December 8, 2009
Wednesday, December 2, 2009
Localizing NHibernate: Contextual Parameters
Tuesday, December 1, 2009
Download Visual NHibernate
Download Visual NHibernate - visual designer and mapping tool