Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Can't use migrations in EF Core: "42P07: relation "AspNetRoles" already exists"

Entity Framework Database First .Net Core

.NET Core build warning due to different versions of EntityFramework

Update database schema in Entity Framework

How to load varbinary(max) fields only when necessary with ADO.NET Entity Framework?

What are the pros/cons of returning POCO objects from a Repository rathen than EF Entities?

Serialize Entity Framework Object using Json.Net

Entity Framework Query Xml

xml entity-framework

Custom validation with Data annotations

Entity Framework: Column must be mapped although it does have a default value?

Is it bad practice to add functionality to EF entities using partial classes?

entity-framework mvvm

What does the [DatabaseGenerated(DatabaseGenerationOption.Computed)] data annotation do?

ASP.NET MVC + Entity Framework with Concurrency check

Entity Framework 4.1 Code First - Define many-to-many using data annotations only

Entity Framework and Case Insensitive String Search

linq entity-framework

C# Linq where clause according to property name

Entity Framework Non-nullable column is mapped to a nullable entity property

Expression<Func<T,bool>> adds an unwanted Convert when created in generic method

Injecting DbContext into Repository class library

Why does primary key order matter?