Demystifying The Code

EF 4 – Implementing Lazy Loading For My POCO

In my last post, I provided a simple end-to-end example where I used the Entity Framework designer to generate an Entity Data Model (EDM), I turned off the default code generation and implemented my own POCOs.  Everything worked fine, but at the end of the post I pointed out that I no longer had the [...]

[ Read More → ]

Demystifying The Code