Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Detach an entity and the related entities gone

EF entity.attach does not work

NotSupportedException using ToList() in LINQ and EntityFramework

c# .net linq entity-framework

Could not load file or assembly 'EntityFramework' or one of its dependencies

DefaultConnection and membership - what is the connection between localsqlserver and defaultconnection

Mapping a self-join to a collection in code first entity framework 4.3

How do you implement a business logic layer when using entity framework as data access layer?

Use service layer or IValidatableObject

entity-framework

NullReferenceException when trying to add in one-to-many relation

visual studio 2010 and entity framework 5.0, can I use it?

c# entity-framework

Multiple foreign keys to same primary key table

entity-framework

Linq any - How to select

c# .net linq entity-framework

C# - MVC application How to update and delete a record from the database

Why include a Repo.SaveChanges() method in a repository?

How do I create an association between these 2 entities without touching the DB?

MVC - Multiple models in a view

Should I use a primary key id if table means nothing alone? [duplicate]

Using partials and projections of entities in Web API

entity-framework breeze

EF DbContext. How to avoid caching?

Prevent NULL checks in LINQ to Entity Joins