Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

context.Database.Exists always returns true, even if database file is missing

LINQ Entity Data Reader does not support enums

Correlated subquery in Linq

entity cannot be referenced by multiple instances of IEntityChangeTracker

Overriding the EntityFramework SaveChanges - Grab the SQL and call a custom proc

Should *.datasource be ignored in version control?

Incorrect value when saving enum

Custom entity materialization

entity-framework

Many-to-many to DTOs using Automapper

Deleting __MigrationHistory Table From Database

Why isn't AutoDetectChangesEnabled set to false by default?

c# entity-framework ado.net

EF6 alpha Async Await on an Entity Stored Procedure / Function Import?

How can i add a table in my existing database without losing data in Entity-framework Code first 5.0 ?

Decoupling Entity Framework in MVC3 Application

How can I generate all Entity Framework classes with Pascal Case notation on properties?

c# entity-framework

Entity Framework - Linq NOT IN query

.net linq entity-framework

How to display with Entity Framework value of a foreign key

How can I tell Entity Framework to save changes only for a specific DbSet?

c# .net entity-framework

Many to Many Relationships not saving

How to call a stored procedure in EF Core 3.0 via FromSqlRaw