Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Is this a proper use of DTO?

How do I integrate Membership tables with Entity Framework? Asp.net

EF 4.1 Code First: Each property name in a type must be unique error on Lookup Table association

One to zero/one relationship (Code First)

Entity Framework with multiple data sources

c# .net entity-framework

MembershipUser and Entity Framework Code First

Binding EF4 with Caliburn.Micro: Should I expose my Entity as a property of the ViewModel?