Chapter 14. Visualizing Data Models
After completing this chapter, you will be able to:
Design an entity model using drag-and-drop techniques
Describe how Visual Studio converts Entity Framework models to source code
Import objects from an existing database into the Entity Framework
ADO.NET’s Entity Framework (EF) rests on a foundation of XML schema files. From the conceptual model used in your applications to the mapping links between your code and an external database, EF stores its core modeling data using three different XML schema languages. If you already understand XML, using these schema variants is not overwhelming. But trying to handcraft three layers of modeling data for the dozens or even hundreds of database objects that support a complex ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access