This document lists default code first conventions used by Entity Framework (EF) to map .NET entity classes to database tables and columns. It describes conventions for schema, table and column names, primary keys, foreign keys, data types, nullability, and column ordering. Properties will map to columns by default, and cascade deletes are enabled for relationships.
Related topics: