Search code examples
Can't add data into ViewModel DbSet...

c#modelasp.net-mvc-5dbset

Read More
What are the differences between calling context.Users and context.Set<User>?...

asp.netasp.net-coreasp.net-web-apidbcontextdbset

Read More
DbContext.OnModelCreating - Reading custom attribute for each DbSet...

c#entity-framework-coredata-annotationsdbset

Read More
How do I fix `System.MissingMethodException: Constructor on type Microsoft.EntityFrameworkCore.DbSet...

c#genericsentity-framework-coredbcontextdbset

Read More
System.Linq.Dynamic.ParseException: 'Operator '>' incompatible with operand types &#3...

c#entity-frameworklinqparsingdbset

Read More
NSubstitute DbSet / IQueryable<T>...

c#entity-frameworkdbcontextnsubstitutedbset

Read More
IEntityTypeConfiguration & DbSet definition for entities with Generic Type Parameters: Entity&lt...

c#.netentity-framework-coredbset

Read More
Can you get the DbContext from a DbSet?...

c#entity-frameworkentity-framework-4.1dbcontextdbset

Read More
Dynamic DbSet in Entity Framework Core...

c#entity-framework-coredbset

Read More
Member 'CurrentValues' cannot be called for the entity of type 'MyTable' because the...

c#entity-frameworkentity-framework-6dbcontextdbset

Read More
Find a specified generic DbSet in a DbContext dynamically when I have an entity...

c#entity-frameworkgenericscode-firstdbset

Read More
How to abstract a EntityFramework Core DBSet<T> within an interface?...

c#interfaceentity-framework-coredbset

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

c#entity-frameworkdbcontextdbset

Read More
How to mock dbSet.AddAsync(obj).Entity...

c#entity-frameworkmoqdbset

Read More
ASP.NET Core 5 DbSet totable...

asp.net-coredatabase-migrationdbset

Read More
Why is only one table created?...

c#entity-frameworkdbset

Read More
Is it a bad practice to create extension methods for DbSet<T>?...

c#entity-frameworkrefactoringextension-methodsdbset

Read More
DbSet LINQ query to inner collection does not throw an Argumentexception...

entity-frameworklinqdbcontextdbset

Read More
How to add an item to a Mock DbSet (using Moq)...

c#linqmoqdbset

Read More
Is there a way to dynamically add a DbSet to EF core and to use Linq against the dynamic DbSet?...

.net-coreentity-framework-corelinq-to-entitiesdbset

Read More
EF Core 5.0 How to manage multiple entity class with one generic repository...

model-view-controllerentity-framework-coreblazor-server-sideonion-architecturedbset

Read More
C# | Entity Framework | An item cannot be removed from a fixed size Array of type...

entity-frameworkdbset

Read More
DbSet.Cast<TEntity>() Error: Cannot create a DbSet<IEntity> from a non-generic DbSet for...

c#entity-frameworkcastingmefdbset

Read More
Entity Framework Core FromSqlRaw mock test cases...

c#integration-testingdbsetmockdbset

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

asp.net-mvcdatabasefindcomposite-primary-keydbset

Read More
Creating Multiple Tables in DB Using Same Model in ASP.NET Core Razor App...

c#asp.netasp.net-mvcrazordbset

Read More
In C#, is there a generic way to pass a DBSet to a method?...

c#genericsentity-framework-6refactoringdbset

Read More
DbSet<TEntity>.Local.Any() performance issue when upgraging EF Core from 2.2.6 to 3.1.3...

c#performance.net-coreentity-framework-coredbset

Read More
Create a DbSet<T> dynamically in Entity Framework?...

c#linq-to-sqlentity-framework-4ef-code-firstdbset

Read More
Get all rows using entity framework dbset...

c#entity-frameworkdbset

Read More
BackNext