17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[ CourseWikia.com ] LINQ Fundamentals In C# 10
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
This course teaches you how to use the LINQ syntax to select, filter, extract, partition, identify, union, join, group, and aggregate data contained in C# collections.
What you'll learn
LINQ can filter and extract data from collections efficiently. In this course, LINQ Fundamentals in C# 10, you’ll learn to apply LINQ queries to sets of data to extract meaningful information in an efficient manner. First, you’ll explore how to create LINQ queries, where to learn more about LINQ, and how to select and order data from sets of data. Next, you’ll discover how to filter data, get distinct values, and identify the kind of data contained within collections. Finally, you’ll learn how to work with multiple sets of data, group data into sets, and aggregate data to produce statistics for solving business problems. When you’re finished with this course, you’ll have the skills and knowledge of LINQ needed to apply queries in your everyday applications to produce data efficiently.
If You Need More Stuff, kindly Visit and Support Us -->> https://FreeCourseWeb.com
Get More Tutorials and Support Us -->> https://DevCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/01. Course Overview/01. Course Overview.mp4
3.1 MB
~Get Your Files Here !/02. Where LINQ Fits into Your Toolbelt/02. Introduction and Version Information.mp4
2.7 MB
~Get Your Files Here !/02. Where LINQ Fits into Your Toolbelt/03. Whats in This Course and Community Resources.mp4
1.8 MB
~Get Your Files Here !/02. Where LINQ Fits into Your Toolbelt/04. What Is LINQ and LINQ Integrations.mp4
2.9 MB
~Get Your Files Here !/02. Where LINQ Fits into Your Toolbelt/05. Examples of SQL C.Sharp Loops and LINQ.mp4
6.6 MB
~Get Your Files Here !/02. Where LINQ Fits into Your Toolbelt/06. Why Use LINQ and LINQ Operations.mp4
3.4 MB
~Get Your Files Here !/03. Use LINQ to Select Data within Collections/07. The Console Application Used for LINQ Samples.mp4
2.8 MB
~Get Your Files Here !/03. Use LINQ to Select Data within Collections/08. The Sample Entity Repository and View Model Classes.mp4
5.7 MB
~Get Your Files Here !/03. Use LINQ to Select Data within Collections/09. Select All Items Using LINQ.mp4
14.5 MB
~Get Your Files Here !/03. Use LINQ to Select Data within Collections/10. Select a Single Column.mp4
10 MB
~Get Your Files Here !/03. Use LINQ to Select Data within Collections/11. Get Specific Columns to Load into a Product Object.mp4
9.5 MB
~Get Your Files Here !/03. Use LINQ to Select Data within Collections/12. Build an Anonymous Class.mp4
10.8 MB
~Get Your Files Here !/04. Use LINQ to Order Data/13. Sorting Data on a Single Field.mp4
8.2 MB
~Get Your Files Here !/04. Use LINQ to Order Data/14. Sorting Data in Descending Order.mp4
4.7 MB
~Get Your Files Here !/04. Use LINQ to Order Data/15. Sort the Data Using Two Fields.mp4
8.7 MB
~Get Your Files Here !/04. Use LINQ to Order Data/16. Sort Two Fields Descending Using the Method Syntax.mp4
3.7 MB
~Get Your Files Here !/05. Use the LINQ Where Clause to Filter Data/17. Using the Where Clause.mp4
7.1 MB
~Get Your Files Here !/05. Use the LINQ Where Clause to Filter Data/18. Using the And Operator.mp4
6 MB
~Get Your Files Here !/05. Use the LINQ Where Clause to Filter Data/19. Custom Extension Methods.mp4
2 MB
~Get Your Files Here !/05. Use the LINQ Where Clause to Filter Data/20. Demo of a Custom Extension Method.mp4
8.1 MB
~Get Your Files Here !/06. Select a Single Piece of Data from a Collection/21. The Methods for Selecting a Specific Item.mp4
5.3 MB
~Get Your Files Here !/06. Select a Single Piece of Data from a Collection/22. Search Forward for an Element Using First.mp4
6.9 MB
~Get Your Files Here !/06. Select a Single Piece of Data from a Collection/23. Search Forward for an Element Using FirstOrDefault.mp4
9.8 MB
~Get Your Files Here !/06. Select a Single Piece of Data from a Collection/24. Search Backward for an Element Using Last.mp4
5.4 MB
~Get Your Files Here !/06. Select a Single Piece of Data from a Collection/25. Search Backward for an Element Using LastOrDefault.mp4
5.7 MB
~Get Your Files Here !/06. Select a Single Piece of Data from a Collection/26. Searching for Only One Element Using Single.mp4
9 MB
~Get Your Files Here !/06. Select a Single Piece of Data from a Collection/27. Searching for Only One Element Using SingleOrDefault.mp4
9.3 MB
~Get Your Files Here !/06. Select a Single Piece of Data from a Collection/28. When to Use Which Method.mp4
5.9 MB
~Get Your Files Here !/07. Retrieve Specific Items Using Take Skip Distinct and Chunk/29. Using the Take Method to Extract Data.mp4
7.2 MB
~Get Your Files Here !/07. Retrieve Specific Items Using Take Skip Distinct and Chunk/30. Using the Range Operator with the Take Method.mp4
8.9 MB
~Get Your Files Here !/07. Retrieve Specific Items Using Take Skip Distinct and Chunk/31. Conditionally Extract Data Using the TakeWhile Method.mp4
4.3 MB
~Get Your Files Here !/07. Retrieve Specific Items Using Take Skip Distinct and Chunk/32. Skip Past Beginning Elements in a Collection.mp4
8.2 MB
~Get Your Files Here !/07. Retrieve Specific Items Using Take Skip Distinct and Chunk/33. Get Distinct Values from a Collection.mp4
5.7 MB
~Get Your Files Here !/07. Retrieve Specific Items Using Take Skip Distinct and Chunk/34. Extract Distinct Objects Using DistinctBy Method.mp4
6.7 MB
~Get Your Files Here !/07. Retrieve Specific Items Using Take Skip Distinct and Chunk/35. Split Large Collections into Smaller Collections Using Chunk.mp4
8.2 MB
~Get Your Files Here !/08. Determine the Type of Data Contained within Collections/36. Introduction to the All Method.mp4
2.1 MB
~Get Your Files Here !/08. Determine the Type of Data Contained within Collections/37. Demo of the All Method.mp4
9.3 MB
~Get Your Files Here !/08. Determine the Type of Data Contained within Collections/38. Demo of the Any Method.mp4
5.1 MB
~Get Your Files Here !/08. Determine the Type of Data Contained within Collections/39. Demo of Contains Using Integers.mp4
4 MB
~Get Your Files Here !/08. Determine the Type of Data Contained within Collections/40. Demo of Contains Using Comparer Class.mp4
11.5 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/41. Using SequenceEqual with Integer Collections.mp4
9.9 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/42. Using SequenceEqual with Object Collections.mp4
5.5 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/43. Using SequenceEqual with Comparer Class.mp4
9.1 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/44. Using Except with Integer Collections.mp4
5.8 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/45. Find Products That Do Not Have Sales Using Except.mp4
8.4 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/46. Using Except with Comparer Class.mp4
6.8 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/47. Using the ExceptBy Method.mp4
5.5 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/48. Find Products That Do Not Have Sales Using ExceptBy.mp4
7.2 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/49. Using Intersect with Integer Collections.mp4
3.4 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/50. Find Products That Have Sales Using Intersect.mp4
5 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/51. Using Intersect with Comparer Class.mp4
4.8 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/52. Using the IntersectBy Method.mp4
4 MB
~Get Your Files Here !/09. Determine Differences between Two Collections/53. Find Products That Have Sales Using IntersectBy.mp4
7.1 MB
~Get Your Files Here !/10. Concatenate Collections Together Using Union and Concat/54. Using Union with Integer Collections.mp4
4.4 MB
~Get Your Files Here !/10. Concatenate Collections Together Using Union and Concat/55. Using Union with Comparer Class.mp4
3.3 MB
~Get Your Files Here !/10. Concatenate Collections Together Using Union and Concat/56. Using the UnionBy Method.mp4
3.9 MB
~Get Your Files Here !/10. Concatenate Collections Together Using Union and Concat/57. Using Concat with Two Integer Collections.mp4
4.1 MB
~Get Your Files Here !/10. Concatenate Collections Together Using Union and Concat/58. Using Concat with Two Product Collections.mp4
4.2 MB
~Get Your Files Here !/11. Use the Join Clause to Combine Two Collections/59. Performing an Inner Join.mp4
13.6 MB
~Get Your Files Here !/11. Use the Join Clause to Combine Two Collections/60. Using a Two-field Inner Join.mp4
7.9 MB
~Get Your Files Here !/11. Use the Join Clause to Combine Two Collections/61. Using the into Keyword.mp4
8.3 MB
~Get Your Files Here !/11. Use the Join Clause to Combine Two Collections/62. Using the GroupJoin Method.mp4
4.3 MB
~Get Your Files Here !/11. Use the Join Clause to Combine Two Collections/63. Simulating a Left Outer Join Query Syntax.mp4
13 MB
~Get Your Files Here !/11. Use the Join Clause to Combine Two Collections/64. Simulating a Left Outer Join Method Syntax.mp4
6.4 MB
~Get Your Files Here !/12. Use the Group Clause to Produce Grouped Collections/65. Grouping Products by Size.mp4
9.1 MB
~Get Your Files Here !/12. Use the Group Clause to Produce Grouped Collections/66. Ordering by the Key Property.mp4
5.8 MB
~Get Your Files Here !/12. Use the Group Clause to Produce Grouped Collections/67. Filtering the Grouped Data.mp4
7.2 MB
~Get Your Files Here !/12. Use the Group Clause to Produce Grouped Collections/68. Creating a One-to-many Using a Subquery.mp4
12.7 MB
~Get Your Files Here !/12. Use the Group Clause to Produce Grouped Collections/69. Simulate Distinct Using Group By.mp4
5.4 MB
~Get Your Files Here !/13. Aggregate Data in Collections/70. Using Count and Filtering the Count.mp4
7.2 MB
~Get Your Files Here !/13. Aggregate Data in Collections/71. Using Min and Max Methods.mp4
7.3 MB
~Get Your Files Here !/13. Aggregate Data in Collections/72. Using MinBy and MaxBy Methods.mp4
5.2 MB
~Get Your Files Here !/13. Aggregate Data in Collections/73. Using Average and Sum Methods.mp4
7.1 MB
~Get Your Files Here !/13. Aggregate Data in Collections/74. Simulate Sum Using Aggregate.mp4
6.5 MB
~Get Your Files Here !/13. Aggregate Data in Collections/75. Using Aggregate Method with a Custom Expression.mp4
4.2 MB
~Get Your Files Here !/13. Aggregate Data in Collections/76. Using Grouping with Aggregation.mp4
11.4 MB
~Get Your Files Here !/13. Aggregate Data in Collections/77. Making Aggregation More Efficient.mp4
14.2 MB
~Get Your Files Here !/14. Use LINQ to Iterate over Collections/78. Using ForEach to Calculate a Line Total.mp4
8.6 MB
~Get Your Files Here !/14. Use LINQ to Iterate over Collections/79. Using ForEach and a Sub-query to Calculate Total Sales.mp4
6.9 MB
~Get Your Files Here !/14. Use LINQ to Iterate over Collections/80. Call a Custom Method from ForEach.mp4
9.9 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/81. Classification of LINQ Queries.mp4
4 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/82. Deferred Execution Streaming and Non-streaming.mp4
4.9 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/83. The Classes for Illustrating Deferred Execution.mp4
3.9 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/84. Illustrating Deferred Execution Using ForEach.mp4
13.1 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/85. Step-through Demo of Deferred Execution.mp4
6.8 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/86. Using IEnumerator and GetEnumerator.mp4
5.9 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/87. Show Streaming Nature of Where and Take Methods.mp4
5.8 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/88. Create Custom Filtering Extension Method.mp4
9.8 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/89. Apply Take to Custom Filtering Method.mp4
2.7 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/90. Use Yield Keyword to Create Streaming Extension Method.mp4
10.2 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/91. Use the Yield Keyword with Take Method.mp4
2.7 MB
~Get Your Files Here !/15. Understanding Deferred Execution Streaming and Non-streaming Operations/92. Use the Yield Keyword with OrderBy Method.mp4
4.4 MB
~Get Your Files Here !/Bonus Resources.txt
386 B
~Get Your Files Here !/Exercise Files/02-UnderstandingLINQ/LINQSamples.code-workspace
176 B
~Get Your Files Here !/Exercise Files/02-UnderstandingLINQ/LINQSamples.csproj
455 B
~Get Your Files Here !/Exercise Files/02-UnderstandingLINQ/LINQSamples.sln
2.1 KB
~Get Your Files Here !/Exercise Files/02-UnderstandingLINQ/Program.cs
186 B
~Get Your Files Here !/Exercise Files/02-UnderstandingLINQ/Readme.txt