Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Entity Framework: How do I delete a record by its primary key?

entity-framework

How to correctly unit test my DAL?

Entity Model Issue: Not able to create model for one particular table

Using multiple edmx file vs. one large edmx file?

Entity Framework Code First Many to Many Setup For Existing Tables

Entity Framework 4.1 default eager loading

The purpose of Include() in ASP.NET MVC + Entity Framework

EF 4.2 Code First and DDD Design Concerns

Trying to set a non-null string to type 'System.Int32'

Entity Framework to read a column but prevent it being updated

c# entity-framework