Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Show Properties of a Navigation Property in DataGridView (Second Level Properties)

Postgresql and Entity Framework

What to use instead of DbSet Create() Method in EF7, and is it recommended to simply new T()

Force IEnumerable<T> to evaluate without calling .ToArray() or .ToList()

How do I point to my full SQL Server Express database in ASP.NET Core project?