Course description
In this course you’ll explore some of the ways that you can create data models using the tools provided with Entity Framework and SQL Server Data Tools in Visual Studio. Then we’ll reach down into the guts of the XML that makes up the three Entity Data models, conceptual, storage and mapping. So that you have a good understanding of how Entity Framework implements many of its features. The XML might be intimidating just from the sheer volume of it, even for a simple data base. Put you’ll see how it is pretty straight forward and quite understandable.
Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.
Prerequisites
This course assumes that you are experienced with relational database design and programming concepts. Entity Framework is all about data access, and the course doesn’t spend any time on data fundamentals. You’ll also need a good understanding of object-oriented programming in C#, so that you know how to use the entity data objects that Entity Framework generates from your data model. You’ll also need to have a working knowledge of Language INtegrated Queries (LINQ) in C#. The course uses Entity Framework with various SQL Server databases, so you should know enough about SQL Server to know how to perform various tasks and be able to connect to a database. But you don’t need deep knowledge of SQL Server to use Entity Framework productively. You should have already viewed the Entity Framework 6.1: Introduction course before taking this course.
Meet the expert
Don Kiely is a featured instructor on many of our SQL Server and Visual Studio courses. He is a nationally recognized author, instructor, and consultant specializing in Microsoft technologies. Don has many years of teaching experience, is the author or co-author of several programming books, and has spoken at many industry conferences and user groups. In addition, Don is a consultant for a variety of companies that develop distributed applications for public and private organizations.
Video Runtime
124 Minutes
Time to complete
288 Minutes
Course Outline
Intro to Entity Data Model (16:33)
Data Model Designer (24:10)
Using Model First Design (20:59)
Objects and Associations (23:16)
In the Raw Designer Section (09:42)
In the Raw Conceptual Model (13:33)
Storage and Mapping Models (16:12)