Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to run dynamic SQL query in Entity Framework 7 that auto-maps to Entities (SqlQuery<T>)?

Why does Entity Framework detect changes on properties which were modified but reset?

Singleton with DbContext - creating instance in Startup.cs

C# Transaction Scope with 2 databases on same server causing exception

EF How can I update my Database with Migrations

Rename table in Sql and accordingly in Entity Framework (Db First)

How can I implement select case in Entity Framework?

A Multi-layer .NET framework based on POCO

Using EF code-first while retaining stored procedures

Entity framework migrations throws exception when using extension method for fluent API

c# entity-framework

Define SSRS report's DataSet and DataSource dynamically

LINQ Query for ofType in a related property

How to define a table that its primary key is constructed from 2 foreign keys with EF code-first