This course will be retired on July 14, 2025.
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Welcome to Entity Framework Basics 2:37
- What is Entity Framework? 4:19
- Entity Framework Review 5 questions
- Workflows: Database First 6:19
- Workflows: Model First 5:50
- Adding Our First Entity Using the Code First Workflow 6:02
- Adding an Entity 2 objectives
- Adding Our Context 3:03
- Adding a Context 2 objectives
- Using the Context 5:03
- Section Review 10 questions

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Let's update the "Program.cs" file to use our context class to add a comic book, retrieve a list of comic books, and write the comic book series titles to the console.
Follow Along
To follow along commiting your changes to this course, you'll need to fork the dotnet-comic-book-gallery-model repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd dotnet-comic-book-gallery-model
git checkout tags/v1.7 -b using-the-context
Additional Learning
Keyboard Shortcuts
-
F12
- Go To Definition -
ALT+F12
- Peek Definition
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
saikiran maddukuri
17,919 Points0 Answers
-
PLUS
kevin hudson
Courses Plus Student 11,987 Points0 Answers
-
Roger Sullivan
10,992 Points0 Answers
-
Shawn McCall
7,863 Points1 Answer
-
Andras Somodi
9,230 PointsAn unhandled exception of type 'System.NotSupportedException' occurred in EntityFramework.dll
Posted by Andras SomodiAndras Somodi
9,230 Points1 Answer
-
Ezequiel Hurt
8,061 Points2 Answers
-
Anders Lund
4,155 PointsDid he connect the context to the older comicBook project?
Posted by Anders LundAnders Lund
4,155 Points3 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up