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

Source code checked in, #003d32b753ce0096ee4ee9f9abe9d81a5d34c146

CountCheapula: For Work Item: 1089 Performance enhancement for EntityAdapter.IsStateManagerDirty method This is a contribution from IDisposable to replace uses of GetObjectStateEntriesCount and...

View Article


Commented Task: UpForGrabs: Consider replacing internal usage of...

Currently code like the EntityAdapter is invoking IsStateManagerDirty, which implements a full copy of the state tracking dictionaries into an array, which is unnecessary if we just need to know...

View Article


Edited Task: UpForGrabs: Consider replacing internal usage of...

Currently code like the EntityAdapter is invoking IsStateManagerDirty, which implements a full copy of the state tracking dictionaries into an array, which is unnecessary if we just need to know...

View Article

Created Feature: Custom interception & logging events [1254]

(Note: Given where we are in the EF6 release I am filing this directly for a future release as discussed today after triage):There are scenarios in which some provider or custom implementation of a...

View Article

New Post: EF6, Enumerable.Contains and auto compilation

Enumerable.Contains was optimized in EF6 but complex queries with Enumerable.Contains are still quite slow. I suspect, that such queries will not be auto compiled and the query translation takes all...

View Article


Created Feature: Allow for suspending retry behavior in...

This is based on a discussion we had today in the design meeting: Currently connection resiliency restricts by design patterns that cannot be safely retried:1. Streaming queries2. User initiated...

View Article

Created Feature: Provide interception & logging events for transactions [1256]

This would be in general useful to customize the behavior and also to enable the implementation of workarounds for an issues like the one described here:[Connection resiliency: possible data corruption...

View Article

New Post: EF6, Enumerable.Contains and auto compilation

There are no plans to enable auto-compiled query on queries with Enumerable.Contains in EF6. In general enabling auto-compiled query for those would be easy but two queries that differ only on the...

View Article


Edited Feature: Provide interception & logging events for transactions [1256]

This would be in general useful to customize the behavior, to include transaction details in the log and also to enable the implementation of workarounds for the issue described here:[Connection...

View Article


Created Unassigned: EF Code-First doesn't detect multiplicity constraint...

In the model (self-referencing one-to-many relationship and TPH) described in this Stackoverflow question - http://stackoverflow.com/questions/17109540/entity-framework-self-referencing-entity - EF...

View Article

Edited Feature: Allow for suspending retry behavior in...

This is based on a discussion we had today in the design meeting: Currently connection resiliency restricts by design patterns that cannot be safely retried:1. Streaming queries2. User initiated...

View Article

New Post: When EF6 final will be released

I thought the idea was to move to a more agile, rapid-release schedule? It seems like this project has slowed down a lot from the pace you guys were at last year.

View Article

New Comment on "Roadmap"

UNIQUE KEY !, one to one relationships, stored procedure mapping for code first,

View Article


New Post: getting "is not a configuration convention, so a data space must be...

I'm using EF 6.0.0-beta1-20615 from nightly builds and I am getting an exception from the following code which was working on 6.0.0-beta1. I have the following DbContext class structure: public class...

View Article

Created Issue: ViewGen creates different hashes for the same model rendering...

For the same model view gen can create different hashes depending on how views are generated. The preferred way of generating views is to load StorageMappingItemCollection from xml artifacts obtained...

View Article


Edited Issue: ViewGen creates different hashes for the same model rendering...

For the same model view gen can create different hashes depending on how views are generated. The preferred way of generating views is to load StorageMappingItemCollection from xml artifacts obtained...

View Article

New Post: DbContext.Database.SqlQueryAsync and DbContext.Database.SqlQueryAsync

Hi,DbContext.Database.SqlQuery method is very handy, especially the DbContext.Database.SqlQuery<T> method. Is there any plans to add DbContext.Database.SqlQueryAsync and...

View Article


New Post: DbContext.Database.SqlQueryAsync and DbContext.Database.SqlQueryAsync

Hi again, sorry for this meaningless question as this already supports async, just like I was unable to get it working :) public async static Task GetWithSqlQueryAsync() { using (PeopleContext ctx =...

View Article

New Post: Multi-Schema support for migrations (to support multi-tenancy for...

Hi folks, I am very interested in support for multiple database schemas with migrations. My concrete requirement is to use migrations to manage the same data model within a database for many tenants...

View Article

New Post: When EF6 final will be released

It will be released with VS 2013 before the end of this year.

View Article
Browsing all 10318 articles
Browse latest View live