styx31

Stories submitted by styx31

Persistence Ignorance (POCO) Adapter for Entity Framework V1(blogs.msdn.com)

submitted by styx31styx31(50) 3 years, 8 months ago

One of the limitations of Entity Framework V1 released as part of .NET Framework 3.5 SP1 and Visual Studio 2008 SP1 is lack of support for POCO entity objects. POCO stands for Plain Old CLR Object and refers to an object that does not have any persistence concerns and is not aware of persistence framework. Modern development approaches such as DDD (Domain-Driven Design) and TDD (Test-Driven Development) prefer clear separation of concerns which implies persistence ignorance. [...] We have recently published a sample called EFPocoAdapter that includes code generator and a supporting library that implements POCO object tracking on top of Entity Framework V1 read more...

add a comment |category: |Views: 184

tags: another

LINQ to [AnyWhere](blog.windows2.webhome.at)

submitted by styx31styx31(50) 4 years ago

Trying to create a compilation of all "Linq to something" projects ? read more...

1 comment |category: |Views: 8

tags: another