Although I\'m not doing full blown DDD, I find the repository pattern appealing and I do try to segment the repositories along aggregate-root boundaries.I\'m implementing repositories on top of the En
I\'m having a difficult time finding straight forward examples of using EF in a DDD style pattern. This is also my first time employing DDD 开发者_运维问答and have a few questions regarding solution l
I have a WPF app that updates my database from an in-code entity model. There may be instances that it updates the DB while there are users connected and I would like to put it in Single-User-Mode to
READ FIRST before answering! I have a RESTful service which wraps around the Entity Framework. Basically, all I did was create a database, add relations between the tables, create an Entity model aro
I was trying to find out which Entity Framework objects, if any, remain live after the end of an HTTP request that is being handled by ASP .Net?
I have objects: type A (Id, Name), type B (AId, Description). I want to make relation 1-to-1 (and create it 1-to-[0..1]). All works great exept deleting objects of type A. When I\'m trying to delete
I\'ve intalled vs2008 ts on my windows 7 x64 pc, but when I tried to add ado.net entitydata model there is no temp开发者_C百科late for it. All the MSDN tutorials say that vs2008 has it.You need VS2008
I have an entity who\'s primary key is a foreign key in other tables in the database In order to delete a record in this entity I need to first delete all the foreign keys records or the delete will
We have a big (and growing!) database.We\'re trying to not have to build the models by hand, and we found this
I have a table called say Table1 which has a column that is a primary key in another table. I want to change this value so I try