New Post: Default Value & CreateDatabaseScript
Hi, i noticed that default values in ssdl property element is not taken into account when generating the script for database creation CreateDatabaseScript. For example starting with this entity...
View ArticleNew Post: Default Value & CreateDatabaseScript
Hi Max, Currently the DefaultValue from the SSDL is not being used to generate the database script (also note that in the model first scenario you may not even have the SSDL). This value is used at...
View ArticleNew Post: Best practices for DbContext in project using IdentityDbContext
When creating a project that uses IdentityDbContext for authentication it is possible to treat this in much the same way as a standard dbContext and use codefirst from within this same context for...
View ArticleNew Post: Best practices for DbContext in project using IdentityDbContext
Am also really hoping to see guidance on this - seems like the overwhelming number of use-cases hold that the domain's user entities have to bind to the authentication project membership provider - if...
View ArticleNew Post: Best practices for DbContext in project using IdentityDbContext
Hello Transacta and Steve, I am not aware of any fundamental technical reason not to share the DbContext you use with ASP.NET Identity with the rest of your application. In fact, as Steve mentions, in...
View ArticleNew Post: Trouble with slowness using EF6 many-to-many
Cross-posted from stack overflow. Does anyone have an answer?http://stackoverflow.com/questions/19961191/trouble-with-slowness-using-ef6-many-to-many
View ArticleNew Post: EF6 runtime DbContext/ObjectContext supports MEST?
Hi. It is a good news! My problem is gone. I've confirmed that there is no problem in EntityFramework about this discussion. There are problems in both NpgsqlSchema.msl and NpgsqlSchema.ssdl in Npgsql....
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi guys, are there any updates on this feature? It would be very useful to have HierarchyId in list of supported types. I can help you with development in case it will speed-up process. Tomas Jecha MVP
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi Tomas, There is no official HierarchyID support, yet but i created my own nuget package with HierarchyID support:https://www.nuget.org/packages/EntityFrameworkWithHierarchyId/ Or you can build your...
View ArticleNew Post: EF6 startup performance
Hi npnelson, I finally found some time to give EF6 a try again. I have tried with the ngen, and it improved only for about 1s. Still it is far away from even close match (3.5s longer initialization...
View ArticleNew Post: EF6 startup performance
Goran_, did you try the 6.0.2 nightly builds? See http://blogs.msdn.com/b/adonet/archive/2013/11/13/6-0-2-nightly-builds-available.aspx
View ArticleNew Post: EF6 startup performance
Hi Diego I have just tried out the 21114 version (for some reason did not work from the console,but I was able to install it through manager). Before I give the performance results, I will also mention...
View ArticleNew Post: EF6 startup performance
Hi Goran_ Thanks for verifying. Is there a possibility that you can provide a repro for the perf issue and also for this exception? Diego
View ArticleNew Post: EF6 startup performance
Thanks a lot. As soon as you have a repro for the perf issue please share it. If we find a fix on time there is a chance that we can include it in 6.0.2.
View ArticleNew Post: EF6 startup performance
Hi Diego, I was able to reproduce both issues. How can I send you the project? Regards, Goran
View ArticleNew Post: EF6 startup performance
Hi Goran, Thanks! The first choice would be to create two new bugs on https://entityframework.codeplex.com/WorkItem/Create and attach the repros to them but if you prefer you can send them over email,...
View ArticleNew Post: EF6 startup performance
Hi Diego, Since I have created a project that reproduces both issues, I will send you one project, with detail explanation what is causing the problem. And then you can create issues on the CodePlex....
View ArticleNew Post: EF6 startup performance
Hi Goran, Sounds good. And once more, thank you. Diego
View ArticleNew Post: EF6 runtime DbContext/ObjectContext supports MEST?
Hi Kenji Uno. Thanks again for reaching out to us. Although you may have been able to workaround it by making changes to the SSDL and MSL models used by Npgsql, it turns out that what you described in...
View Article