Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to set a Property unique in EF6 code first [duplicate]

Eager Loading with join

Is it a bad practice to open a new context or send one as a parameter into sub-methods?

entity-framework

Get return value from stored procedure using ExecuteSqlCommand (using Entity Framework)

How to compare int with string in linq where clause [duplicate]

c# entity-framework linq

Is there a way to have ASP.NET 5 Dependency Injection resolve a DbContext without a reference?

Azure SQL Database Operation Timeout

EntityFramework keeping connections open?

c# entity-framework localdb

The argument types 'Edm.String' and 'Edm.Int32' are incompatible for this operation

Asp.net core - no such table: AspNetUsers

How to perform 'OR' operation between several where conditions in LINQ

How to negate a Where clause of an IQueryable

Unable to update database to match the current model because there are pending changes and automatic migration is disabled

Dynamically Instantiate Model object in Entity Framework DB first by passing type as parameter

EF Core 2 tries to create same table twice

How to fix 'A second operation started on this context before a previous operation completed...' when working with dependency injection?

Configure ValueGenerator for autoincrement decimal field in InMemoryProvider

Even though model matches I am getting - Unable to update database to match the current model

c# entity-framework

Linq query Group By with contains

c# entity-framework linq

EF Core - How enable lazy loading in Entity framework core?