Companies Home Search Profile

Entity Framework Core 3.1: Getting Started

Focused View

Julie Lerman

3:43:14

14 View
  • 01. Course Overview.mp4
    01:51
  • 01. Introduction and Course Overview.mp4
    02:57
  • 02. Module Overview.mp4
    00:47
  • 03. What is Entity Framework Core.mp4
    03:28
  • 04. Getting the Correct Versions of .NET, SQL Server & Visual Studio for This Course.mp4
    01:40
  • 05. Setting up the Solution.mp4
    04:53
  • 06. Adding EF Core with the NuGet Package Manager.mp4
    03:21
  • 07. Creating the Data Model with EF Core.mp4
    03:09
  • 08. Specifying the Data Provider and Connection String.mp4
    03:24
  • 09. A Sneak Peek at Writing and Reading Data.mp4
    04:07
  • 10. Review and Resources.mp4
    00:57
  • 01. Introduction and Overview.mp4
    01:07
  • 02. Understanding EF Core Migrations.mp4
    02:19
  • 03. Adding Your First Migration.mp4
    03:57
  • 04. Inspecting Your First Migration.mp4
    02:11
  • 05. Using Migrations to Script or Directly Create the Database.mp4
    04:00
  • 06. Reverse Engineering an Existing Database.mp4
    04:27
  • 07. Review and Resources.mp4
    01:50
  • 01. Introduction and Overview.mp4
    00:50
  • 02. Understanding EF Cores Many-to-Many Mapping.mp4
    02:39
  • 03. Setting Up the Many-to-Many Relationship.mp4
    02:46
  • 04. Adding a One-to-One Relationship.mp4
    01:03
  • 05. Visualizing How EF Core Sees Your Model.mp4
    02:34
  • 06. Controlling Table Names with Mappings.mp4
    01:40
  • 07. Running Migrations for the Model Changes.mp4
    01:06
  • 08. Review and Resources.mp4
    01:52
  • 01. Introduction and Overview.mp4
    01:56
  • 02. Looking at SQL Built by EF Core.mp4
    03:07
  • 03. Adding Logging to EF Cores Workload.mp4
    02:35
  • 04. Benefiting from Bulk Operations Support.mp4
    04:14
  • 05. Understanding the Query Workflow.mp4
    03:30
  • 06. Filtering in Queries.mp4
    05:03
  • 07. Aggregating in Queries.mp4
    02:37
  • 08. Updating Simple Objects.mp4
    03:33
  • 09. Deleting Simple Objects.mp4
    02:21
  • 10. Persisting Data in Disconnected Scenarios.mp4
    03:49
  • 11. Enhancing Performance in Disconnected Apps with No-Tracking Settings.mp4
    02:42
  • 12. Review and Resources.mp4
    01:52
  • 01. Introduction and Overview.mp4
    01:06
  • 02. Inserting Related Data.mp4
    05:04
  • 03. Eager Loading Related Data.mp4
    03:36
  • 04. Projecting Related Data in Queries.mp4
    04:18
  • 05. Loading Related Data for Objects Already in Memory.mp4
    03:28
  • 06. Using Related Data to Filter Objects.mp4
    01:48
  • 07. Modifying Related Data.mp4
    03:46
  • 08. Creating and Changing Many-to-Many Relationships.mp4
    03:39
  • 09. Querying Across Many-to-Many Relationships.mp4
    01:19
  • 10. Persisting Data in One-to-One Relationships.mp4
    04:50
  • 11. Querying One-to-One Relationships.mp4
    01:16
  • 12. Working with a Relationship that has Minimal Properties.mp4
    02:10
  • 13. Review and Resources.mp4
    02:20
  • 01. Introduction and Overview.mp4
    00:59
  • 02. Adding Views and Other Database Objects Using Migrations.mp4
    02:57
  • 03. Using Keyless Entities to Map to Views.mp4
    03:19
  • 04. Querying the Database Views.mp4
    01:09
  • 05. Querying with Raw SQL.mp4
    04:46
  • 06. Running Stored Procedure Queries with Raw SQL.mp4
    01:53
  • 07. Executing Non-Query Raw SQL Commands.mp4
    02:34
  • 08. Review and Resources.mp4
    02:11
  • 01. Introduction and Overview.mp4
    01:15
  • 02. Adding the ASP.NET Core Project.mp4
    04:25
  • 03. Adding a Samurai Controller to the Project.mp4
    02:44
  • 04. Wiring up the ASP.NET Core App with the Our DbContext.mp4
    09:00
  • 05. Running the Controller to See the Output.mp4
    02:18
  • 06. Exploring and Debugging Insert, Update & Delete Controller Methods.mp4
    06:26
  • 07. Review and Resources.mp4
    02:17
  • 01. Intro.mp4
    01:58
  • 02. A Very Quick Testing Overview.mp4
    02:04
  • 03. Understanding What We Mean by [Testing EF Core].mp4
    02:07
  • 04. Creating Your First Test and Using It Against the Database.mp4
    04:06
  • 05. Exploring Test Results & Performance Considerations.mp4
    03:00
  • 06. Using the InMemory Provider in Place of a Database Provider.mp4
    02:44
  • 07. Writing Your First Test with the InMemory Provider.mp4
    03:40
  • 08. Refactoring and Testing Some Console App Logic.mp4
    04:37
  • 09. Re-using an InMemory Provider Database.mp4
    01:55
  • 10. Testing EF Core in an ASP.NET Core App.mp4
    03:23
  • 11. Testing the APIs DbContext Configuration.mp4
    01:58
  • 12. Review and Resources.mp4
    02:35
  • Description


    This course helps those with experience in earlier versions of EF and EF Core, and developers completely new to Entity Framework. Learn how to build data models with EF Core 3.1, use EF Core to let your software interact with data in your databases and incorporate EF Core in your automated tests.

    What You'll Learn?


      Learn from the world's top expert to get up to speed with EF Core 3.1. In this course, Entity Framework Core: Getting Started, you will gain an understanding of how to build data models with EF Core 3.1, use EF Core to let your software interact with data in your databases and incorporate EF Core in your automated tests. First, you will learn how to build and interact with data models. Then, you will discover how to set up logging to gain insight into how EF Core is interacting with your database. Finally, you will explore how to get EF Core to use your own database logic and use EF Core in tests and ASP.NET Core apps. By the end of this course, you will be able to use and benefit from EF Core 3.1.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    C#

    Julie Lerman
    Julie Lerman
    Instructor's Courses
    Julie Lerman is a software coach with over 30 years of experience building software. As a coach, Julie provides support for DDD and architecture implementation, facilitates Event Storming workshops and domain discovery. She also provides deep dives into Entity Framework for her clients in the .NET world. Julie is a long-time Pluralsight author, Microsoft MVP, Microsoft Regional Director and Docker Captain who lives in the hills of Vermont and continues to be known as the world’s top expert in Entity Framework. You can find Julie giving keynotes and hard-core coding sessions on Domain-Driven Design, Azure, Entity Framework and other topics at software conferences around the world. Julie has authored the highly acclaimed “Programming Entity Framework” books from O'Reilly, the MSDN Magazine Data Points column and numerous articles in your favorite programming resources.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 78
    • duration 3:43:14
    • level preliminary
    • English subtitles has
    • Release Date 2023/12/14

    Courses related to C#

    Subtitle
    Become a Full-stack .NET Developer
    Subtitle
    Privilege Escalation with Certify