Search code examples
Entity Framework returning IQueryable of join of two tables...

c#linqentity-framework-6

Read More
LINQ to Entities does not recognize the method IsNullOrWhiteSpace...

c#asp.net-mvc-5entity-framework-6linq-to-entities

Read More
How can I map an SQL Server geometry column to an EF6 property...

sql-serverentity-framework-6nettopologysuite

Read More
How to add an index on multiple columns with ASC/DESC sort using the Fluent API?...

entity-frameworkindexingef-code-firstentity-framework-6ef-fluent-api

Read More
EF 6 fetch results with many-to-many relations in c#...

c#entity-framework-6many-to-many

Read More
Seeding user using IEntityTypeConfiguration<ApplicationUser> not working as expected...

c#entity-framework-6.net-6.0

Read More
C# Entity Framework Core write raw SQL without model...

c#asp.netentity-frameworkentity-framework-coreentity-framework-6

Read More
How I can create migration for SQL queries in Entity Framework 6?...

c#entity-frameworkentity-framework-6

Read More
Entity Framework Optional One-To-One with Joining Table...

entity-frameworkentity-framework-6

Read More
Why can't I delete the connection as I added it?...

asp.net-mvcentity-framework-6asp.net-identity

Read More
Entity Framework: How to make DataGridView Sortable?...

vb.netdatagridviewvisual-studio-2015entity-framework-6sql-server-2016

Read More
how to change type validation error messages?...

c#entity-frameworkvalidationentity-framework-6data-annotations

Read More
VS2022 T4 EF6 Templates in .Net 6.0 projects are suddenly throwing serialization exceptions...

c#entity-framework-6t4

Read More
Mocking Entity Framwork using Moq not returning DbSet<T>...

c#entity-framework-6moq

Read More
Why does running Update-Database on my empty production database not create any tables?...

entity-frameworkentity-framework-6ef-code-firstentity-framework-migrations

Read More
Can't add IdentityDbContext along with DbContext in .NET 6...

asp.netentity-framework-6asp.net-identity.net-6.0

Read More
Error: The FunctionImport 'StoredProcedureName' could not be found in the container 'Ent...

c#sqlentity-framework-6azure-web-app-service

Read More
Injected profile not used in IQueryable.ProjectTo extension method...

c#entity-framework-6automapper

Read More
DbUpdateException: Which field is causing "String or binary data would be truncated"...

c#entity-frameworkexceptionentity-framework-6

Read More
SqlException: Cannot insert duplicate key row in object 'dbo.Users' with unique index...

c#entity-framework-6

Read More
EntityType has no key defined error despite defining key...

c#asp.net-mvcentity-frameworkasp.net-mvc-5entity-framework-6

Read More
How to Get Last Record Using LINQ - Entity Framework in SQLite...

c#sqlsqlitelinqentity-framework-6

Read More
IEnumerable to Object?...

c#entity-framework-6

Read More
DbSet.Attach(entity) vs DbContext.Entry(entity).State = EntityState.Modified...

c#entity-frameworkentity-framework-6

Read More
How to use the Procedure with User Defined Table Type in Entity Framework...

entity-framework-6

Read More
EF6 Add a new row from DB1 to DB2 with the same structure...

c#sql-serverentity-frameworkentity-framework-6

Read More
The parameterized query expects the parameter p1 which was not supplied...

c#asp.net-web-apisql-server-2012entity-framework-6.net-4.5

Read More
LINQ with joins and group generates enormous query and is slow...

c#sql-serverentity-frameworklinqentity-framework-6

Read More
Entity Framework 6 decimal precision...

entity-framework-6

Read More
Entity Framework 6 Include missing...

c#asp.net-mvcentity-frameworkentity-framework-6

Read More
BackNext