Created Issue: DbGeography that has no keys defined. [650]
I am hitting ModelValidationException when I use CodeFirst/DbModelBuilder to build my data model. One of my entities has DbGeography property. As long as I run the app, I will get the below...
View ArticleCommented Issue: DbGeography that has no keys defined. [650]
I am hitting ModelValidationException when I use CodeFirst/DbModelBuilder to build my data model. One of my entities has DbGeography property. As long as I run the app, I will get the below...
View ArticleCommented Issue: DbGeography that has no keys defined. [650]
I am hitting ModelValidationException when I use CodeFirst/DbModelBuilder to build my data model. One of my entities has DbGeography property. As long as I run the app, I will get the below...
View ArticleCommented Issue: DbGeography that has no keys defined. [650]
I am hitting ModelValidationException when I use CodeFirst/DbModelBuilder to build my data model. One of my entities has DbGeography property. As long as I run the app, I will get the below...
View ArticleCommented Issue: DbGeography that has no keys defined. [650]
I am hitting ModelValidationException when I use CodeFirst/DbModelBuilder to build my data model. One of my entities has DbGeography property. As long as I run the app, I will get the below...
View ArticleCommented Issue: DbGeography that has no keys defined. [650]
I am hitting ModelValidationException when I use CodeFirst/DbModelBuilder to build my data model. One of my entities has DbGeography property. As long as I run the app, I will get the below...
View ArticleCommented Issue: STE: Expose error code for InvalidOperationException [627]
Handling exceptions with self-tracking entities is ugly because one must parse the (localized?) message string. Please expose an error code with InvalidOperationException.It is not clear to me why STEs...
View ArticleCommented Issue: EF5 with dbcontext: Dragging a child entity from project...
using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create a model with master/child 2 tables with FKey like Order/Order Detail , generate code as...
View ArticleCreated Issue: How to automatically make EntityValidationErrors bindable? [651]
How can we bind EF EntityValidationErrors so the corresponding WPF grid cells show the errors?Ex: When DbContext.SaveChanges() throws a DbEntityValidationException with ValidationErrors:Customer 41 The...
View ArticleCommented Issue: EF5 with dbcontext: Dragging a child entity from project...
using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create a model with master/child 2 tables with FKey like Order/Order Detail , generate code as...
View ArticleCommented Issue: DbGeography that has no keys defined. [650]
I am hitting ModelValidationException when I use CodeFirst/DbModelBuilder to build my data model. One of my entities has DbGeography property. As long as I run the app, I will get the below...
View ArticleNew Comment on "Tooling Consolidation"
I know you know that I'm chomping at the bit for the code first reverse engineer tool to let us pick objects. I love this solution but am worried about how far off it will be. If very far, is it...
View ArticleCommented Issue: DbGeography that has no keys defined. [650]
I am hitting ModelValidationException when I use CodeFirst/DbModelBuilder to build my data model. One of my entities has DbGeography property. As long as I run the app, I will get the below...
View ArticleCommented Issue: Query: Translation of Skip/Take LINQ operators cause...
"Info from Diego:I got a question on this from Unai Zorrilla (a friend of mine who has written a couple of books on EF in Spanish), and when I tried what he explained to me I was very surprised because...
View ArticleEdited Issue: Query: Translation of Skip/Take LINQ operators cause...
Info from Diego:<br /><br />I got a question on this from Unai Zorrilla (a friend of mine who has written a couple of books on EF in Spanish), and when I tried what he explained to me I was...
View ArticleEdited Issue: Query: Translation of Skip/Take LINQ operators cause...
Info from Diego:<br /><br />I got a question on this from Unai Zorrilla (a friend of mine who has written a couple of books on EF in Spanish), and when I tried what he explained to me I was...
View ArticleEdited Issue: Query: Translation of Skip/Take LINQ operators cause...
Info from Diego:<br /><br />I got a question on this from Unai Zorrilla (a friend of mine who has written a couple of books on EF in Spanish), and when I tried what he explained to me I was...
View ArticleUpdated 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 ArticleUpdated 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 ArticleNew Post: Writable Views
I've been playing around with Entity Framework and I found the workaround to get writable views to work, but I'm unsatisfied with the cost of not being able to freely add/remove/refresh schema from the...
View Article