Here is a part of an Entity Framework model Basically I have items that can have multiple previews, and each preview has a thumbnail (stored in the blob field Data in PreviewThumbnail).
I have a some error : EF 4: Removing child object from collection does not delete it - why? when i remove a child from the parent that the child is deleted when i call SaveChanges(), it gives the fol
We are using .net C# 4.0, VS 2010, EF 4.1 and legacy code in this project we are working on. I\'m working on a win form project where I have made a decision to start using entity framework 4.1 for ac
I\'m [finally!] tackling MVC (version 3) after years of ASP.NET forms development. I have a strong background in n-tier application architecture, and I\'m trying to approach this new project properly,
In the past, I\'ve generally used classes to represent my data in applications I design and build.But in web applications, that doesn\'t seem to be needed/applicable, because data is stored in a datab
I want the Domain Service Class to show my entities so that I can have it generate CRUD for me.Why is nothing showing up?
I\'m trying to design an application, in ASP.NET MVC, using Enterprise Library 4.1I added the Entity Framework POCO template and moved the generated entities to a separate \"Entities\" project.However
Is it bad design to have some common functions in POCO entities in Asp.NET MVC 3 + EF CF project? Let\'s say i need function 开发者_高级运维to get next record code generated by entity properties :
I am using a WCF Service which returns POCO objects. My navigation properties are marked as virtual to enable lazy loading/proxies. I also use the [ApplyDataContractResolver] pattern to serialize the
I have heard that there are downsides to POCO with Entity Framework, but I am not 100% sure what they are. I heard that there are issues with change tracking. What are the major downsides and what are