In this course, you'll learn how to use Microsoft's Entity Framework to persist application data to a database. By the end of the course, you'll have learned how to use the Code First workflow, create entity classes, write LINQ queries, perform CRUD operations, and more.
What you'll learn
- Code First Workflow
- Creating Entity Classes
- Defining Relationships Between Entities
- Writing Queries Using LINQ
- Performing CRUD Operations Using the Context