List Question
20 TechQA 2024-03-06T10:40:40.150000Get and use DbSet by type set at runtime in EntityFramework Core
52 views
Asked by Luc
What are the differences between calling context.Users and context.Set<User>?
64 views
Asked by ldiaz997
Can't add data into ViewModel DbSet
28 views
Asked by potatomen D
DbContext.OnModelCreating - Reading custom attribute for each DbSet
35 views
Asked by Rodolfo
Retrieving only fields from an implemented interface
24 views
Asked by LojiSmith
Why EF inserts new column when the original model does not have it defined?
24 views
Asked by user2835586
How do I fix `System.MissingMethodException: Constructor on type Microsoft.EntityFrameworkCore.DbSet`1 not found.`?
456 views
Asked by Tyson Gibby
DbContext's DbSet<> member throws InvalidCastException upon DbSet.ToArray(), trying to cast to another declared entity type
47 views
Asked by Jean-Louis Arnal
IEntityTypeConfiguration & DbSet definition for entities with Generic Type Parameters: Entity<TEnum>
271 views
Asked by BHANG
Not able to convert System.Data.Entity.DbSet`1 to type 'System.Data.Entity.DbSet`1
33 views
Asked by ravikiran
FirstOrDefault in DbSet slow using Linq
86 views
Asked by scorona85
One Entity for multiple DBSets
134 views
Asked by earlO
EF Core 6.0 get InternalDbSet<> from type
654 views
Asked by Luis07
Configuration for Database Connection
305 views
Asked by tzu
How to create generic DbSet table that can be used in linq query
85 views
Asked by Wayne Zack
How to abstract a EntityFramework Core DBSet<T> within an interface?
1.2k views
Asked by BenoƮt Soupart
dbset object of one model in controller of different model
34 views
Asked by R Kaushik
Non nullable property warning in DBcontext class for dbset property
2.3k views
Asked by EagerToLearn
Can I define lists in DbContext WITHOUT mapping to a table?
577 views
Asked by Tom Naughton
SaveChanges() in EF core gives TimeOut Error - Intermittent issue
2.1k views
Asked by the_coder_guy