Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework: Check all relationships of an entity for foreign key use

How to change [DisplayName] of EF generated class properties?

Entity Framework 6: How to override SQL generator?

EF6: Renaming namespace using Code First Migrations

How to moq Entity Framework SaveChangesAsync?

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