Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Where in the call chain should Include() EF LINQ extension be positioned?

How to extend aspnet membership forms authentication tables?

How to update/create many-to-many relational data in MVC Code-first using EF?

how to get toTraceString() from linq to entities query?

Automapper + EF4 + ASP.NET MVC - getting 'context disposed' error (I know why, but how to fix it?)

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