Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Saving a large graph with Entity Framework 5

State Pattern with Entity Framework

Using Fluent API instead of InverseProperty and navigational properties

c# entity-framework

Mapping Boolean property to Oracle using Entity Framework

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