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

Closed Issue: Code First: Entity splitting specify a different name for the...

I want mapping one entity to two tables, but then two tables have different primary key names.In code first, how to configure this?Comments: Fixed

View Article


Created Unassigned: Web deploy (asp.net) depends on Designer's EF.dll [1183]

This bug is to track on our end that this gets fixed before preview. We can't have other products relying on the Common7\IDE\EntityFramework.dll that ships with the designer.

View Article


Edited Unassigned: Web deploy (asp.net) depends on Designer's EF.dll [1183]

This bug is to track on our end that this gets fixed after vspreview. We can't have other products relying on the Common7\IDE\EntityFramework.dll that ships with the designer.

View Article

Source code checked in, #1d035046376a771e2044f6afe6d6cd344054e9c6

Updating MetadataWorkspace for thread safety

View Article

Created Unassigned: Designer database first :: removing Model.edmx.diagram...

Scenario:- Designer database first - import any model from existing database.- Remove Model.edmx.diagram file.- Try to add/remove entity from the model.Exception we throw is:"XmlModels involved in this...

View Article


New Post: Download EF5 RTM source and patch it?

Hi all, I'm using EF5 Code First and I'm dead in the water on a bug that apparently will not be fixed in EF5. The bug (#481) has to do with abstract entity base classes causing problems with NotMapped...

View Article

Created Unassigned: F1 help does not get displayed when in Add Enum Type...

We should be displaying help for adding enums, but we don't.

View Article

Created Unassigned: F1 help does not get displayed when in Generate Database...

When pressing F1, we should be displaying help, but we dont

View Article


Created Unassigned: Performance: InitializeDatabase regressed by changeset...

[Changeset f201cf29c15f6cf5c3efe34310d6eefee1744efa](https://entityframework.codeplex.com/SourceControl/changeset/f201cf29c15f6cf5c3efe34310d6eefee1744efa) introduces a performance regression to the...

View Article


Edited Issue: CodeFirst: Each call to Map/MapToStoredProcedures overrides the...

When making multiple calls to MapToStoredProcedures, we override the previous map stored proc settings. This is a bit confusing. For instance:``` C#modelBuilder .Entity<Blog>()...

View Article

Commented Issue: CodeFirst: Each call to Map/MapToStoredProcedures overrides...

When making multiple calls to MapToStoredProcedures, we override the previous map stored proc settings. This is a bit confusing. For instance:``` C#modelBuilder .Entity<Blog>()...

View Article

Edited Issue: CodeFirst: Each call to Map/MapToStoredProcedures overrides the...

When making multiple calls to MapToStoredProcedures, we override the previous map stored proc settings. This is a bit confusing. For instance:``` C#modelBuilder .Entity<Blog>()...

View Article

Closed Issue: Database.Log interceptor is not unregistered on context...

This means it will stay registered for the life of the app domain.Comments: Verified, closing

View Article


Edited Unassigned: Performance: InitializeDatabase regressed by changeset...

[Changeset 1911dc7cef21db6e630b9258d53584a326438cc8](https://entityframework.codeplex.com/SourceControl/changeset/1911dc7cef21db6e630b9258d53584a326438cc8) introduces a performance regression to the...

View Article

Commented 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.Comments: Fixed in...

View Article


New Post: Adding support for ordred collections

@PeterSvahn I believe this is covered by this work item: https://entityframework.codeplex.com/workitem/121 This feature doesn't fit in the schedule for EF6 but it is something we are considering for...

View Article

Commented Feature: Support for ordered collections [121]

When a collection is saved and then retrieved through Entity Framework, the order of items is not preserved. It would be great if EF (optionally) saved collection index with the items so that the order...

View Article


New Post: EntityGraph and VS 2012 using Entity Framework 5

@bokanowski I believe you are referring to this: http://www.codeproject.com/Articles/247254/Improving-Entity-Framework-Query-Performance-Using This project is not part of EF but is rather an extension...

View Article

New Post: Download EF5 RTM source and patch it?

@CoreyW Unfortunately the EF5 source code is not available--the switch to an open source license was made after work on EF6 had already begun. If you have a repro for the code that still doesn't work...

View Article

Commented Feature: Support for ordered collections [121]

When a collection is saved and then retrieved through Entity Framework, the order of items is not preserved. It would be great if EF (optionally) saved collection index with the items so that the order...

View Article
Browsing all 10318 articles
Browse latest View live