Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Connection Timeout Expired. The timeout period elapsed during the post-login phase

How can I manage EF 6 migrations in visual studio 2015?

Adding DbContextOptions in Startup.cs not registering data store

Ef Linq queries timed out, but same queries less than 1 second on SSMS

Setting the On Update Cascade Constraint with Entity Framework Core

Can I use Entity Framework with ASP.NET Membership?

DataContractSerializer: How to serialize classes/members without DataContract/DataMember attributes

How to prevent FxCop from analyzing auto-generated code?

Sql Server Freetext through Entity Framework

Entity Framework cant use the DbContext, model being created

Cast IQueryable<EntityObject> to IQueryable<Specific>

No need to dispose DataContext/ObjectContext in EF?

Can Entity Framework handle many to many relationship without an intersection object?

EF 5, Code First - Create a new database and run all migrations programmatically

How to have multiple entities mapped against one table?

Foreign Key To Microsoft.AspNet.Identity.EntityFramework.IdentityUser?

EF 6 code-first with custom stored procedure

Placement of view models/DTOs in onion architecture

Why Does Await Not Appear to Prevent Second Operation on EF Context

EFCore returning too many columns for a simple LEFT OUTER join