For questions about the The ADO.
We have a scenario to save two entities from two contexts in single transaction. Step 1 - SetTransaction(firstContext, true); Step 2 …
c# entity-framework-6I am attempting to create an Entity Data Model using the wizard to reverse engineer an existing MySQL database. I …
c# mysql visual-studio-2015 entity-framework-6Update: Problem solved, see end of this question. The problem: We are trying to use Entity Framework 6 and code-based configuration …
c# entity-framework configuration entity-framework-6I have had a couple of suggestions on how to access data from my database: var allMyIds = context.Database.ExecuteSqlCommand("…
c# asp.net entity-framework sql-server-2012 entity-framework-6I have an entity that has an Auto-identity (int) column. As part of the data-seed I want to use specific …
c# entity-framework entity-framework-6I've seen many posts and answers regarding how to mark a field as the identity column. Many of them are …
.net sql-server entity-framework entity-framework-6 .net-4.6When calling SaveChanges / SaveChangesAsync in Entity Framework (CF, C#), if a change conflict occurs (for example, the values has been …
c# entity-framework entity-framework-6 optimistic-concurrencyI want to use sqlite entity framework in my web api project, but it always can't work well, here is …
c# entity-framework sqlite visual-studio-2013 entity-framework-6Have been googling for a solution to the problem on how to mock the include method on dbset in EF6. …
c# entity-framework-6I've got multiple classes (including TPT) in my project. Each POCO has a BaseClass, which has a GUID (called GlobalKey) …
entity-framework naming-conventions code-first entity-framework-6