Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

entity framework 6 - check if record exists before insert and concurrency

Entity Framework:Why the collection type of entity class need to be instanced in the default constructor?

ASP.NET MVC guidelines for static classes for database access

How to construct Where Expression dynamically in Entity Framework?

How do I go about unit testing with Entity Framework and Moq?

How to use a dbcontext in a static class? (ObjectDisposedException)

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