Search code examples
Why is AsQueryable() for the class DBSet not in the MSDN documentation?...


.netdbsetasqueryable

Read More
Insert postgres row using npgsql...


entity-frameworklinqpostgresqlnpgsqldbset

Read More
EF Code Structure in WinForms...


c#winformsentity-frameworkdbset

Read More
Same db context multiple ToTable...


c#entity-frameworkdbcontextdbset

Read More
How to access DbSet type dynamically...


c#linqdbset

Read More
Must I create explicit DbSet properties on my DbContext?...


.netentity-frameworkdbcontextdbset

Read More
What's the purpose of DbSet.Create() if not to properly initialize the identity columns?...


entity-frameworkdbset

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


entity-frameworkunit-testingmockingmoqdbset

Read More
Delete a DbSet object that has containing DbSet objects...


c#listasp.net-mvc-5dbset

Read More
Reflecting over IDbSets using base class...


c#reflectiondatacontextdbset

Read More
FakeItEasy DbSet / IQueryable<T> - Entity Framework 6...


unit-testingdbcontextentity-framework-6fakeiteasydbset

Read More
Updating many DbSet objects at one time...


c#asp.net-mvc-5entity-framework-6cruddbset

Read More
How does Entity framework implement deleting parent and a child record on the ame SaveChanges()...


entity-frameworkentity-framework-5entity-framework-6edmxdbset

Read More
MVC 5 - Multiple DbContexts in a controller...


controllerasp.net-mvc-5cruddbcontextdbset

Read More
Manipulating objects with DbSet<T> and IQueryable<T> with NSubstitute returns error...


c#entity-frameworkunit-testingnsubstitutedbset

Read More
Why is the DBSet Add failing, and also destroying the existing Customer entries in the DBSet?...


entity-frameworkmockingmoqin-memory-databasedbset

Read More
How to overload a method that has params object[] as parameter...


c#entity-framework-6overloadingdbset

Read More
Apply OrderBy with DbSet...


c#repository-patterndbset

Read More
EF get dbset name in runtime from Type...


entity-frameworktype-conversiondbcontexttypeofdbset

Read More
EF6 foreign key constraint in simple model...


c#foreign-keysasp.net-mvc-5virtualdbset

Read More
How do I use the || operator in a lambda expression...


c#lambdadbsetor-operator

Read More
DbSet<>.SqlQuery insert into several variable values...


c#databaseentity-frameworkdbset

Read More
ASP MVC / EF6 - Automatic logging...


entity-frameworkloggingasp.net-mvc-5dbcontextdbset

Read More
Should I have one or two DbSets?...


entity-frameworklistdbcontextdbset

Read More
How to find an item in a dbset using linq...


c#linqlistasynchronousdbset

Read More
EF6: Include Navigation Properties in DbSet.Local...


c#entity-frameworkdbset

Read More
ASP.NET DbSet Join...


asp.netentity-frameworkjoiniqueryabledbset

Read More
How can I detect changes IDbSet...


c#entity-frameworkef-code-firstdbset

Read More
MVC 4: passing single inherited models into the main model to a partial view...


asp.net-mvcmodelsasp.net-mvc-partialviewasp.net-mvc-controllerdbset

Read More
Dbset naming rules and class naming rules...


c#entity-frameworkdbset

Read More
BackNext