LINQ Fundamentals in C# 10
- 收录时间:2023-08-16 21:43:46
- 文件大小:622MB
- 下载次数:1
- 最近下载:2023-08-16 21:43:46
- 磁力链接:
-
文件列表
- 03. Use LINQ to Select Data within Collections/3. Select All Items Using LINQ.mp4 15MB
- 13. Aggregate Data in Collections/8. Making Aggregation More Efficient.mp4 14MB
- 11. Use the Join Clause to Combine Two Collections/1. Performing an Inner Join.mp4 14MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/04. Illustrating Deferred Execution Using ForEach().mp4 13MB
- 11. Use the Join Clause to Combine Two Collections/5. Simulating a Left Outer Join (Query Syntax).mp4 13MB
- 12. Use the Group Clause to Produce Grouped Collections/4. Creating a One-to-many Using a Subquery.mp4 13MB
- 08. Determine the Type of Data Contained within Collections/5. Demo of Contains() Using Comparer Class.mp4 11MB
- 13. Aggregate Data in Collections/7. Using Grouping with Aggregation.mp4 11MB
- 03. Use LINQ to Select Data within Collections/6. Build an Anonymous Class.mp4 11MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/10. Use Yield Keyword to Create Streaming Extension Method.mp4 10MB
- 03. Use LINQ to Select Data within Collections/4. Select a Single Column.mp4 10MB
- 09. Determine Differences between Two Collections/01. Using SequenceEqual() with Integer Collections.mp4 10MB
- 14. Use LINQ to Iterate over Collections/3. Call a Custom Method from ForEach().mp4 10MB
- 06. Select a Single Piece of Data from a Collection/3. Search Forward for an Element Using FirstOrDefault().mp4 10MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/08. Create Custom Filtering Extension Method.mp4 10MB
- 03. Use LINQ to Select Data within Collections/5. Get Specific Columns to Load into a Product Object.mp4 10MB
- 08. Determine the Type of Data Contained within Collections/2. Demo of the All() Method.mp4 9MB
- 06. Select a Single Piece of Data from a Collection/7. Searching for Only One Element Using SingleOrDefault().mp4 9MB
- 09. Determine Differences between Two Collections/03. Using SequenceEqual() with Comparer Class.mp4 9MB
- 12. Use the Group Clause to Produce Grouped Collections/1. Grouping Products by Size.mp4 9MB
- 06. Select a Single Piece of Data from a Collection/6. Searching for Only One Element Using Single().mp4 9MB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/2. Using the Range Operator with the Take() Method.mp4 9MB
- 04. Use LINQ to Order Data/3. Sort the Data Using Two Fields.mp4 9MB
- 14. Use LINQ to Iterate over Collections/1. Using ForEach() to Calculate a Line Total.mp4 9MB
- 09. Determine Differences between Two Collections/05. Find Products That Do Not Have Sales Using Except().mp4 8MB
- 11. Use the Join Clause to Combine Two Collections/3. Using the 'into' Keyword.mp4 8MB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/4. Skip() Past Beginning Elements in a Collection.mp4 8MB
- 04. Use LINQ to Order Data/1. Sorting Data on a Single Field.mp4 8MB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/7. Split Large Collections into Smaller Collections Using Chunk().mp4 8MB
- 05. Use the LINQ Where Clause to Filter Data/4. Demo of a Custom Extension Method.mp4 8MB
- 11. Use the Join Clause to Combine Two Collections/2. Using a Two-field Inner Join.mp4 8MB
- 13. Aggregate Data in Collections/2. Using Min() and Max() Methods.mp4 7MB
- 13. Aggregate Data in Collections/1. Using Count() and Filtering the Count.mp4 7MB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/1. Using the Take() Method to Extract Data.mp4 7MB
- 12. Use the Group Clause to Produce Grouped Collections/3. Filtering the Grouped Data.mp4 7MB
- 09. Determine Differences between Two Collections/08. Find Products That Do Not Have Sales Using ExceptBy().mp4 7MB
- 05. Use the LINQ Where Clause to Filter Data/1. Using the Where Clause.mp4 7MB
- 13. Aggregate Data in Collections/4. Using Average() and Sum() Methods.mp4 7MB
- 09. Determine Differences between Two Collections/13. Find Products That Have Sales Using IntersectBy().mp4 7MB
- 14. Use LINQ to Iterate over Collections/2. Using ForEach() and a Sub-query to Calculate Total Sales.mp4 7MB
- 06. Select a Single Piece of Data from a Collection/2. Search Forward for an Element Using First().mp4 7MB
- 09. Determine Differences between Two Collections/06. Using Except() with Comparer Class.mp4 7MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/05. Step-through Demo of Deferred Execution.mp4 7MB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/6. Extract Distinct Objects Using DistinctBy() Method.mp4 7MB
- 02. Where LINQ Fits into Your Toolbelt/5. Examples of SQL, C# Loops, and LINQ.mp4 7MB
- 13. Aggregate Data in Collections/5. Simulate Sum() Using Aggregate().mp4 7MB
- 11. Use the Join Clause to Combine Two Collections/6. Simulating a Left Outer Join (Method Syntax).mp4 6MB
- 05. Use the LINQ Where Clause to Filter Data/2. Using the And (&&) Operator.mp4 6MB
- 06. Select a Single Piece of Data from a Collection/8. When to Use Which Method.mp4 6MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/06. Using IEnumerator and GetEnumerator().mp4 6MB
- 09. Determine Differences between Two Collections/04. Using Except() with Integer Collections.mp4 6MB
- 12. Use the Group Clause to Produce Grouped Collections/2. Ordering by the Key Property.mp4 6MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/07. Show Streaming Nature of Where() and Take() Methods.mp4 6MB
- 03. Use LINQ to Select Data within Collections/2. The Sample Entity, Repository, and View Model Classes.mp4 6MB
- 06. Select a Single Piece of Data from a Collection/5. Search Backward for an Element Using LastOrDefault().mp4 6MB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/5. Get Distinct() Values from a Collection.mp4 6MB
- 09. Determine Differences between Two Collections/07. Using the ExceptBy() Method.mp4 5MB
- 09. Determine Differences between Two Collections/02. Using SequenceEqual() with Object Collections.mp4 5MB
- 06. Select a Single Piece of Data from a Collection/4. Search Backward for an Element Using Last().mp4 5MB
- 12. Use the Group Clause to Produce Grouped Collections/5. Simulate Distinct() Using Group By.mp4 5MB
- 06. Select a Single Piece of Data from a Collection/1. The Methods for Selecting a Specific Item.mp4 5MB
- 13. Aggregate Data in Collections/3. Using MinBy() and MaxBy() Methods.mp4 5MB
- 08. Determine the Type of Data Contained within Collections/3. Demo of the Any() Method.mp4 5MB
- 09. Determine Differences between Two Collections/10. Find Products That Have Sales Using Intersect().mp4 5MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/02. Deferred Execution, Streaming, and Non-streaming.mp4 5MB
- 09. Determine Differences between Two Collections/11. Using Intersect() with Comparer Class.mp4 5MB
- 04. Use LINQ to Order Data/2. Sorting Data in Descending Order.mp4 5MB
- 10. Concatenate Collections Together Using Union and Concat/1. Using Union() with Integer Collections.mp4 4MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/12. Use the Yield Keyword with OrderBy() Method.mp4 4MB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/3. Conditionally Extract Data Using the TakeWhile() Method.mp4 4MB
- 11. Use the Join Clause to Combine Two Collections/4. Using the GroupJoin() Method.mp4 4MB
- 13. Aggregate Data in Collections/6. Using Aggregate() Method with a Custom Expression.mp4 4MB
- 10. Concatenate Collections Together Using Union and Concat/5. Using Concat with Two Product Collections.mp4 4MB
- 10. Concatenate Collections Together Using Union and Concat/4. Using Concat with Two Integer Collections.mp4 4MB
- 09. Determine Differences between Two Collections/12. Using the IntersectBy() Method.mp4 4MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/01. Classification of LINQ Queries.mp4 4MB
- 08. Determine the Type of Data Contained within Collections/4. Demo of Contains() Using Integers.mp4 4MB
- 10. Concatenate Collections Together Using Union and Concat/3. Using the UnionBy() Method.mp4 4MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/03. The Classes for Illustrating Deferred Execution.mp4 4MB
- 04. Use LINQ to Order Data/4. Sort Two Fields Descending Using the Method Syntax.mp4 4MB
- 09. Determine Differences between Two Collections/09. Using Intersect() with Integer Collections.mp4 3MB
- 02. Where LINQ Fits into Your Toolbelt/6. Why Use LINQ and LINQ Operations-.mp4 3MB
- 10. Concatenate Collections Together Using Union and Concat/2. Using Union() with Comparer Class.mp4 3MB
- 01. Course Overview/1. Course Overview.mp4 3MB
- 02. Where LINQ Fits into Your Toolbelt/4. What Is LINQ and LINQ Integrations-.mp4 3MB
- 03. Use LINQ to Select Data within Collections/1. The Console Application Used for LINQ Samples.mp4 3MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/09. Apply Take() to Custom Filtering Method.mp4 3MB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/11. Use the Yield Keyword with Take() Method.mp4 3MB
- 02. Where LINQ Fits into Your Toolbelt/2. Introduction and Version Information.mp4 3MB
- 08. Determine the Type of Data Contained within Collections/1. Introduction to the All() Method.mp4 2MB
- 05. Use the LINQ Where Clause to Filter Data/3. Custom Extension Methods.mp4 2MB
- 02. Where LINQ Fits into Your Toolbelt/3. What's in This Course and Community Resources.mp4 2MB
- 02. Where LINQ Fits into Your Toolbelt/1. Version Check.mp4 541KB
- 03. Use LINQ to Select Data within Collections/3. Select All Items Using LINQ.srt 9KB
- 13. Aggregate Data in Collections/8. Making Aggregation More Efficient.srt 7KB
- 08. Determine the Type of Data Contained within Collections/5. Demo of Contains() Using Comparer Class.srt 7KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/04. Illustrating Deferred Execution Using ForEach().srt 6KB
- 11. Use the Join Clause to Combine Two Collections/1. Performing an Inner Join.srt 6KB
- 02. Where LINQ Fits into Your Toolbelt/5. Examples of SQL, C# Loops, and LINQ.srt 6KB
- 09. Determine Differences between Two Collections/01. Using SequenceEqual() with Integer Collections.srt 6KB
- 11. Use the Join Clause to Combine Two Collections/5. Simulating a Left Outer Join (Query Syntax).srt 6KB
- 06. Select a Single Piece of Data from a Collection/8. When to Use Which Method.srt 6KB
- 03. Use LINQ to Select Data within Collections/6. Build an Anonymous Class.srt 5KB
- 06. Select a Single Piece of Data from a Collection/1. The Methods for Selecting a Specific Item.srt 5KB
- 12. Use the Group Clause to Produce Grouped Collections/4. Creating a One-to-many Using a Subquery.srt 5KB
- 03. Use LINQ to Select Data within Collections/2. The Sample Entity, Repository, and View Model Classes.srt 5KB
- 13. Aggregate Data in Collections/7. Using Grouping with Aggregation.srt 5KB
- 14. Use LINQ to Iterate over Collections/1. Using ForEach() to Calculate a Line Total.srt 5KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/02. Deferred Execution, Streaming, and Non-streaming.srt 5KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/08. Create Custom Filtering Extension Method.srt 5KB
- 03. Use LINQ to Select Data within Collections/4. Select a Single Column.srt 5KB
- 12. Use the Group Clause to Produce Grouped Collections/1. Grouping Products by Size.srt 5KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/10. Use Yield Keyword to Create Streaming Extension Method.srt 4KB
- 03. Use LINQ to Select Data within Collections/5. Get Specific Columns to Load into a Product Object.srt 4KB
- 14. Use LINQ to Iterate over Collections/3. Call a Custom Method from ForEach().srt 4KB
- 11. Use the Join Clause to Combine Two Collections/3. Using the 'into' Keyword.srt 4KB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/7. Split Large Collections into Smaller Collections Using Chunk().srt 4KB
- 13. Aggregate Data in Collections/1. Using Count() and Filtering the Count.srt 4KB
- 09. Determine Differences between Two Collections/03. Using SequenceEqual() with Comparer Class.srt 4KB
- 06. Select a Single Piece of Data from a Collection/6. Searching for Only One Element Using Single().srt 4KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/05. Step-through Demo of Deferred Execution.srt 4KB
- 04. Use LINQ to Order Data/1. Sorting Data on a Single Field.srt 4KB
- 11. Use the Join Clause to Combine Two Collections/6. Simulating a Left Outer Join (Method Syntax).srt 4KB
- 02. Where LINQ Fits into Your Toolbelt/6. Why Use LINQ and LINQ Operations-.srt 4KB
- 04. Use LINQ to Order Data/3. Sort the Data Using Two Fields.srt 4KB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/2. Using the Range Operator with the Take() Method.srt 3KB
- 05. Use the LINQ Where Clause to Filter Data/1. Using the Where Clause.srt 3KB
- 13. Aggregate Data in Collections/5. Simulate Sum() Using Aggregate().srt 3KB
- 09. Determine Differences between Two Collections/04. Using Except() with Integer Collections.srt 3KB
- 05. Use the LINQ Where Clause to Filter Data/4. Demo of a Custom Extension Method.srt 3KB
- 06. Select a Single Piece of Data from a Collection/7. Searching for Only One Element Using SingleOrDefault().srt 3KB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/4. Skip() Past Beginning Elements in a Collection.srt 3KB
- 09. Determine Differences between Two Collections/08. Find Products That Do Not Have Sales Using ExceptBy().srt 3KB
- 09. Determine Differences between Two Collections/05. Find Products That Do Not Have Sales Using Except().srt 3KB
- 09. Determine Differences between Two Collections/13. Find Products That Have Sales Using IntersectBy().srt 3KB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/1. Using the Take() Method to Extract Data.srt 3KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/01. Classification of LINQ Queries.srt 3KB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/6. Extract Distinct Objects Using DistinctBy() Method.srt 3KB
- 11. Use the Join Clause to Combine Two Collections/2. Using a Two-field Inner Join.srt 3KB
- 12. Use the Group Clause to Produce Grouped Collections/3. Filtering the Grouped Data.srt 3KB
- 02. Where LINQ Fits into Your Toolbelt/4. What Is LINQ and LINQ Integrations-.srt 3KB
- 13. Aggregate Data in Collections/2. Using Min() and Max() Methods.srt 3KB
- 13. Aggregate Data in Collections/4. Using Average() and Sum() Methods.srt 3KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/06. Using IEnumerator and GetEnumerator().srt 3KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/07. Show Streaming Nature of Where() and Take() Methods.srt 3KB
- 08. Determine the Type of Data Contained within Collections/2. Demo of the All() Method.srt 3KB
- 14. Use LINQ to Iterate over Collections/2. Using ForEach() and a Sub-query to Calculate Total Sales.srt 3KB
- 09. Determine Differences between Two Collections/06. Using Except() with Comparer Class.srt 3KB
- 06. Select a Single Piece of Data from a Collection/3. Search Forward for an Element Using FirstOrDefault().srt 3KB
- 12. Use the Group Clause to Produce Grouped Collections/5. Simulate Distinct() Using Group By.srt 3KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/12. Use the Yield Keyword with OrderBy() Method.srt 3KB
- 09. Determine Differences between Two Collections/07. Using the ExceptBy() Method.srt 3KB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/5. Get Distinct() Values from a Collection.srt 3KB
- 09. Determine Differences between Two Collections/02. Using SequenceEqual() with Object Collections.srt 3KB
- 06. Select a Single Piece of Data from a Collection/2. Search Forward for an Element Using First().srt 2KB
- 10. Concatenate Collections Together Using Union and Concat/1. Using Union() with Integer Collections.srt 2KB
- 12. Use the Group Clause to Produce Grouped Collections/2. Ordering by the Key Property.srt 2KB
- 08. Determine the Type of Data Contained within Collections/3. Demo of the Any() Method.srt 2KB
- 05. Use the LINQ Where Clause to Filter Data/2. Using the And (&&) Operator.srt 2KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/03. The Classes for Illustrating Deferred Execution.srt 2KB
- 13. Aggregate Data in Collections/3. Using MinBy() and MaxBy() Methods.srt 2KB
- 06. Select a Single Piece of Data from a Collection/4. Search Backward for an Element Using Last().srt 2KB
- 10. Concatenate Collections Together Using Union and Concat/5. Using Concat with Two Product Collections.srt 2KB
- 13. Aggregate Data in Collections/6. Using Aggregate() Method with a Custom Expression.srt 2KB
- 03. Use LINQ to Select Data within Collections/1. The Console Application Used for LINQ Samples.srt 2KB
- 08. Determine the Type of Data Contained within Collections/1. Introduction to the All() Method.srt 2KB
- 06. Select a Single Piece of Data from a Collection/5. Search Backward for an Element Using LastOrDefault().srt 2KB
- 01. Course Overview/1. Course Overview.srt 2KB
- 09. Determine Differences between Two Collections/10. Find Products That Have Sales Using Intersect().srt 2KB
- 09. Determine Differences between Two Collections/09. Using Intersect() with Integer Collections.srt 2KB
- 04. Use LINQ to Order Data/4. Sort Two Fields Descending Using the Method Syntax.srt 2KB
- 08. Determine the Type of Data Contained within Collections/4. Demo of Contains() Using Integers.srt 2KB
- 02. Where LINQ Fits into Your Toolbelt/2. Introduction and Version Information.srt 2KB
- 10. Concatenate Collections Together Using Union and Concat/3. Using the UnionBy() Method.srt 2KB
- 05. Use the LINQ Where Clause to Filter Data/3. Custom Extension Methods.srt 2KB
- 02. Where LINQ Fits into Your Toolbelt/3. What's in This Course and Community Resources.srt 2KB
- 09. Determine Differences between Two Collections/11. Using Intersect() with Comparer Class.srt 2KB
- 09. Determine Differences between Two Collections/12. Using the IntersectBy() Method.srt 2KB
- 11. Use the Join Clause to Combine Two Collections/4. Using the GroupJoin() Method.srt 2KB
- 04. Use LINQ to Order Data/2. Sorting Data in Descending Order.srt 2KB
- 10. Concatenate Collections Together Using Union and Concat/2. Using Union() with Comparer Class.srt 2KB
- 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/3. Conditionally Extract Data Using the TakeWhile() Method.srt 1KB
- 10. Concatenate Collections Together Using Union and Concat/4. Using Concat with Two Integer Collections.srt 1KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/11. Use the Yield Keyword with Take() Method.srt 1KB
- 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/09. Apply Take() to Custom Filtering Method.srt 1KB
- 02. Where LINQ Fits into Your Toolbelt/1. Version Check.srt 51B