Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

TimeStamp with EF Core 2.1 and Sql Server?

Expression to get LINQ with Contains to EF for SQL IN() where on entities child's property equals value

If I ignore a dbset used for a procedure I cannot use EF Core to get that procedure

How do I extend ADO.NET Entity Framework objects with partial classes?

get average Datetime from DB and subtract one Date from another

c# linq entity-framework

Is my ASP.NET MVC application structured properly?

DevArt's dotConnect for Oracle vs DataDirect's ADO.NET data provider

Can you map the results of a manual SQL query to objects in Entity Framework?

Entity Framework (EF) OutOfMemoryException

Copy Entity Model from one project to another in VS2010