Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbset

System.Linq.Dynamic.ParseException: 'Operator '>' incompatible with operand types 'DateTime?' and 'Int32''

ASP.MVC db Find(), but with non-primary key parameter

EF get dbset name in runtime from Type

Entity Framework Core FromSqlRaw mock test cases

Dynamic query building with entity framework core - Build a query "by steps"

c# linq lambda dbset

Entity framework: how to extend DbSet<type>?

c# entity-framework dbset

DbSet.Add() not working

c# asp.net dbset

Inherits from DbSet<T> with the purposes to add property

Dynamic DbSet in Entity Framework Core

What steps to get rid of Collection was modified; enumeration operation may not execute. Error?

Converting an IQueryable<T> to a DbSet<T>

How do I mock DbContext using NSubstitute and then add/remove data

Using DbSet<TEntity>.Local Property in Entity Framework

Confusing articles and documentation about the differences (if any) between System.Data.EntityState.Add & DbSet.Add

Does converting from DbSet to IEnumerable cause the query to execute?

entity-framework dbset

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

Entity Framework dbset most efficient way of deleting

linq entity-framework dbset

Is DbSet<>.Local something to use with special care?