Commented Issue: As currently configured SQL Azure will not work with Model...
Create a WebAPI or MVC project with a Model First EF Dal. Everything works fine. Now migrate Database to Sql Azure, and MVC Project to Azure Website. It is not possible to "out of the box" configure...
View ArticleCommented Feature: Designer: Exclude unwanted columns from existing database...
"Very often when dealing w/ large tables you want your model to only deal w/ a subset of the full table's columns. Do you should be able to remove a column from the entity data model.This won't work if...
View ArticleCommented Issue:...
Getting this error when generating:Microsoft.DbContextPackage.Extensions.ProjectExtensions.InstallPackage(Project project, String packageId)Environment:Windows 8 ProVisual Studio 2012 UltimateDatabase:...
View ArticleNew Post:...
Thank you! This is exciting as it will open up many more options for my team. Does your team need help with this implementation? I am willing to put the time in to help if you all need/want it....
View ArticleCommented Issue: Give DbGeography support for polygons with holes [728]
The DbGeopgaphy type does not support to access to the individual rings of a singe polygon having holes. Please add support to access the inner rings defining the holes via the ExteriorRing...
View ArticleCommented Issue: EF loads entire child collection when item is added to...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View ArticleEdited Issue: EF loads entire child collection when item is added to context...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View ArticleCommented Issue: EF loads entire child collection when item is added to...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View ArticleCreated Issue: SqlQuery for non-mapped types is slower than for mapped types...
When using DbContext to perform queries using SqlQuery (context.Database.SqlQuery<T>) then queries are significantly slower when T is not included as a DbSet on the context.It appears that when...
View ArticleEdited Issue: SqlQuery for non-mapped types is slow [746]
When using DbContext to perform queries using SqlQuery (context.Database.SqlQuery<T>) then queries are significantly slower when T is not included as a DbSet on the context.<br /><br...
View ArticleCommented Issue: UseStrongSpatialTypes annotation missing when upgrading CSDL...
When upgrading CSDL 2.0 to CSDL 3.0 with the designer the UseStrongSpatialTypes annotation (set to false) is not added to the schema. This may result in a message/exception saying: "Currently, spatial...
View ArticleCommented Issue: The type 'XXXX' was not mapped. Check that the type has not...
I'm getting the "The type 'XXXX' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined...
View ArticleNew Post: How to refresh client catch data?
Well, why? This should be rare - normally you should not have one dbcontext across tons of transactions. So, the problem does not appear. It seems you abuse the patterns.
View ArticleNew Post: FxCop Suppressions For Designer Generated Code?
Should definitely be fixed. MANY of those warnings are quality warnings that are useless for generated code (i.e. they point to possible human error, which can not happen there). Not marking generated...
View ArticleNew Post: AddOrUpdate
+1. Agree. Especially given that this can emit different code (MERGE statement instead of insert/update combo). Whe whole SQL side of EF is still quite - simple.
View ArticleCommented 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 ArticleEdited Issue: EF loads entire child collection when item is added to context...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View ArticleCommented Issue: EF loads entire child collection when item is added to...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View ArticleCommented Issue: EF loads entire child collection when item is added to...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View ArticleEdited Issue: EF loads entire child collection when item is added to context...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View Article