Stories recently tagged with 'POCO'

Entity Framework POCO (EF4): A Simple Mapping(elegantcode.com)

submitted by JemmJemm(9604) 2 years, 1 month ago

"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." read more...

add a comment |category: |Views: 916

tags: another

Entity Framework 4 Persistence-Ignorance First Look(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 8 months ago

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. read more...

add a comment |category: |Views: 170

tags: another

Achieving POCO s in Linq to SQL(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 3 months ago

How to get rid of Persistence Related code and making L2S Still work ! read more...

1 comment |category: |Views: 769

tags: another