Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Is using a Repository Abstraction over Entity Framework Good Practice or not?

.net entity-framework

How do you configure the Transaction time out in Entity Framework 6 DbContext.Database.BeginTransaction?

Sorting nested collection in projection: Unable to cast object of type 'SortOp' to type 'ProjectOp'

LINQ to Entities equivalent of sql "TOP(n) WITH TIES"

Referential Integrity Constraint violation when attempting to set a FK to null

Overriding virtual method with generics and constraints

Entity Framework 1to1 relationship via association table not working in EDMX

Entity Framework Not Generating Classes for Tables or Procedures

Oracle ODP.Net With Entity Framework 6 - ORA-00955 on Select from Table View

c# oracle entity-framework

How To Scaffold a View Model in MVC 5

Entity Framework List Contains in lambda

Entity Framework Deadlocks and Concurrency

Updating an entity with required properties in Entity Framework

c# entity-framework

Dot Net Entity Framework database update doesn't create tables in mysql database

Entity Framework Code First Migration Files Source Control

Manage ADO.NET Entity Framework ObjectContext in ASP.NET MVC

Using Entity Framework 4.0 in a .Net 3.5 Application [duplicate]

Can I clone an IQueryable in linq? For UNION purposes?

c# linq entity-framework

how to 'not' a lambda expression for entity framework

how to do many to many with the same table with EF4 Code First