New Post: MySql .Net connector and EF6
Hi, as it stands for now MySql .Net connector is supporting EF code first 4.3, so it doesn´t work with EF6 out of the box. One of my requirements is working with open source code as much as possible,...
View ArticleNew Comment on "Code-based Configuration"
oh wait...I remembered incorrectly. I get a stackoverflow when I try to set the dbconfiguration in app.config. Maybe I should share my relevant code and you can tell me what I've got wrong?
View ArticleNew Post: Create MigrationSqlGenerator for PostgreSQL
Thank you so much Andrew for your replay.You can check out my edmx model from this link: https://dl.dropbox.com/u/6660682/model.edmxI change my InsertHistoryOperation method as yours. I noticed that...
View ArticleNew Post: View generation speed
Hi, the fix made by Alireza works like a charm view generation time is decreased in my case from 25 min to 2!Is there any chances to have an update of EF5 with those changes??Max
View ArticleNew Post: View generation speed
That's good news, I'm happy to hear that.I hope that other areas of code that affect startup time be treated as well. Currently, there are certain features of EF that make it very appealing in serious...
View ArticleNew Post: Automatically adding EntityTypeConfiguration
Here is a usability improvement I would be happy to contribute to EF, and I want to hear from the EF team what they think. Despite Code First having a convention system for configuration of the...
View ArticleCreated 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 ArticleNew Post:...
I would like to implement a default method on the HasDatabaseGeneratedOption.The recommended best practice on using Guids as a Primary Key is to use a NewSequentialId.What do you all think about first...
View ArticleCreated Issue: Retrieving model metadata broken when using HasDefaultSchema...
We need to pass the current default schema when creating the HistoryRepository.
View ArticleCreated Issue: ScaffoldInitialCreate broken with HasDefaultSchema [670]
Need to pass the legacy context key to HistoryRepository.Exists()
View ArticleUpdated Wiki: Custom Conventions
Custom Code First Conventions Code First includes a set of simple, model-wide behaviors that provide sensible configuration defaults for the parts of your model that have not been explicitly configured...
View ArticleUpdated Wiki: Custom Conventions
Custom Code First Conventions Code First includes a set of simple, model-wide behaviors that provide sensible configuration defaults for the parts of your model that have not been explicitly configured...
View ArticleCreated Issue: DbConfiguration.SetInitializer Reference Context Problem [671]
I'm unable to use the SetInitializer method of EF6 DbConfiguration. Here's the problem I'm encountering.I have one project for my model, HotelRoomsModel, which inherits DbContext.I'm using Migrations...
View ArticleNew Post: Automatically adding EntityTypeConfiguration
Thanks Unai for starting this discussion. We will discuss this in more detail in an upcoming design meeting, but I wanted to take note of some initial considerations, some of which Arthur and I...
View ArticleNew Post: Automatically adding EntityTypeConfiguration
Hi Diego,First, thanks for this quick response. I liked your comments and I'm waiting the discussion in the design meeting.ThanksUnai
View ArticleEdited Issue: DbConfiguration.SetInitializer Reference Context Problem [671]
I'm unable to use the SetInitializer method of EF6 DbConfiguration. Here's the problem I'm encountering.<br /><br />I have one project for my model, HotelRoomsModel, which inherits...
View ArticleSource code checked in, #69461fe76f43
Part of fix for issue 45 - allowing open connections to be passed to DbContext
View ArticleSource code checked in, #c25783b60ee1
Updating tests to test EntityConnection-StoreConnection states
View ArticleSource code checked in, #d298cfa378ec
Reverting change to not throw exception if open connection is passed to entity connection.
View Article