Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Logging every data change with Entity Framework

entity-framework logging

Does it matter where AsNoTracking in Entity Framework is called

How can NodaTime be used with EF Code First?

entity-framework nodatime

ASP.NET MVC 4, Migrations - How to run 'update-database' on a production server

Ignore TransactionScope for specific query

Entity Framework: How to avoid Discriminator column from table?

Add index with entity framework code first (CTP5)

entity-framework

When upgrading from EF5 to EF6 should I replace System.Data.Objects?

entity-framework

Entity Framework 4.1: How do I delete by object Id

Warning: "... overrides Object.Equals(object o) but does not override Object.GetHashCode()"

c# .net entity-framework

How to downgrade Entity framework from 6 to 5?

.net entity-framework

How to use String property as primary key in Entity Framework

Howto use predicates in LINQ to Entities for Entity Framework objects

how to use entity framework to group by date not date with time

c# linq entity-framework

MVC3 Value cannot be null. Parameter name: value

Return count using raw query, using Entity Framework and MVC

The relationship could not be changed because one or more of the foreign-key properties is non nullable

Can anyone spot why I keep getting this error testing the EF 5 beta

Joining tables using more than one column in Linq To Entities

How to mock the limitations of EntityFramework's implementation of IQueryable