Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to get a count of records with entity framework and repository pattern

IQueryable<T> Join with Where Condition Entity Framework 6.0

c# .net entity-framework linq

Rollback transaction throws "There is already an open DataReader associated with this Command..." error

The type arguments for method GroupJoin cannot be inferred from the usage

c# linq entity-framework

DbFunctions.DiffDays() results in: This function can only be invoked from LINQ to Entities

c# entity-framework linq

Multiple object sets per type are not supported. The object sets IdentityUsers'and Users can both contain instances of type

How do I map a column to uppercase in .NET 4.5 C# Entity Framework 6 using both Oracle and SQL Server?

How do you determine subtype of an entity using Inheritance with Entity Framework 4?

When executing the command "Scaffold-DbContext" I get the error "ScriptHalted"

Testing database calls C#

MySQL with Entity Framework 6

c# mysql entity-framework

How to implement pivot data in Entity Framework?

c# entity-framework linq

Entity Framework updating two tables with one to many relationship

c# entity-framework

IQueryable to Wrap Exceptions

Auto Increment ID in Composite key Entity Framework

"The owned entity type requires to be referenced from another entity type via a navigation"

How to inject service to domain entity and how to persist entity

Disable logging of DbUpdateConcurrencyException

LINQ: Why does a union of a union throw error message "IQueryable<...> does not contain a definition for 'Union'"?