Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to fix Automapper Mapping a Join Table to a ViewModel

What if I call DbContext.Dispose without calling DbContext.SaveChanges?

Order by child table in entity framework

c# linq entity-framework

Cannot convert type System.Data.Entity.DbSet to System.Collections.Generic.ICollection

Instance Property is not defined for type 'System.Int64'

EF6 How to query where children contains all values of a list

Why does my raw query to count rows always returns -1?

c# sql entity-framework

How to create a single migration for a specific model using C# ASP.net MVC 5

cannot insert the value null into column ... when the value is not null

SqLite in memory database : CREATE TABLE does not work?

c# sql entity-framework sqlite

How to include only specific properties of navigation property into the query by entity framework when lazy loading disabled?

EF Core seeding mechanism isn't working with relationships

Dotnet 5 scaffold changing table names

c# entity-framework .net-5

Unity DI Inject DbContext with PerRequestLifetimeManager

Unable to get correct DbContext reference in ASP.NET Core action filters

How to get a count of records with entity framework and repository pattern