Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to resolve collation conflicts with the Entity Framework?

Querying SQL Server xml column with user provided XPath via Entity Framework

How to Shim DbContext with Microsoft Fakes?

Error on Project Startup relating to Entity Framework in Package Manager Console

Entity framework code first convert between class boolean and column integer

Entity Framework inheritance: sort/group by type?

entity-framework

Add a LINQ or DBContext extension method to get an element if not exist then create with data in predicate (FirstOrCreate)

Unsolvable (as of yet) serialization error

c# .net entity-framework azure

Unable to Determine Principal End - Entity Framework Code First Relationship

EF: Entity Dependency injection

Creating a set from Table Valued Function in Entity Framework

EF: mapping class properties to Rows not Columns

c# entity-framework orm

HttpContext data caching in entity framework

c# entity-framework caching

Entity Framework Id column issue

How to generate STRICTLY increasing number with no gap in Azure Sql Database

Implementing an ICollection<ISomething> with a concrete type to satisfy Entity Framework

How to handle concurrent DbContext access in dataloaders / GraphQL nested queries?

Custom setter for C# model

c# .net entity-framework poco

How can I hint the C# 8.0 nullable reference system that a property is initalized using reflection

Using the Entry<TEntity>().CurrentValues.SetValues() is not updating collections