Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Why are foreign keys in EF Code First marked as virtual?

WEB API .NET Action with custom endpoint names

Entity Framework Core 2.0 Scaffold view from existing database

GetEntityTypes: configure entity properties using the generic version of .Property<TEntity> in EF Core

Remove row asynchronously using Entity Framework

How to eager load with Include() only if not null?

c# sql entity-framework

Add() method adding duplicate rows for linked models in Code-First Entity Framework

Why EF Core 2.2 has a default primary key set to nvarchar(450)

Entity Framework + SQLite deployment

Entity Framework - Linq To Entities - Many-To-Many Query Problems

How to populate an updateable FormView from an EntityDataSource with filter

Stored procedures in entity framework

Future of Linq to Sql and Entity Framework

Can I use custom delegate method in Where method of Entity Framework?

Like operator in Expression Tree

Entity Framework 4.0 Entity SQL passing null ObjectParameter parameters

How to use MySql and Entity Framework 4.1 code first

IQueryable to IQueryable<T>

linq entity-framework

Entity Framework 4.1 - How to "Force" EF To Go To DB Instead of Using Graph?

Designing repositories for DI (constructor injection) for service layer