Conventions in Entity Framework Core

Learn about EF Core’s default conventions.

Overview

EF Core follows a set of rules when building a model. Those rules are collectively known as conventions. In this lesson, we review the default conventions that EF Core follows.

From now on, we’ll utilize the Code First workflow in our demonstrations. Recall that the Code First workflow ...