Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Entity framework add new entity

c# entity-framework

DbSet.Cast<TEntity>() Error: Cannot create a DbSet<IEntity> from a non-generic DbSet for objects of type 'Entity'

Entity Framework Migrations Error using Visual Studio 2013

Unit Testing FindAsync

Select top n rows in each group in EntityFramework

c# entity-framework

Get multiple data from tables Using Entity Framework data model

One to many recursive relationship with Code First

Getting Error The argument 'nameOrConnectionString' cannot be null, empty or contain only white space with Azure Database

What database systems are fully supported by Entity Framework 6 and/or 7?