Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to use FluentValidation within c# application

How to remove dbo.AspNetUserClaims and dbo.AspNetUserLogins tables (IdentityUserClaim and IdentityUserLogin entities)?

EF Code first migrations not running after deploy to Azure

EF Core Cannot Connect to Server - A network-related or instance-specific error

How do I properly use my SQLite db in my asp.net core 3.1 MVC application using EF?

Force WPF to Commit Changes on Focused Element

Why is a conversion necessary in Expression Trees

How can I create an instance of an ObjectSet?

How to generalise access to DbSet<TEntity> members of a DbContext?

EF CodeFirst: Get all POCO types for DbContext

LoadProperty in Entity Framework 5

Entity Framework 5 code first newsequentialid() as PK

The type of one of the primary key values did not match the type defined in the entity. See inner exception for details

Entity Framework with existing database

entity-framework

Query ToList() returns null

LINQ multiple join IQueryable modify result selector expression

Easiest way to convert list to a comma separated string by a Specific Property?

c# .net linq entity-framework

Using multiple DbContexts with a generic repository and unit of work

EF 6 - Cascade Delete on one to many without backreference

Entity Framework Code First DateTime field update on modification