Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

What type of Linq to SQL queries should be compiled?

How to get all records within the last Two Days from the current Date using EF 4?

Serializing Entity Framework Objects into JSON

MvcMiniProfiler Unable to cast object of type EFProfiledDbConnection

Any Fluent API tutorials that use EF Database-First approach to explain the subject?

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