ctp4
EF CTP4 : "The context cannot be used while the model is being created."
I have two entities : Student and Class. they have a many-to-many relationship between each other : class Student[详细]
2023-02-18 16:28 分类:问答CTP 4 doesn't consider base class properties
In Below sample, CTP consider only User class properties but i expect base class properties included in Users table开发者_JAVA技巧.[详细]
2023-01-29 04:18 分类:问答Code-First: How to create a many to many relationship where the source class/table is the target one as well?
Can someone please post an example on how to create a many to many relations开发者_运维知识库hip where the source class is also the target one, using code-first ?[详细]
2023-01-29 02:46 分类:问答Junction table with additional payload columns in EF4 CTP4 Code First
I have the following tables: WOPartList (defines parts that have 1 or more Part_Size) WOPartSize (defines sizes that have 1 or more Part_Size)[详细]
2023-01-29 02:04 分类:问答Cleaning up data within SQLCompact DB between MsUnit tests
I\'m playing with MVC2, Entity Framework and CTP4 using code only persistence.I\'ve created some unit tests in MSUnit for my domain objects, including some to see how persistence works in this paradig[详细]
2023-01-28 14:36 分类:问答EF CTP4 cascade delete on many to many relationship
I\'ve created a many to many relationship usi开发者_开发知识库ng default conventions in EF CTP4 by defining an ICollection on both image and project entities.[详细]
2023-01-27 08:13 分类:问答SQL CE 4 System.Transaction support
A similar question was asked here but had no answer. I am attempting to use a System.Transactions.CommittableTransaction with EF CTP4 and S开发者_StackOverflowQL CE 4.[详细]
2023-01-25 06:36 分类:问答Making Object Context (EF4/CTP4) thread safe?
I am using the latest release of entity framework 4 - CTP 4 for my project in ASP.NET 4. This version (EF4-CTP 4) gives an option to build the Object Context (or DBContext) using code first approach.[详细]
2023-01-24 02:46 分类:问答How to pre-generate views with code-only CTP4?
We have a performance issue when using CTP 4 and code-only (no .edmx model file). Is it possible to pre-generate \"views\" wh开发者_如何学Pythonen using code-only and CTP 4? You can\'t. However, you[详细]
2023-01-23 21:06 分类:问答Code First CTP4: Table with no primary key?
With Entity Framework and Code First, is it possible to let it create and use a table with no primary keys?开发者_开发百科 I can\'t get this setup to work:[详细]
2023-01-23 03:34 分类:问答