Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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 mock EF 6 Async methods using JustMock?

Shall, I implement Repository, Unit of Work for EF6?

Mono Entity Framework 6 Duplicates

c# entity-framework mono

Entity Framework Enable-Migrations

SQL Server 2014 in memory table and transactions

Index over multiple lookup tables in SQL Server

How to add a new entity with relationships to existing entities without getting duplicates? (EF 6.1)

The context cannot be used while the model is being created. dbContext is being used somewhere else?

Parent-Child one-to-one Relation same Table

Entity Framework - Select specific columns and return strongly typed without losing cast

Custom setter for C# model

c# .net entity-framework poco

Entity Framework with Linq, inner Join, Group By, Order By

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