- Course
- Core Tech
Getting Started with Entity Framework 6
This course will help you understand the goals and benefits of using Entity Framework 6 for data access and guide you through creating your first code-based model to store and retrieve data using EF’s APIs.
What you'll learn
If you are new to Entity Framework, Microsoft’s framework for integrating data access into your .NET applications, this is the place to start. You will gain an understanding of what EF is for, how it works, where it belongs in your software architecture, and how to get it there. You’ll gain hands on experience with the basics of using EF from designing a simple model to interacting with that to persist data from your application. In addition to getting developers started with EF and prepared to learn and take advantage of more advanced techniques, this course will provide managers with the info they need to help them with decision making when planning a development stack. We’ll be using Visual Studio 2015 and .NET 4.6 for demos.
Table of contents
- Introduction | 2m 50s
- Why EF? Why This Course? | 3m 1s
- What's in This Course? | 2m
- What's in This Module? | 2m 2s
- Entity Framework Goals | 3m 6s
- Where to Use Entity Framework 6 | 47s
- High Level Look at How EF Works | 1m 56s
- Visual or Code Based Models from Scratch or Existing Database | 4m 16s
- Where EF Fits in Your Software Architecture | 1m 46s
- From Inception to EF6: A Short History | 3m 55s
- EF7 is Coming, But EF6 Is Staying, Too | 3m 33s
- Summary | 1m 39s
- Resources | 17s
- Version Check | 16s
- Introduction | 15s
- What's in this Module | 31s
- Preparing the Sample Solution | 5m 34s
- Creating an Entity Framework Model | 5m 35s
- Validating Your EF Model | 2m 50s
- Fixing How EF Interprets Your Model | 4m 30s
- Using Code First Migrations to Create a Database | 9m 26s
- Migrating a Database When Your Model Changes | 2m 44s
- Creating Visual and Code Models from Existing Databases | 7m 2s
- Summary | 1m 11s
- Resources | 21s
About the author
Julie Lerman is a Microsoft MVP, .NET mentor and consultant who lives in the hills of Vermont. You can find Julie presenting on data access and other Microsoft .NET topics at user groups and conferences around the world. Julie is the author of the highly acclaimed "Programming Entity Framework (with a second edition coming soon) and authors the MSDN Magazine Data Points column.
More Courses by Julie