Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity framework Code First: select data from table with discriminator

No connection string named "thenameofmyconnection" could be found in the application config file

c# entity-framework azure

How many DbContext subclasses should I have, in relation to my models?

Linq orderby culture (danish, æøå)

How to use parameters in Entity Framework in a "in" clause?

Call is failing with null parameter

How to specify a schema for a many-to-many relationship table?

Accidentally deleted records in __MigrationHistory?

Unit testing: TDD with POCO Objects with navigation properties (relationship fixup)

Operator '&&' cannot be applied to operands of type 'lambda expression' and 'lambda expression

c# entity-framework lambda

Enable Migration error - object refreence, MigrationsDomainCommand

Entity Framework Code First Migrations: get sql scripts programmatically

How to convert complex type to actionresult

entity framework code first not creating tables using VS 2012

Is there any way to show output during update-database?

c# entity-framework

IQueryable<T>.Include() gets ignored

c# .net linq entity-framework

DeploymentItem breaks EntityFramework unit test in separate assembly

Where is .Include DbExtension for EF 6.0?

entity-framework

Optional One-to-many Relationship in Entity Framework

OData over Web API - how to query nested properties?