Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Set model property to boolean in Entity Framework

entity-framework

Converting iQueryable to IEnumerable

Why EF navigation property return null?

Is DbSet<>.Local something to use with special care?

Unable to determine the relationship represented by navigation property ASP.NET core 2.0 Entity Framework

Entity Framework as Repository and UnitOfWork?

Performance of Linq to Entities vs ESQL

Getting a count of returns seen by a RESTful request

entity-framework rest

How to pass parameters to DbSet.SqlQuery Method in Entity Framework

Unable to load the specified metadata resource

Code First & Identity with Azure Table Storage

Entity Framework - How should I instance my "Entities" object

Passing func as parameter in Linq to Entities and 'Internal .NET Framework Data Provider error 1025' error

Where to convert business model to view model?

Filtering include items in LINQ and Entity Framework [duplicate]

c# linq entity-framework

The Include path expression must refer to a navigation property defined on the type.in eager loading

what is difference between inverse property and foreign key in entity framework?

c# entity-framework

LINQ to entities - Building where clauses to test collections within a many to many relationship

Entity Framework: Using transactions and rollbacks... Possible?

Entity Framework - how do I get the columns?