Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Unable to determine composite primary key ordering for type

Text Transformations & Finding Entity Plural (Collection)

Displaying Entities in TreeView using MVVM

c# wpf entity-framework mvvm

Why is EF code-first generating an extraneous foreign key column?

How do I check EntityValidationErrors when validation fails?

Entity Framework - Include / Reference / Collection

Why I can't catch SqlException on SaveChanges() method of Entity Framework

EF Core - Running migrations without sources - Equivalent of EF6's migrate.exe

Is Lazy Loading really bad?

In ASP.NET MVC, where is the "best practice" place (folder) to put my Entity-Framework DataContext class?

Entity Framework Code First ReadOnly Entity

How do I use spatials to search a radius of zip codes?

Entity framework 6 code first: what is the best implementation for a baseobject with 10 childobjects

How to use the default Entity Framework and default date values

c# entity-framework

Why does Entity Framework automatically use the ObjectContext instead of the DbContext when mapping database tables using ADO.NET Entity datamodel

Delete a file from database and file system

c# entity-framework file

EF Update using EntityState.Modified

entity-framework

How do I force drop and re-create a a selected table in code-first migration?

EF core many to many configuration not working with Fluent API

Can code-first Entity Framework do cross database queries with SQL Server DBs on the same box?