Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

3 methods for adding a "Product" through Entity Framework. What's the difference?

Entity Framework - SaveChanges with GUID as EntityKey

entity-framework guid

Entity Framework - redundant connection string

Entity Framework CTP5 - How to Call Stored Procedure?

Where does "it" come from in this example of ObjectSet<T>.SelectValue?

How to get entity change delta in EF?

What is the point of creating foreign key properties when using Entity Framework Code First?

Is it possible to express a check constraint?

Entity Framework; How to handle an exception in foreach loop and keep iterating

Multiple DbContext classes for a single web app. Good or bad?

Call a method inside the select part of a LINQ query

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