Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

MultiTenancy with DbContext and TenantId - Interceptors, Filters, EF Code-First

C# EF Code First virtual keyword, what does it do?

Entity Framework 6 code first: setting unicode to false for string properties

How to define relationships programmatically in Entity Framework 4.1's Code-First Fluent API

EF 4.3 Migration - how to produce a downgrade script?

Table Valued Function and Entity Framework

EF 4.1 Code First and Existing Database and .NET Membership

conversion of a datetime2 data type to a datetime data type error with EF Code first?

Entity Framework 6 Code First migrations - multiple branches for production

How do I just LINQ Join() to link two IQueryables?

EF 4.1, Code-First: Eager loading of cascading collections

How to disable code-first feature in EF (MVC4 Visual Studio 2012)

EF4 Code First: how to add a relationship without adding a navigation property

EF Code First MigrateDatabaseToLatestVersion accepts connection string Name from config

EFCore nullable relationship setting onDelete: ReferentialAction.Restrict

Getting 'Context is not constructible. Add a default constructor or provide an implementation of IDbContextFactory."

Code First Entity Framework - change connection string

Mapping SQL view in code-first approach

The type or namespace name 'Column' could not be found

How do i delete single record from table using EF 6.1.1