589689.xyz

LINQ Fundamentals in C# 10

  • 收录时间:2023-08-16 21:43:46
  • 文件大小:622MB
  • 下载次数:1
  • 最近下载:2023-08-16 21:43:46
  • 磁力链接:

文件列表

  1. 03. Use LINQ to Select Data within Collections/3. Select All Items Using LINQ.mp4 15MB
  2. 13. Aggregate Data in Collections/8. Making Aggregation More Efficient.mp4 14MB
  3. 11. Use the Join Clause to Combine Two Collections/1. Performing an Inner Join.mp4 14MB
  4. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/04. Illustrating Deferred Execution Using ForEach().mp4 13MB
  5. 11. Use the Join Clause to Combine Two Collections/5. Simulating a Left Outer Join (Query Syntax).mp4 13MB
  6. 12. Use the Group Clause to Produce Grouped Collections/4. Creating a One-to-many Using a Subquery.mp4 13MB
  7. 08. Determine the Type of Data Contained within Collections/5. Demo of Contains() Using Comparer Class.mp4 11MB
  8. 13. Aggregate Data in Collections/7. Using Grouping with Aggregation.mp4 11MB
  9. 03. Use LINQ to Select Data within Collections/6. Build an Anonymous Class.mp4 11MB
  10. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/10. Use Yield Keyword to Create Streaming Extension Method.mp4 10MB
  11. 03. Use LINQ to Select Data within Collections/4. Select a Single Column.mp4 10MB
  12. 09. Determine Differences between Two Collections/01. Using SequenceEqual() with Integer Collections.mp4 10MB
  13. 14. Use LINQ to Iterate over Collections/3. Call a Custom Method from ForEach().mp4 10MB
  14. 06. Select a Single Piece of Data from a Collection/3. Search Forward for an Element Using FirstOrDefault().mp4 10MB
  15. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/08. Create Custom Filtering Extension Method.mp4 10MB
  16. 03. Use LINQ to Select Data within Collections/5. Get Specific Columns to Load into a Product Object.mp4 10MB
  17. 08. Determine the Type of Data Contained within Collections/2. Demo of the All() Method.mp4 9MB
  18. 06. Select a Single Piece of Data from a Collection/7. Searching for Only One Element Using SingleOrDefault().mp4 9MB
  19. 09. Determine Differences between Two Collections/03. Using SequenceEqual() with Comparer Class.mp4 9MB
  20. 12. Use the Group Clause to Produce Grouped Collections/1. Grouping Products by Size.mp4 9MB
  21. 06. Select a Single Piece of Data from a Collection/6. Searching for Only One Element Using Single().mp4 9MB
  22. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/2. Using the Range Operator with the Take() Method.mp4 9MB
  23. 04. Use LINQ to Order Data/3. Sort the Data Using Two Fields.mp4 9MB
  24. 14. Use LINQ to Iterate over Collections/1. Using ForEach() to Calculate a Line Total.mp4 9MB
  25. 09. Determine Differences between Two Collections/05. Find Products That Do Not Have Sales Using Except().mp4 8MB
  26. 11. Use the Join Clause to Combine Two Collections/3. Using the 'into' Keyword.mp4 8MB
  27. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/4. Skip() Past Beginning Elements in a Collection.mp4 8MB
  28. 04. Use LINQ to Order Data/1. Sorting Data on a Single Field.mp4 8MB
  29. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/7. Split Large Collections into Smaller Collections Using Chunk().mp4 8MB
  30. 05. Use the LINQ Where Clause to Filter Data/4. Demo of a Custom Extension Method.mp4 8MB
  31. 11. Use the Join Clause to Combine Two Collections/2. Using a Two-field Inner Join.mp4 8MB
  32. 13. Aggregate Data in Collections/2. Using Min() and Max() Methods.mp4 7MB
  33. 13. Aggregate Data in Collections/1. Using Count() and Filtering the Count.mp4 7MB
  34. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/1. Using the Take() Method to Extract Data.mp4 7MB
  35. 12. Use the Group Clause to Produce Grouped Collections/3. Filtering the Grouped Data.mp4 7MB
  36. 09. Determine Differences between Two Collections/08. Find Products That Do Not Have Sales Using ExceptBy().mp4 7MB
  37. 05. Use the LINQ Where Clause to Filter Data/1. Using the Where Clause.mp4 7MB
  38. 13. Aggregate Data in Collections/4. Using Average() and Sum() Methods.mp4 7MB
  39. 09. Determine Differences between Two Collections/13. Find Products That Have Sales Using IntersectBy().mp4 7MB
  40. 14. Use LINQ to Iterate over Collections/2. Using ForEach() and a Sub-query to Calculate Total Sales.mp4 7MB
  41. 06. Select a Single Piece of Data from a Collection/2. Search Forward for an Element Using First().mp4 7MB
  42. 09. Determine Differences between Two Collections/06. Using Except() with Comparer Class.mp4 7MB
  43. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/05. Step-through Demo of Deferred Execution.mp4 7MB
  44. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/6. Extract Distinct Objects Using DistinctBy() Method.mp4 7MB
  45. 02. Where LINQ Fits into Your Toolbelt/5. Examples of SQL, C# Loops, and LINQ.mp4 7MB
  46. 13. Aggregate Data in Collections/5. Simulate Sum() Using Aggregate().mp4 7MB
  47. 11. Use the Join Clause to Combine Two Collections/6. Simulating a Left Outer Join (Method Syntax).mp4 6MB
  48. 05. Use the LINQ Where Clause to Filter Data/2. Using the And (&&) Operator.mp4 6MB
  49. 06. Select a Single Piece of Data from a Collection/8. When to Use Which Method.mp4 6MB
  50. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/06. Using IEnumerator and GetEnumerator().mp4 6MB
  51. 09. Determine Differences between Two Collections/04. Using Except() with Integer Collections.mp4 6MB
  52. 12. Use the Group Clause to Produce Grouped Collections/2. Ordering by the Key Property.mp4 6MB
  53. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/07. Show Streaming Nature of Where() and Take() Methods.mp4 6MB
  54. 03. Use LINQ to Select Data within Collections/2. The Sample Entity, Repository, and View Model Classes.mp4 6MB
  55. 06. Select a Single Piece of Data from a Collection/5. Search Backward for an Element Using LastOrDefault().mp4 6MB
  56. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/5. Get Distinct() Values from a Collection.mp4 6MB
  57. 09. Determine Differences between Two Collections/07. Using the ExceptBy() Method.mp4 5MB
  58. 09. Determine Differences between Two Collections/02. Using SequenceEqual() with Object Collections.mp4 5MB
  59. 06. Select a Single Piece of Data from a Collection/4. Search Backward for an Element Using Last().mp4 5MB
  60. 12. Use the Group Clause to Produce Grouped Collections/5. Simulate Distinct() Using Group By.mp4 5MB
  61. 06. Select a Single Piece of Data from a Collection/1. The Methods for Selecting a Specific Item.mp4 5MB
  62. 13. Aggregate Data in Collections/3. Using MinBy() and MaxBy() Methods.mp4 5MB
  63. 08. Determine the Type of Data Contained within Collections/3. Demo of the Any() Method.mp4 5MB
  64. 09. Determine Differences between Two Collections/10. Find Products That Have Sales Using Intersect().mp4 5MB
  65. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/02. Deferred Execution, Streaming, and Non-streaming.mp4 5MB
  66. 09. Determine Differences between Two Collections/11. Using Intersect() with Comparer Class.mp4 5MB
  67. 04. Use LINQ to Order Data/2. Sorting Data in Descending Order.mp4 5MB
  68. 10. Concatenate Collections Together Using Union and Concat/1. Using Union() with Integer Collections.mp4 4MB
  69. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/12. Use the Yield Keyword with OrderBy() Method.mp4 4MB
  70. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/3. Conditionally Extract Data Using the TakeWhile() Method.mp4 4MB
  71. 11. Use the Join Clause to Combine Two Collections/4. Using the GroupJoin() Method.mp4 4MB
  72. 13. Aggregate Data in Collections/6. Using Aggregate() Method with a Custom Expression.mp4 4MB
  73. 10. Concatenate Collections Together Using Union and Concat/5. Using Concat with Two Product Collections.mp4 4MB
  74. 10. Concatenate Collections Together Using Union and Concat/4. Using Concat with Two Integer Collections.mp4 4MB
  75. 09. Determine Differences between Two Collections/12. Using the IntersectBy() Method.mp4 4MB
  76. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/01. Classification of LINQ Queries.mp4 4MB
  77. 08. Determine the Type of Data Contained within Collections/4. Demo of Contains() Using Integers.mp4 4MB
  78. 10. Concatenate Collections Together Using Union and Concat/3. Using the UnionBy() Method.mp4 4MB
  79. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/03. The Classes for Illustrating Deferred Execution.mp4 4MB
  80. 04. Use LINQ to Order Data/4. Sort Two Fields Descending Using the Method Syntax.mp4 4MB
  81. 09. Determine Differences between Two Collections/09. Using Intersect() with Integer Collections.mp4 3MB
  82. 02. Where LINQ Fits into Your Toolbelt/6. Why Use LINQ and LINQ Operations-.mp4 3MB
  83. 10. Concatenate Collections Together Using Union and Concat/2. Using Union() with Comparer Class.mp4 3MB
  84. 01. Course Overview/1. Course Overview.mp4 3MB
  85. 02. Where LINQ Fits into Your Toolbelt/4. What Is LINQ and LINQ Integrations-.mp4 3MB
  86. 03. Use LINQ to Select Data within Collections/1. The Console Application Used for LINQ Samples.mp4 3MB
  87. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/09. Apply Take() to Custom Filtering Method.mp4 3MB
  88. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/11. Use the Yield Keyword with Take() Method.mp4 3MB
  89. 02. Where LINQ Fits into Your Toolbelt/2. Introduction and Version Information.mp4 3MB
  90. 08. Determine the Type of Data Contained within Collections/1. Introduction to the All() Method.mp4 2MB
  91. 05. Use the LINQ Where Clause to Filter Data/3. Custom Extension Methods.mp4 2MB
  92. 02. Where LINQ Fits into Your Toolbelt/3. What's in This Course and Community Resources.mp4 2MB
  93. 02. Where LINQ Fits into Your Toolbelt/1. Version Check.mp4 541KB
  94. 03. Use LINQ to Select Data within Collections/3. Select All Items Using LINQ.srt 9KB
  95. 13. Aggregate Data in Collections/8. Making Aggregation More Efficient.srt 7KB
  96. 08. Determine the Type of Data Contained within Collections/5. Demo of Contains() Using Comparer Class.srt 7KB
  97. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/04. Illustrating Deferred Execution Using ForEach().srt 6KB
  98. 11. Use the Join Clause to Combine Two Collections/1. Performing an Inner Join.srt 6KB
  99. 02. Where LINQ Fits into Your Toolbelt/5. Examples of SQL, C# Loops, and LINQ.srt 6KB
  100. 09. Determine Differences between Two Collections/01. Using SequenceEqual() with Integer Collections.srt 6KB
  101. 11. Use the Join Clause to Combine Two Collections/5. Simulating a Left Outer Join (Query Syntax).srt 6KB
  102. 06. Select a Single Piece of Data from a Collection/8. When to Use Which Method.srt 6KB
  103. 03. Use LINQ to Select Data within Collections/6. Build an Anonymous Class.srt 5KB
  104. 06. Select a Single Piece of Data from a Collection/1. The Methods for Selecting a Specific Item.srt 5KB
  105. 12. Use the Group Clause to Produce Grouped Collections/4. Creating a One-to-many Using a Subquery.srt 5KB
  106. 03. Use LINQ to Select Data within Collections/2. The Sample Entity, Repository, and View Model Classes.srt 5KB
  107. 13. Aggregate Data in Collections/7. Using Grouping with Aggregation.srt 5KB
  108. 14. Use LINQ to Iterate over Collections/1. Using ForEach() to Calculate a Line Total.srt 5KB
  109. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/02. Deferred Execution, Streaming, and Non-streaming.srt 5KB
  110. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/08. Create Custom Filtering Extension Method.srt 5KB
  111. 03. Use LINQ to Select Data within Collections/4. Select a Single Column.srt 5KB
  112. 12. Use the Group Clause to Produce Grouped Collections/1. Grouping Products by Size.srt 5KB
  113. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/10. Use Yield Keyword to Create Streaming Extension Method.srt 4KB
  114. 03. Use LINQ to Select Data within Collections/5. Get Specific Columns to Load into a Product Object.srt 4KB
  115. 14. Use LINQ to Iterate over Collections/3. Call a Custom Method from ForEach().srt 4KB
  116. 11. Use the Join Clause to Combine Two Collections/3. Using the 'into' Keyword.srt 4KB
  117. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/7. Split Large Collections into Smaller Collections Using Chunk().srt 4KB
  118. 13. Aggregate Data in Collections/1. Using Count() and Filtering the Count.srt 4KB
  119. 09. Determine Differences between Two Collections/03. Using SequenceEqual() with Comparer Class.srt 4KB
  120. 06. Select a Single Piece of Data from a Collection/6. Searching for Only One Element Using Single().srt 4KB
  121. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/05. Step-through Demo of Deferred Execution.srt 4KB
  122. 04. Use LINQ to Order Data/1. Sorting Data on a Single Field.srt 4KB
  123. 11. Use the Join Clause to Combine Two Collections/6. Simulating a Left Outer Join (Method Syntax).srt 4KB
  124. 02. Where LINQ Fits into Your Toolbelt/6. Why Use LINQ and LINQ Operations-.srt 4KB
  125. 04. Use LINQ to Order Data/3. Sort the Data Using Two Fields.srt 4KB
  126. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/2. Using the Range Operator with the Take() Method.srt 3KB
  127. 05. Use the LINQ Where Clause to Filter Data/1. Using the Where Clause.srt 3KB
  128. 13. Aggregate Data in Collections/5. Simulate Sum() Using Aggregate().srt 3KB
  129. 09. Determine Differences between Two Collections/04. Using Except() with Integer Collections.srt 3KB
  130. 05. Use the LINQ Where Clause to Filter Data/4. Demo of a Custom Extension Method.srt 3KB
  131. 06. Select a Single Piece of Data from a Collection/7. Searching for Only One Element Using SingleOrDefault().srt 3KB
  132. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/4. Skip() Past Beginning Elements in a Collection.srt 3KB
  133. 09. Determine Differences between Two Collections/08. Find Products That Do Not Have Sales Using ExceptBy().srt 3KB
  134. 09. Determine Differences between Two Collections/05. Find Products That Do Not Have Sales Using Except().srt 3KB
  135. 09. Determine Differences between Two Collections/13. Find Products That Have Sales Using IntersectBy().srt 3KB
  136. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/1. Using the Take() Method to Extract Data.srt 3KB
  137. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/01. Classification of LINQ Queries.srt 3KB
  138. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/6. Extract Distinct Objects Using DistinctBy() Method.srt 3KB
  139. 11. Use the Join Clause to Combine Two Collections/2. Using a Two-field Inner Join.srt 3KB
  140. 12. Use the Group Clause to Produce Grouped Collections/3. Filtering the Grouped Data.srt 3KB
  141. 02. Where LINQ Fits into Your Toolbelt/4. What Is LINQ and LINQ Integrations-.srt 3KB
  142. 13. Aggregate Data in Collections/2. Using Min() and Max() Methods.srt 3KB
  143. 13. Aggregate Data in Collections/4. Using Average() and Sum() Methods.srt 3KB
  144. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/06. Using IEnumerator and GetEnumerator().srt 3KB
  145. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/07. Show Streaming Nature of Where() and Take() Methods.srt 3KB
  146. 08. Determine the Type of Data Contained within Collections/2. Demo of the All() Method.srt 3KB
  147. 14. Use LINQ to Iterate over Collections/2. Using ForEach() and a Sub-query to Calculate Total Sales.srt 3KB
  148. 09. Determine Differences between Two Collections/06. Using Except() with Comparer Class.srt 3KB
  149. 06. Select a Single Piece of Data from a Collection/3. Search Forward for an Element Using FirstOrDefault().srt 3KB
  150. 12. Use the Group Clause to Produce Grouped Collections/5. Simulate Distinct() Using Group By.srt 3KB
  151. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/12. Use the Yield Keyword with OrderBy() Method.srt 3KB
  152. 09. Determine Differences between Two Collections/07. Using the ExceptBy() Method.srt 3KB
  153. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/5. Get Distinct() Values from a Collection.srt 3KB
  154. 09. Determine Differences between Two Collections/02. Using SequenceEqual() with Object Collections.srt 3KB
  155. 06. Select a Single Piece of Data from a Collection/2. Search Forward for an Element Using First().srt 2KB
  156. 10. Concatenate Collections Together Using Union and Concat/1. Using Union() with Integer Collections.srt 2KB
  157. 12. Use the Group Clause to Produce Grouped Collections/2. Ordering by the Key Property.srt 2KB
  158. 08. Determine the Type of Data Contained within Collections/3. Demo of the Any() Method.srt 2KB
  159. 05. Use the LINQ Where Clause to Filter Data/2. Using the And (&&) Operator.srt 2KB
  160. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/03. The Classes for Illustrating Deferred Execution.srt 2KB
  161. 13. Aggregate Data in Collections/3. Using MinBy() and MaxBy() Methods.srt 2KB
  162. 06. Select a Single Piece of Data from a Collection/4. Search Backward for an Element Using Last().srt 2KB
  163. 10. Concatenate Collections Together Using Union and Concat/5. Using Concat with Two Product Collections.srt 2KB
  164. 13. Aggregate Data in Collections/6. Using Aggregate() Method with a Custom Expression.srt 2KB
  165. 03. Use LINQ to Select Data within Collections/1. The Console Application Used for LINQ Samples.srt 2KB
  166. 08. Determine the Type of Data Contained within Collections/1. Introduction to the All() Method.srt 2KB
  167. 06. Select a Single Piece of Data from a Collection/5. Search Backward for an Element Using LastOrDefault().srt 2KB
  168. 01. Course Overview/1. Course Overview.srt 2KB
  169. 09. Determine Differences between Two Collections/10. Find Products That Have Sales Using Intersect().srt 2KB
  170. 09. Determine Differences between Two Collections/09. Using Intersect() with Integer Collections.srt 2KB
  171. 04. Use LINQ to Order Data/4. Sort Two Fields Descending Using the Method Syntax.srt 2KB
  172. 08. Determine the Type of Data Contained within Collections/4. Demo of Contains() Using Integers.srt 2KB
  173. 02. Where LINQ Fits into Your Toolbelt/2. Introduction and Version Information.srt 2KB
  174. 10. Concatenate Collections Together Using Union and Concat/3. Using the UnionBy() Method.srt 2KB
  175. 05. Use the LINQ Where Clause to Filter Data/3. Custom Extension Methods.srt 2KB
  176. 02. Where LINQ Fits into Your Toolbelt/3. What's in This Course and Community Resources.srt 2KB
  177. 09. Determine Differences between Two Collections/11. Using Intersect() with Comparer Class.srt 2KB
  178. 09. Determine Differences between Two Collections/12. Using the IntersectBy() Method.srt 2KB
  179. 11. Use the Join Clause to Combine Two Collections/4. Using the GroupJoin() Method.srt 2KB
  180. 04. Use LINQ to Order Data/2. Sorting Data in Descending Order.srt 2KB
  181. 10. Concatenate Collections Together Using Union and Concat/2. Using Union() with Comparer Class.srt 2KB
  182. 07. Retrieve Specific Items Using Take, Skip, Distinct, and Chunk/3. Conditionally Extract Data Using the TakeWhile() Method.srt 1KB
  183. 10. Concatenate Collections Together Using Union and Concat/4. Using Concat with Two Integer Collections.srt 1KB
  184. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/11. Use the Yield Keyword with Take() Method.srt 1KB
  185. 15. Understanding Deferred Execution, Streaming, and Non-streaming Operations/09. Apply Take() to Custom Filtering Method.srt 1KB
  186. 02. Where LINQ Fits into Your Toolbelt/1. Version Check.srt 51B