Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF How can I update my Database with Migrations

Rename table in Sql and accordingly in Entity Framework (Db First)

How can I implement select case in Entity Framework?

A Multi-layer .NET framework based on POCO

Using EF code-first while retaining stored procedures

Entity framework migrations throws exception when using extension method for fluent API

c# entity-framework

Define SSRS report's DataSet and DataSource dynamically

LINQ Query for ofType in a related property

How to define a table that its primary key is constructed from 2 foreign keys with EF code-first

Applying a rename migration with a temporal table throws SqlException (0x80131904) mismatching number of BEGIN and COMMIT statements

How come DbContext implements IObjectContextAdapter but doesn't have public ObjectContext property

one-to-one-or-zero relation with OneWay CascadeOnDelete