Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Left Outer Join via Linq To Entities via Entity Framework with Where clause

Filter Data using EntityDataSource

Regenerate Code-First database without adding any data

How to conditionally set base class in declaration

c# .net entity-framework t4

Save a long string in SQL database using Entity Framework

Entity Framework 4 DB-First Dependency Injection?

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?