Course curriculum

  • 1

    Videos

    • Code for this course

    • What is: the Entity Framework Core?

    • What is: an Object / Relational Mapper?

    • What are: the steps to using Entity Framework Core in an application?

    • How do I: add Entity Framework Core packages to a project?

    • How do I: create an Entity Model?

    • How do I: create a DbContext?

    • How do I: find the Connection String to my localdb?

    • How do I: create a Migration?

    • How do I: create the Database?

    • How do I: save a new entity?

    • How do I: retrieve all instances of an entity?

    • How do I: retrieve all instances of an entity that match my criteria?

    • How do I: retrieve a single instance of an entity?

    • How do I: update an entity?

    • How do I: retrieve related entities?

    • How do I: delete an entity?