Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

I need to speed up the following Linq query

c# sql linq entity-framework

Cannot implicitly convert type 'System.Collections.Generic.List<System.Collections.Generic.IEnumerable<xxx>>' to 'System.Collections.Generic.List<xxx>

c# entity-framework

Hierarchical Code First EF Binding to WPF Treeview... Impossible

Options to remove or modify AspNet Identity

Entity Framework search records with a list of strings?

ORM: why should i use it? [duplicate]

sql entity-framework orm

Conflict with foreign key when the related entity is added before SaveChanges

Using GroupBy DateTime with Entity Framework throws an exception

EntityFrameworks inserts already inserted related item

Getting "Cannot insert the value NULL into column" when trying to save with .Add() method using DbContext . Please check my POCO's and save method

Is it wise to use same DbContext with multiple repositories?

SQL Server 2012 insert block reads

Difference between DbSet.Add(entity) and entity.State = EntityState.Added [duplicate]

entity-framework

entity framework 4: where is my load method and IsLoaded property?

c# entity-framework

Validate checkbox - frontend MVC3

What does "Entity Tracked by Context" mean in Entity Framework

Entity Framework Foreign Key Mapped to Same Table