Hi,
I've found various snippets on the web of how to use Code First in EF4 (from the futures CTP).
But I have yet to find a complete example of an object context, the context builder and a more advanced EntityConfiguration.
For example, in my entity configuration, how do I map a property on my domain object to a column with a different name e.g. Product.Id maps to "ProductId" column.
I've seen various snippets of code on building the context but am not sure where to put this code.
After learning NHibernate a few months ago I've never looked back but I would still like to see how good the POCO support is in EF - and by the looks of things (in the CTP) they are edging between a fluent style of mapping (like Fluent NHibernate)