Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Unit testing With Entity Framework 7, Test fails sometimes?

ApplicationUser within an ActionFilter in Asp.Net Core 2.0?

SQL equivalent of Count extension method for LINQ isn't obvious

Trying to serialize [NotMapped] Entity Framework property for use by Breeze

Entity Framework Code First Auditing many-to-many and one-to-many issues

c# .net entity-framework

In Entity Framework is there a cleaner way of converting an object type to a string representation for storage?

How do I test the number of queries that happen over time in the Entity Framework?

c# entity-framework testing

How to have Dynamic Queryable Entities in OData v4 API?

Multiple Join Statements with LEFT JOIN to LINQ Expression syntax

What happens if I attach an entity which is already attached in EF? [closed]

c# entity-framework

MVC 4 Model in Separate Class Library Assembly (using EF 5)

Best practice to implement a sort property

difference T Get<T>(int id) and T Get(int id)

Does entity framework track changes on POCOs

.net entity-framework

Minimum database user permissions using Entity Framework database first approach

EF Function Import does not recognise columns returned by StoredProc [duplicate]

Entity framework code first migration to multiple database

Database.SetInitializer() in a static constructor?

Linq to Entity - Inserting a record