Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How do I use structural annotations to set SQL type to Date in model first approach

What are valid primitive properties in Entity Framework Code First?

c# entity-framework

How to Web Deploy a web application targeting Entity Framework 4.2 June 2011 CTP

Select Specific Columns from Database using EF Code First

Convert string to int in an Entity Framework linq query and handling the parsing exception

c# linq entity-framework

Using EF and WebAPI, how can I return a ViewModel AND support IQueryable/OData? [duplicate]

How to force a new empty EF Migration?

LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method

c# .net linq entity-framework

Entity Framework 6 Compiled LINQ Query

How to add OPTION RECOMPILE into Entity Framework

entity-framework

Disabling Entity Framework proxy creation

c# entity-framework

InvalidOperationException: Cannot use table 'xxxx1' for entity type 'xxxx2' since it is being used for entity type 'xxxx1'

EF: db.SaveChanges() vs dbTransaction.Commit

EF models. Navigation properties can only participate in a single relationship

Self Tracking Entities - AcceptChanges cannot continue because the object's key values conflict with another object in the ObjectStateManager

How can I build Entity Framework queries dynamically?

Entity Framework Code First and CA2227 "Collection Properties should be read only"

Casting IQueryable to IOrderedQueryable generically

What is the best method for making database connection (static, abstract, per request, ...)?

EF Code First: Add row to table with a non-identity primary key