By tag: POCO
0
kicks
Entity Framework POCO (EF4): A Simple Mapping
"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 g...
0
kicks
Entity Framework 4 Persistence-Ignorance First Look
Introduction:
From the moment I put my hands on Visual Studio.Net 2010 Beta 1 and I’m targeting EF4 –Entity Framework 4- as I was very excited to checkout the new cool feature of it.
Here I am going to highlight my first look at Persistence-Ignorance support in EF4.
0
kicks
Achieving POCO s in Linq to SQL
How to get rid of Persistence Related code and making L2S Still work !