Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Relationships in Entity Framework Code First

Good practice to declare database variable

Code generated using the T4 templates for Database First and Model First development may not work correctly if used in Code First mode [duplicate]

Entity framework's invalid operation exception "An entity object cannot be referenced by multiple instances of IEntityChangeTracker"

c# entity-framework

Don't understand DbContext -- per application or per model

Entity Framework - Code First - Multiplicity constraint violated, The role X of the relationship Y has multiplicity 1 or 0..1

What is best practice for using Unity with Entity Framework in a MVC 4 application

Working of await in Async await

Get number of rows deleted and number of rows edited by DbContext.SaveChanges()

Issue when trying to read multiplte entity resultsets from a stored procedure

Two IdentityDbContext in the same database

Entity Framework is Really Slow Getting a Single Item

How to mapped enum type to tinyint

Entity Framework inheritance

How to add an index on multiple columns with ASC/DESC sort using the Fluent API?

Saving String with Double and Single Quotes From EF to SQL

c# sql entity-framework

How to log SQL generated by EF using log4net

IConfiguration does not contain a definition for Get() (EF7, vNext)

UNIQUE columns with count using LINQ

Linq-To-Entities using method to select new object