Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live

Commented Issue: Migrations option to generate key names with dots replaced...

Out of the box migrations use the table name with schema when creating keys. For example, migrations will generate a key by this name "PK_dbo.Header_Change_Event" if I do not manually set the name. In...

View Article


Edited Issue: Need documentation for Composite key ordering with Annotations...

In the code first annotations section on the MSDN documentation we should include instructions for ordering composite keys in the [Key] section<br /><br />this is the way I found on a post...

View Article


Edited Issue: UniqueIdentifier primary keys (GUIDs) should not be created as...

Hey guys,<br /><br />In my original request on Connect ( https://connect.microsoft.com/VisualStudio/feedback/details/587040/create-guid-ids-as-non-clustered-primary-keys-in-entity-framework...

View Article

Commented Issue: UniqueIdentifier primary keys (GUIDs) should not be created...

Hey guys,<br /><br />In my original request on Connect ( https://connect.microsoft.com/VisualStudio/feedback/details/587040/create-guid-ids-as-non-clustered-primary-keys-in-entity-framework...

View Article

Edited Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...

We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:<br /><br />ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id,...

View Article


Commented Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...

We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:<br /><br />ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id,...

View Article

Edited Feature: Make EF Designer OSS [406]

We are working to make the EF Designer OSS.

View Article

Commented Feature: Make EF Designer OSS [406]

We are working to make the EF Designer OSS.Comments: Assigned to EF6

View Article


Commented Issue: DetectChanges navigation property fix-up bug? [668]

Given a POCO model and Code First, after setting a foreign key property on an instance that has an associated navigation property, fix-up is supposed to occur during DetectChanges. If code causes...

View Article


Source code checked in, #8ed029a4abf4

Fixing .NET 4 test run break

View Article

Updated Wiki: Rebuilding EF providers for EF6

Rebuilding EF providers for EF6Certain changes were required to the way EF interacts with providers to allow EF to be released under an open source license. These changes require rebuilding of EF...

View Article

Created Issue: Release async enumerable as separate project [736]

It would be great to have async enumerable which can be used in another projects without dependency to EF

View Article

Commented Issue: The type 'XXXX' was not mapped. Check that the type has not...

I'm getting the "The type 'XXXX' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined...

View Article


New Comment on "Custom Conventions"

How will CodeFirst know about EdmProperty or about property.PrimitiveType.PrimitiveTypeKind ? That means including edmx is mandatory, right? And the connection string should be the EDMX one, not code...

View Article

Commented Issue: The type 'XXXX' was not mapped. Check that the type has not...

I'm getting the "The type 'XXXX' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined...

View Article


New Post: EF5 to EF6 on Azure with Automatic Migration

Hi,I tested EF6 on azure using an existing database that was created by EF5. It didnt work because you drop the primary key of the __MigrationHistory table to create a new one. Is there any good...

View Article

Updated Wiki: Design Meeting Notes - December 13, 2012

-

View Article


New Post: EF5 to EF6 on Azure with Automatic Migration

Hi Sebastian,Thanks for reporting this - I will create a bug to track this issue. It is likely we will fix it before we ship EF6.For now, your workaround seems like the right one.Cheers,Andrew.

View Article

Created Issue: Migrations: 5 -> 6 upgrade on Azure broken [739]

From this thread: http://entityframework.codeplex.com/discussions/406754 it looks like our strategy for upgrading the history table doesn't work on Azure.

View Article

New Post: ObjectContext.DetectChanges and the SavingChanges event

DetectChanges execution time scales based on the number of tacked entities, not on the number of changes made since the last call. As always you should measure the performance of your app in a typical...

View Article
Browsing all 10318 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>