Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to specify table name with Entity Framework Code First Fluent API

Entity Framework is Too Slow. What are my options? [closed]

Default value for Required fields in Entity Framework migrations?

IdentityUserLogin<string>' requires a primary key to be defined error while adding migration [duplicate]

entity-framework

Can you use Microsoft Entity Framework with Oracle? [closed]

how to use views in code first entity framework [closed]

Cannot find command 'dotnet ef'

what is difference between a Model and an Entity

Multiple DB Contexts in the Same DB and Application in EF 6 and Code First Migrations

Add data annotations to a class generated by entity framework

Linq Query keeps throwing "Unable to create a constant value of type System.Object....", Why?

Your project is not referencing the ".NETFramework,Version=v4.5" framework.

Lazy Loading vs Eager Loading

composite key as foreign key

Entity framework left join

in entity framework code first, how to use KeyAttribute on multiple columns

LINQ to Entities only supports casting EDM primitive or enumeration types with IEntity interface

Database.BeginTransaction vs Transactions.TransactionScope [duplicate]

NOT using repository pattern, use the ORM as is (EF)

Pass connection string to code-first DbContext