Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Like operator in Expression Tree

Entity Framework 4.0 Entity SQL passing null ObjectParameter parameters

How to use MySql and Entity Framework 4.1 code first

IQueryable to IQueryable<T>

linq entity-framework

Entity Framework 4.1 - How to "Force" EF To Go To DB Instead of Using Graph?

Designing repositories for DI (constructor injection) for service layer

Entity Framework 4.3 Migrations move existing data

Execution of the command requires an open and available connection. The connection's current state is broken.

Is there a way to remove the default dependency on Entity Framework within MVC 4?

Entity Framework data provider not found, entityclient

Create an Expression Tree that generates a parametric query for Entity Framework

ASP.NET MVC 5 identity application user as foreign key

EF Add-Migration indicates "No pending explicit migrations" but Update-Database complains "..there are pending changes"

Casting errors when attempting to return an IQueryable<MyType>

EF6: Foreign keys are not recognized on model generation for Sql Server DB

Entity Framework SQL query not returning results

c# sql entity-framework

How to use [Index] attribute in Entity Framework 6.1.1 with Code First

c# entity-framework

Accessing Navigation Properties from IdentityUser when LazyLoading is off

Preventing "'System.DateTime' failed because the materialized value is null"

Moving Entity framework to another project from MVC causes re-migration