Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Code First Mapping Foreign Key Using Fluent API

What is the best way to prevent updating on specific fields in Entity Framework

entity-framework

Pros and Cons of putting a db context in static class library

SQL Server Geography vs DbGeography

Entity Framework – Inserting into multiple tables using foreign key

Adding additional properties to an entity framework 4 code first CTP 5 entity

In Linq, what's the difference between .FirstOrDefault and .SingleOrDefault

linq entity-framework

Not recognize the method 'System.String ToString()' method, and this method cannot be translated into a store expression

EntityFramework 5 Install fails in VS 2012

Exception Handling in EF when Try To Delete Not Cascaded Entity

Bring back DbContext.Detach() method with an extension method (EF5) [duplicate]

Apply all IEntityTypeConfiguration derived classes in EF Core

What causes "Incorrect syntax near <stored procedure name>" in EF Code First and SQL 2005?

using equal and not equal in a linq join

linq entity-framework

Dynamic LINQ DateTime Comparison String Building - Linq To Entities

Saving Viewmodel data to the Database in ASP.NET MVC

Getting entity framework context in Linqpad?

c# entity-framework linqpad

Multiplicity constraint violated Entity framework 5

A dependent property in a ReferentialConstraint is mapped to a store-generated column error on 1-to-1 relationship

Is there a way to have class names be different from your table names?