For questions about the The ADO.
I'm working on an ASP.NET MVC 5 project in VS2013, .NET 4.5.1, that uses Entity Framework 6 Code-First. I have a decent …
c# entity-framework ef-code-first entity-framework-6 asp.net-identityWhat is the difference between System.Transactions.TransactionScope and EF6's Database.BeginTransaction? Could someone give a small example or …
c# entity-framework transactions entity-framework-6 transactionscopeI want to set command timeout for query execution, currently I am doing context.Database.CommandTimeout = 90; but i feel this …
asp.net-mvc entity-framework entity-framework-6 command-timeoutI experience an error when trying to create a database using the following code. Note the problem does not happen …
entity-framework-6 package-managersI am generating a database table using an required enum field. However, when feeding the table, it is possible to …
c# entity-framework-6 enumerationI have coded a C# MVC5 Internet application, and have a question about using the .ToListAsync LINQ expression. Here is …
c# linq async-await entity-framework-6 ienumerableIs there a way to find out whether there are unsaved changes in my entity context, in the Entity Framework?
entity-framework entity-framework-4 entity-framework-5 entity-framework-6I am attempting to write a Data Access library for our suite of applications that use Oracle in .net. We …
visual-studio-2013 entity-framework-6 odp.net odacI am trying to figure out how to inject UserManager and SignInManager. I have installed Ninject in my application and …
c# asp.net-mvc-5 entity-framework-6 ninject asp.net-identityMy application is using a database first EDMX in EF 4. I would like to upgrade everything to EF 6. After getting …
entity-framework entity-framework-4 entity-framework-6