Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

JSON.net JsonIgnoreAttribute not working with "EntityKey" property

How to set database column as "Sparse" when using EF Code First Fluent API?

MVC3 View Model versus Entity Framework Model

Does the way we translate our website result in performance issues?

Ajax.ActionLink post entire model from a view?

Entity Framework Code First 5 Cascade Delete on many to many tables error

Work-around for Struct with Entity Framework, Code-First approach

Testing: Entity Framework by faking context

Can't Enable-Migrations. Throws System.BadImageFormatException: Could not load file or assembly

Select records count from multiple tables in a single query

Upgrading application for .Net Framework 4.5 - cannot get correct DataAnnotations assembly

c# entity-framework

Custom Entity Naming Rule for EF

How to switch between DatabaseGeneratedOption.Identity, Computed and None at runtime without having to generate empty DbMigrations

How can I easily support duplicate async/sync methods?

Use the same database for both my custom entities and identity context?

Create an EF entity stub with AutoFixture

Use "option(maxrecursion 0)" with EntityFramework EntitySql

Deploy multiple project solution to azure

Code first in entity framework set column to type datetime2 in sql server

Has anyone noticed that EF Core 1.0 2015.1 has made the queries very inefficient