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

Edited Issue: Code First support for empty databases should work with other...

In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...

View Article


Edited Issue: Database first: Consider improving experience when key metadata...

Currently when metadata about the key of a table, view or function is missing we apply an heuristic to infer a synthetic key. This mechanism usually comes up with something that doesn't match user...

View Article


Edited Task: MustFix: Designer: Reduce VM usage when adding new model [414]

We should try and reduce the virtual memory usage when you add a new Entity Data Model in VS2012.

View Article

Edited Issue: MustFix: Logic to create tables on empty database should not...

We currently have logic like this in the database checker class: switch (providerName){ case "System.Data.SqlClient": provider = new SqlPseudoProvider(); break; case "System.Data.SqlServerCe.4.0":...

View Article

Edited Issue: MustFix: Logic to create tables on empty database should not...

We currently have logic like this in the database checker class: switch (providerName){ case "System.Data.SqlClient": provider = new SqlPseudoProvider(); break; case "System.Data.SqlServerCe.4.0":...

View Article


Closed Issue: Code First support for empty databases should work with other...

In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...

View Article

Edited Issue: MustFix: Code First Logic to create tables on empty database...

We currently have logic like this in the database checker class: switch (providerName){ case "System.Data.SqlClient": provider = new SqlPseudoProvider(); break; case "System.Data.SqlServerCe.4.0":...

View Article

Edited Issue: MustFix: Code First Logic to create tables on empty database...

In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...

View Article


Edited Issue: MustFix: Enable JSON serialization of dynamic proxies [184]

"INITIAL BUG:It seems that when Entity Framework creates proxy classes for entity objects, it does not honour property attributes set on virtual navagation properties. It is a serious problem when...

View Article


Commented Issue: NotMapped on base property throws if derived type discovered...

An exception is thrown when the derived entity type is discovered before the base entity type containing an ignored property."You cannot use Ignore method on the property 'BaseProperty' on type...

View Article

Commented Issue: NotMapped on base property throws if derived type discovered...

An exception is thrown when the derived entity type is discovered before the base entity type containing an ignored property."You cannot use Ignore method on the property 'BaseProperty' on type...

View Article

Updated Wiki: Design Meeting Notes - January 17, 2013

-

View Article

Updated Wiki: Design Meeting Notes - January 17, 2013

Design Meeting Notes - January 17, 2013Metadata API surfaceSome parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are...

View Article


Updated Wiki: Design Meeting Notes

Entity Framework Design Meeting NotesThe Entity Framework team has a weekly design meeting in which we discuss/recap design and other issues with the codebase. These are the notes from those meetings....

View Article

Updated Wiki: Design Meeting Notes - January 10, 2013

-

View Article


Updated Wiki: Design Meeting Notes

Entity Framework Design Meeting NotesThe Entity Framework team has a weekly design meeting in which we discuss/recap design and other issues with the codebase. These are the notes from those meetings....

View Article

Updated Wiki: Design Meeting Notes - January 10, 2013

Design Meeting Notes - January 10, 2013Clustered/non-clustered unique identifier primary keys and SQL AzureIn a previous meeting we came to a conclusion on better DDL generation from Code First...

View Article


Edited Issue: Migrations: Disable database intializer when migrations is...

CreateDatabaseIfNotExists is incompatible with migrations so we should disable it.

View Article

Edited Issue: Migrations: Disable database intializer when migrations is...

CreateDatabaseIfNotExists is incompatible with migrations so we should disable it. This could include making the initializer aware of migrations and being a no-op if a migrations config is present.

View Article

Edited Issue: Handle ProviderIncompatibleException thrown from...

Reported on the blog by a customer:http://blogs.msdn.com/b/adonet/archive/2012/05/08/ef5-sample-provider-published.aspxHi!I have encountered a changed behavior in the EF CodeFirst. Since version 4.3...

View Article
Browsing all 10318 articles
Browse latest View live