/
|
ef-core-8-fundamentals.zip
|
715.4 MB
|
/00. Course Overview/
|
00. Course Overview.mp4
|
3.7 MB
|
00. Course Overview.srt
|
2.5 KB
|
/01. Creating Your First Application Using EF Core/
|
00. Introduction and Overview.mp4
|
7.6 MB
|
00. Introduction and Overview.srt
|
6.8 KB
|
01. What Is Entity Framework Core - .mp4
|
6.2 MB
|
01. What Is Entity Framework Core - .srt
|
5.0 KB
|
02. Getting the Correct Versions of .NET, SQL Server and Visual Studio for this Course.mp4
|
2.4 MB
|
02. Getting the Correct Versions of .NET, SQL Server and Visual Studio for this Course.srt
|
2.3 KB
|
03. Introducing the Project.mp4
|
5.5 MB
|
03. Introducing the Project.srt
|
5.1 KB
|
04. Creating a Data Project with EF Core Packages.mp4
|
7.4 MB
|
04. Creating a Data Project with EF Core Packages.srt
|
5.1 KB
|
05. Creating the Data Model with EF Core.mp4
|
5.1 MB
|
05. Creating the Data Model with EF Core.srt
|
4.8 KB
|
06. Specifying the Data Provider and Connection String.mp4
|
5.5 MB
|
06. Specifying the Data Provider and Connection String.srt
|
4.6 KB
|
07. Reading and Writing Some Data.mp4
|
9.0 MB
|
07. Reading and Writing Some Data.srt
|
7.3 KB
|
08. Reading and Writing Some Related Data.mp4
|
7.3 MB
|
08. Reading and Writing Some Related Data.srt
|
5.6 KB
|
09. Review and Resources.mp4
|
2.0 MB
|
09. Review and Resources.srt
|
1.6 KB
|
/02. Using EF Core to Query a Database/
|
00. Introduction and Overview.mp4
|
2.2 MB
|
00. Introduction and Overview.srt
|
1.9 KB
|
01. Querying Basics.mp4
|
10.0 MB
|
01. Querying Basics.srt
|
9.9 KB
|
02. Filtering Queries Securely by Default.mp4
|
7.3 MB
|
02. Filtering Queries Securely by Default.srt
|
6.6 KB
|
03. Benefiting from Additional Filtering Features .mp4
|
10.2 MB
|
03. Benefiting from Additional Filtering Features .srt
|
6.7 KB
|
04. Sorting Data in Queries.mp4
|
3.5 MB
|
04. Sorting Data in Queries.srt
|
3.0 KB
|
05. Aggregating Results in Queries.mp4
|
7.8 MB
|
05. Aggregating Results in Queries.srt
|
6.0 KB
|
06. Enhancing Query Performance When Tracking Isn’t Needed.mp4
|
6.1 MB
|
06. Enhancing Query Performance When Tracking Isn’t Needed.srt
|
5.7 KB
|
07. Review and Resources.mp4
|
3.2 MB
|
07. Review and Resources.srt
|
2.4 KB
|
/03. Tracking and Saving Data with EF Core/
|
00. Introduction and Overview.mp4
|
2.3 MB
|
00. Introduction and Overview.srt
|
2.0 KB
|
01. Gaining a Better Understanding of DbContext and Entity.mp4
|
4.0 MB
|
01. Gaining a Better Understanding of DbContext and Entity.srt
|
3.9 KB
|
02. Understanding Tracking and Saving Workflow.mp4
|
3.5 MB
|
02. Understanding Tracking and Saving Workflow.srt
|
3.5 KB
|
03. Inserting Simple Objects.mp4
|
5.3 MB
|
03. Inserting Simple Objects.srt
|
3.9 KB
|
04. Updating Simple Objects.mp4
|
16.0 MB
|
04. Updating Simple Objects.srt
|
12.1 KB
|
05. Updating Untracked Objects.mp4
|
9.5 MB
|
05. Updating Untracked Objects.srt
|
6.9 KB
|
06. Deleting Simple Objects.mp4
|
5.5 MB
|
06. Deleting Simple Objects.srt
|
5.4 KB
|
07. Tracking Multiple Objects and Batch Support.mp4
|
5.4 MB
|
07. Tracking Multiple Objects and Batch Support.srt
|
4.4 KB
|
08. Updating and Deleting Multiple Untracked Objects.mp4
|
9.8 MB
|
08. Updating and Deleting Multiple Untracked Objects.srt
|
8.8 KB
|
09. Review and Resources.mp4
|
3.2 MB
|
09. Review and Resources.srt
|
2.6 KB
|
/04. Controlling Database Creation and Schema with Migrations/
|
00. Introduction and Overview.mp4
|
2.2 MB
|
00. Introduction and Overview.srt
|
1.9 KB
|
01. Understanding EF Core Migrations.mp4
|
3.7 MB
|
01. Understanding EF Core Migrations.srt
|
3.7 KB
|
02. Getting and Understanding the Design-Time Migrations Tools.mp4
|
8.3 MB
|
02. Getting and Understanding the Design-Time Migrations Tools.srt
|
7.7 KB
|
03. Getting the Package Manager Console Ready to Use Migrations.mp4
|
5.4 MB
|
03. Getting the Package Manager Console Ready to Use Migrations.srt
|
5.0 KB
|
04. Adding Your First Migration.mp4
|
4.3 MB
|
04. Adding Your First Migration.srt
|
3.5 KB
|
05. Inspecting Your First Migration.mp4
|
9.5 MB
|
05. Inspecting Your First Migration.srt
|
6.4 KB
|
06. Using Migrations to Script or Directly Create the Database.mp4
|
10.4 MB
|
06. Using Migrations to Script or Directly Create the Database.srt
|
8.4 KB
|
07. Seeding a Database via Migrations.mp4
|
7.4 MB
|
07. Seeding a Database via Migrations.srt
|
7.0 KB
|
08. Scripting Multiple Migrations.mp4
|
7.9 MB
|
08. Scripting Multiple Migrations.srt
|
5.9 KB
|
09. Reverse Engineering an Existing Database.mp4
|
13.8 MB
|
09. Reverse Engineering an Existing Database.srt
|
11.9 KB
|
10. Review and Resources.mp4
|
3.1 MB
|
10. Review and Resources.srt
|
3.0 KB
|
/05. Defining One-to-Many Relationships/
|
00. Introduction and Overview.mp4
|
2.1 MB
|
00. Introduction and Overview.srt
|
1.9 KB
|
01. Visualizing EF Core’s Interpretation of Your Data Model.mp4
|
6.6 MB
|
01. Visualizing EF Core’s Interpretation of Your Data Model.srt
|
5.6 KB
|
02. Interpreting One-to-Many Relationships.mp4
|
11.4 MB
|
02. Interpreting One-to-Many Relationships.srt
|
10.7 KB
|
03. Benefiting from Foreign Key Properties.mp4
|
10.6 MB
|
03. Benefiting from Foreign Key Properties.srt
|
9.2 KB
|
04. Mapping Unconventional Foreign Keys.mp4
|
5.0 MB
|
04. Mapping Unconventional Foreign Keys.srt
|
4.3 KB
|
05. Understanding Nullability and Required vs. Optional Principals.mp4
|
4.4 MB
|
05. Understanding Nullability and Required vs. Optional Principals.srt
|
4.3 KB
|
06. Review and Resources.mp4
|
3.2 MB
|
06. Review and Resources.srt
|
2.7 KB
|
/06. Logging EF Core Activity and SQL/
|
00. Introduction and Overview.mp4
|
1.4 MB
|
00. Introduction and Overview.srt
|
1.3 KB
|
01. Adding Logging to EF Core’s Workflow.mp4
|
7.7 MB
|
01. Adding Logging to EF Core’s Workflow.srt
|
4.4 KB
|
02. Filtering Log Output with EF Core Message Categories and LogLevel.mp4
|
10.2 MB
|
02. Filtering Log Output with EF Core Message Categories and LogLevel.srt
|
5.4 KB
|
03. Additional Filtering Capabilities.mp4
|
4.5 MB
|
03. Additional Filtering Capabilities.srt
|
4.0 KB
|
04. Specifying the Target of the Log Output.mp4
|
2.3 MB
|
04. Specifying the Target of the Log Output.srt
|
2.3 KB
|
05. Review and Resources.mp4
|
3.1 MB
|
05. Review and Resources.srt
|
2.9 KB
|
/07. Interacting with Related Data/
|
00. Introduction and Overview.mp4
|
3.1 MB
|
00. Introduction and Overview.srt
|
2.9 KB
|
01. Adding Related Data.mp4
|
15.3 MB
|
01. Adding Related Data.srt
|
12.5 KB
|
02. Eager Loading Related Data in Queries.mp4
|
10.6 MB
|
02. Eager Loading Related Data in Queries.srt
|
10.0 KB
|
03. Projecting Related Data in Queries.mp4
|
6.5 MB
|
03. Projecting Related Data in Queries.srt
|
5.8 KB
|
04. Loading Related Data for Objects Already in Memory.mp4
|
3.9 MB
|
04. Loading Related Data for Objects Already in Memory.srt
|
3.6 KB
|
05. Using Lazy Loading to Retrieve Related Data.mp4
|
6.3 MB
|
05. Using Lazy Loading to Retrieve Related Data.srt
|
6.0 KB
|
06. Using Related Data to Filter Objects.mp4
|
2.4 MB
|
06. Using Related Data to Filter Objects.srt
|
2.3 KB
|
07. Modifying Related Data.mp4
|
10.4 MB
|
07. Modifying Related Data.srt
|
9.1 KB
|
08. Understanding Deleting Within Graphs.mp4
|
13.6 MB
|
08. Understanding Deleting Within Graphs.srt
|
13.3 KB
|
09. Review and Resources.mp4
|
2.8 MB
|
09. Review and Resources.srt
|
2.6 KB
|
/08. Defining and Using Many-to-Many Relationships/
|
00. Introduction and Overview.mp4
|
2.3 MB
|
00. Introduction and Overview.srt
|
2.2 KB
|
01. Planning the Many-to-Many Implementation.mp4
|
4.7 MB
|
01. Planning the Many-to-Many Implementation.srt
|
4.7 KB
|
02. Understanding and Creating Skip Navigations.mp4
|
12.7 MB
|
02. Understanding and Creating Skip Navigations.srt
|
10.3 KB
|
03. Joining Objects in New Many-to-Many Relationships.mp4
|
11.6 MB
|
03. Joining Objects in New Many-to-Many Relationships.srt
|
8.9 KB
|
04. Querying Across Many-to-Many Relationships.mp4
|
6.1 MB
|
04. Querying Across Many-to-Many Relationships.srt
|
4.9 KB
|
05. Understanding and Benefiting From Circular References in Graphs.mp4
|
10.6 MB
|
05. Understanding and Benefiting From Circular References in Graphs.srt
|
8.0 KB
|
06. Removing Joins in Many-to-Many Relationships.mp4
|
9.8 MB
|
06. Removing Joins in Many-to-Many Relationships.srt
|
8.0 KB
|
07. Changing Joins in Many-to-Many Relationships.mp4
|
2.8 MB
|
07. Changing Joins in Many-to-Many Relationships.srt
|
2.4 KB
|
08. Introducing More Complex Many-to-Many Relationships.mp4
|
11.1 MB
|
08. Introducing More Complex Many-to-Many Relationships.srt
|
10.0 KB
|
09. Review and Resources.mp4
|
3.1 MB
|
09. Review and Resources.srt
|
2.8 KB
|
/09. Defining and Using One-to-One Relationships/
|
00. Introduction and Overview.mp4
|
1.8 MB
|
00. Introduction and Overview.srt
|
1.7 KB
|
01. Understanding How EF Core Discovers One-to-One Relationships.mp4
|
7.4 MB
|
01. Understanding How EF Core Discovers One-to-One Relationships.srt
|
7.7 KB
|
02. Updating the Model and Database with the New Relationship.mp4
|
14.4 MB
|
02. Updating the Model and Database with the New Relationship.srt
|
10.7 KB
|
03. Querying One-to-One Relationships.mp4
|
10.8 MB
|
03. Querying One-to-One Relationships.srt
|
9.3 KB
|
04. Combining Objects in One-to-One Relationships.mp4
|
8.5 MB
|
04. Combining Objects in One-to-One Relationships.srt
|
7.5 KB
|
05. Replacing or Removing One-to-One Relationships.mp4
|
5.2 MB
|
05. Replacing or Removing One-to-One Relationships.srt
|
5.1 KB
|
06. Review and Resources.mp4
|
4.4 MB
|
06. Review and Resources.srt
|
4.1 KB
|
/10. Working with SQL, Views, and Stored Procedures/
|
00. Introduction and Overview.mp4
|
3.6 MB
|
00. Introduction and Overview.srt
|
3.4 KB
|
01. Querying with SQL.mp4
|
6.1 MB
|
01. Querying with SQL.srt
|
6.0 KB
|
02. Keeping Your Database Safe with Parameterized Raw SQL Queries.mp4
|
15.8 MB
|
02. Keeping Your Database Safe with Parameterized Raw SQL Queries.srt
|
12.9 KB
|
03. Adding Stored Procedures and Other Database Objects Using Migrations.mp4
|
9.1 MB
|
03. Adding Stored Procedures and Other Database Objects Using Migrations.srt
|
8.3 KB
|
04. Running Stored Procedure Queries with Raw SQL.mp4
|
6.2 MB
|
04. Running Stored Procedure Queries with Raw SQL.srt
|
5.7 KB
|
05. Querying for Scalars and Other Non-Entity Types.mp4
|
8.8 MB
|
05. Querying for Scalars and Other Non-Entity Types.srt
|
6.7 KB
|
06. Using Keyless Entities to Map to Views.mp4
|
11.2 MB
|
06. Using Keyless Entities to Map to Views.srt
|
9.0 KB
|
07. Querying the Database Views.mp4
|
2.8 MB
|
07. Querying the Database Views.srt
|
2.4 KB
|
08. Executing Non-Query SQL Commands.mp4
|
6.4 MB
|
08. Executing Non-Query SQL Commands.srt
|
5.2 KB
|
09. Mapping Insert, Update, and Delete Stored Procedures to Entities .mp4
|
9.9 MB
|
09. Mapping Insert, Update, and Delete Stored Procedures to Entities .srt
|
8.9 KB
|
10. Review and Resources.mp4
|
3.8 MB
|
10. Review and Resources.srt
|
3.2 KB
|
/11. Using EF Core in ASP.NET Core Apps/
|
00. Introduction and Overview.mp4
|
3.5 MB
|
00. Introduction and Overview.srt
|
3.0 KB
|
01. Reviewing EF Core’s Lifecycle in Disconnected Apps.mp4
|
5.3 MB
|
01. Reviewing EF Core’s Lifecycle in Disconnected Apps.srt
|
5.0 KB
|
02. Adding the ASP.NET Core Project.mp4
|
8.5 MB
|
02. Adding the ASP.NET Core Project.srt
|
6.9 KB
|
03. Creating Author Endpoints for the API.mp4
|
15.7 MB
|
03. Creating Author Endpoints for the API.srt
|
11.5 KB
|
04. Wiring up the ASP.NET Core App with the DbContext.mp4
|
15.3 MB
|
04. Wiring up the ASP.NET Core App with the DbContext.srt
|
11.2 KB
|
05. Running the API to See the Output and Logs.mp4
|
15.9 MB
|
05. Running the API to See the Output and Logs.srt
|
10.1 KB
|
06. Refactoring the API to Align with Common Practices Using DTOs.mp4
|
8.5 MB
|
06. Refactoring the API to Align with Common Practices Using DTOs.srt
|
6.7 KB
|
07. Exploring and Debugging Insert, Update & Delete API Methods.mp4
|
14.0 MB
|
07. Exploring and Debugging Insert, Update & Delete API Methods.srt
|
11.6 KB
|
08. Review and Resources.mp4
|
3.4 MB
|
08. Review and Resources.srt
|
3.1 KB
|
/12. Testing with EF Core/
|
00. Introduction and Overview.mp4
|
3.3 MB
|
00. Introduction and Overview.srt
|
3.0 KB
|
01. A Very Quick Testing Overview.mp4
|
3.3 MB
|
01. A Very Quick Testing Overview.srt
|
3.1 KB
|
02. Understanding What We Mean by “Testing EF Core”.mp4
|
3.2 MB
|
02. Understanding What We Mean by “Testing EF Core”.srt
|
3.5 KB
|
03. Preparing the DbContext.mp4
|
4.4 MB
|
03. Preparing the DbContext.srt
|
3.3 KB
|
04. Creating Your First Test and Using It Against the Database.mp4
|
12.8 MB
|
04. Creating Your First Test and Using It Against the Database.srt
|
9.2 KB
|
05. Exploring Test Results and Performance Considerations.mp4
|
9.6 MB
|
05. Exploring Test Results and Performance Considerations.srt
|
6.7 KB
|
06. Testing with SQLite in Memory.mp4
|
12.5 MB
|
06. Testing with SQLite in Memory.srt
|
9.5 KB
|
07. Refactoring and Testing Some Console App Logic.mp4
|
12.2 MB
|
07. Refactoring and Testing Some Console App Logic.srt
|
9.8 KB
|
08. Testing the ASP.NET Core API.mp4
|
5.6 MB
|
08. Testing the ASP.NET Core API.srt
|
4.9 KB
|
09. Testing Endpoints That Use EF Core.mp4
|
11.7 MB
|
09. Testing Endpoints That Use EF Core.srt
|
7.3 KB
|
10. Review and Resources.mp4
|
4.4 MB
|
10. Review and Resources.srt
|
3.8 KB
|
/13. Adding Some More Practical Mappings to Your Application/
|
00. Introduction and Overview.mp4
|
4.2 MB
|
00. Introduction and Overview.srt
|
3.6 KB
|
01. Understanding How Project Nullability Affects EF Core’s String Mappings.mp4
|
6.7 MB
|
01. Understanding How Project Nullability Affects EF Core’s String Mappings.srt
|
5.9 KB
|
02. Learning Some Additional Common Conventions and Mappings.mp4
|
12.0 MB
|
02. Learning Some Additional Common Conventions and Mappings.srt
|
10.6 KB
|
03. Using Data Annotations to Describe Mappings.mp4
|
4.1 MB
|
03. Using Data Annotations to Describe Mappings.srt
|
3.8 KB
|
04. Storing Sub-Types and Primitive Collections as JSON.mp4
|
4.2 MB
|
04. Storing Sub-Types and Primitive Collections as JSON.srt
|
3.3 KB
|
05. Mapping “Unmappable” Property Types with Value Conversions.mp4
|
5.1 MB
|
05. Mapping “Unmappable” Property Types with Value Conversions.srt
|
4.6 KB
|
06. Applying Bulk Configurations and Conversions.mp4
|
7.3 MB
|
06. Applying Bulk Configurations and Conversions.srt
|
4.9 KB
|
07. Mapping Complex Types and DDD Value Objects.mp4
|
5.9 MB
|
07. Mapping Complex Types and DDD Value Objects.srt
|
5.6 KB
|
08. Review and Resources.mp4
|
3.5 MB
|
08. Review and Resources.srt
|
2.9 KB
|
/14. Understanding EF Core’s Database Connectivity/
|
00. Introduction and Overview.mp4
|
2.4 MB
|
00. Introduction and Overview.srt
|
2.2 KB
|
01. Recognizing the Many Database Providers Available for EF Core.mp4
|
5.4 MB
|
01. Recognizing the Many Database Providers Available for EF Core.srt
|
5.2 KB
|
02. Highlights of the Azure Cosmos DB Provider.mp4
|
7.7 MB
|
02. Highlights of the Azure Cosmos DB Provider.srt
|
6.8 KB
|
03. EF Core’s Transaction Support and Concurrency Handling.mp4
|
10.1 MB
|
03. EF Core’s Transaction Support and Concurrency Handling.srt
|
8.2 KB
|
04. Answering Some DB Connection FAQs.mp4
|
6.6 MB
|
04. Answering Some DB Connection FAQs.srt
|
6.4 KB
|
05. Review and Resources.mp4
|
3.2 MB
|
05. Review and Resources.srt
|
2.9 KB
|
/15. Tapping into EF Core’s Pipeline/
|
00. Introduction and Overview.mp4
|
1.2 MB
|
00. Introduction and Overview.srt
|
1.0 KB
|
01. Exploring ChangeTracker Entries for Overriding the SaveChanges Method.mp4
|
7.2 MB
|
01. Exploring ChangeTracker Entries for Overriding the SaveChanges Method.srt
|
5.8 KB
|
02. Updating Shadow Properties During SaveChanges.mp4
|
4.4 MB
|
02. Updating Shadow Properties During SaveChanges.srt
|
4.3 KB
|
03. Using EF Core Pipeline Events.mp4
|
6.3 MB
|
03. Using EF Core Pipeline Events.srt
|
5.2 KB
|
04. Using Interceptors to Inject Logic into EF Core’s Pipeline.mp4
|
5.7 MB
|
04. Using Interceptors to Inject Logic into EF Core’s Pipeline.srt
|
5.5 KB
|
05. Review and Resources.mp4
|
3.2 MB
|
05. Review and Resources.srt
|
2.9 KB
|
Total files 265
|