Chapter 15. Mapping data types to properties

After completing the chapter, you’ll be able to

Entity Framework automation generally does a great job of mapping types in your database to types that the .NET Framework can understand. In fact, you’ve seen this automation at work in many of the chapters of this book so far. Most applications will make use of the automatic mappings that the Entity Framework provides.

There are situations where you want to provide custom mapping of standard data types, or you need to provide the Entity Framework with the information ...

Get Microsoft ADO.NET Entity Framework Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.