I\'ve been doing some playing around with POCO objects and EntityFramework. Because of this I have to write my own Context and Repository(s). I would like all repositories to use the same context inst
I am trying to model a database that is badly designed. The POCO objects I came up using Entity F开发者_C百科ramework(EF) do not represent the business entities accurately as I am limited by bad DB de
I can\'t seem to update my database from disconnected poco objects.In this example, I fetch an ApplicationUser object, update varchar(100) field SSOID, but no changes take effect.Even when I refetch t
Consider an ASP.NET MVC 2 web application project that uses EF4 POCO entities and the repository pattern to store information in a SQL Server database. So far there are 3 projects, 4 if you count the
I\'m using the CTP4 code first EF framework, but I\'m having problems getting lazy loading to work.Reading up on it, it should be simple, but it\'s just not
When I try to create my own POCO classes I get this error. This is only when I got a list of some kind or acsosiation like in this case the Author got Books. But it works great when I use the T4. I ki
I have business logic that could either sit in a business logic/service layer or be added to new members of an extended domain class (EF T4 generated POCO) that e开发者_Go百科xploits the partial class
I wrote a few assumptions regarding Entity Framework, then a few questions (so please correct where I am wrong).I am trying to use POCOs with EF 4.
I\'m trying to get to light. In DDD approach we have Presentation Layer(UI), Application Layer(Application Services), Domain Layer and Infrastructure. I\'m sure that anyone knows o short description o
Our customer advertises products but the product\'s attributes are vastly different from one another.There are almost as many product \"classes\" as there are products.