LINQ Fundamentals in C# 10
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size624.7 MB
- Uploaded Byfreecoursewb
- Downloads43
- Last checkedMar. 06th '22
- Date uploadedMar. 04th '22
- Seeders 6
- Leechers4
LINQ Fundamentals in C# 10
https://CourseWikia.com
Duration: 3h 50m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 624 MB
Genre: eLearning | Language: English
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.
Files:
[ CourseWikia.com ] LINQ Fundamentals in C# 10- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 01. Course Overview
- 01. Course Overview.mp4 (3.1 MB)
- 02. Introduction and Version Information.mp4 (2.7 MB)
- 03. Whats in This Course and Community Resources.mp4 (1.8 MB)
- 04. What Is LINQ and LINQ Integrations.mp4 (2.9 MB)
- 05. Examples of SQL C.Sharp Loops and LINQ.mp4 (6.6 MB)
- 06. Why Use LINQ and LINQ Operations.mp4 (3.4 MB)
- 07. The Console Application Used for LINQ Samples.mp4 (2.8 MB)
- 08. The Sample Entity Repository and View Model Classes.mp4 (5.7 MB)
- 09. Select All Items Using LINQ.mp4 (14.5 MB)
- 10. Select a Single Column.mp4 (10.0 MB)
- 11. Get Specific Columns to Load into a Product Object.mp4 (9.5 MB)
- 12. Build an Anonymous Class.mp4 (10.8 MB)
- 13. Sorting Data on a Single Field.mp4 (8.2 MB)
- 14. Sorting Data in Descending Order.mp4 (4.7 MB)
- 15. Sort the Data Using Two Fields.mp4 (8.7 MB)
- 16. Sort Two Fields Descending Using the Method Syntax.mp4 (3.7 MB)
- 17. Using the Where Clause.mp4 (7.1 MB)
- 18. Using the And Operator.mp4 (6.0 MB)
- 19. Custom Extension Methods.mp4 (2.0 MB)
- 20. Demo of a Custom Extension Method.mp4 (8.1 MB)
- 21. The Methods for Selecting a Specific Item.mp4 (5.3 MB)
- 22. Search Forward for an Element Using First.mp4 (6.9 MB)
- 23. Search Forward for an Element Using FirstOrDefault.mp4 (9.8 MB)
- 24. Search Backward for an Element Using Last.mp4 (5.4 MB)
- 25. Search Backward for an Element Using LastOrDefault.mp4 (5.7 MB)
- 26. Searching for Only One Element Using Single.mp4 (9.0 MB)
- 27. Searching for Only One Element Using SingleOrDefault.mp4 (9.3 MB)
- 28. When to Use Which Method.mp4 (5.9 MB)
- 29. Using the Take Method to Extract Data.mp4 (7.2 MB)
- 30. Using the Range Operator with the Take Method.mp4 (8.9 MB)
- 31. Conditionally Extract Data Using the TakeWhile Method.mp4 (4.3 MB)
- 32. Skip Past Beginning Elements in a Collection.mp4 (8.2 MB)
- 33. Get Distinct Values from a Collection.mp4 (5.7 MB)
- 34. Extract Distinct Objects Using DistinctBy Method.mp4 (6.7 MB)
- 35. Split Large Collections into Smaller Collections Using Chunk.mp4 (8.2 MB)
- 36. Introduction to the All Method.mp4 (2.1 MB)
- 37. Demo of the All Method.mp4 (9.3 MB)
- 38. Demo of the Any Method.mp4 (5.1 MB)
- 39. Demo of Contains Using Integers.mp4 (4.0 MB)
- 40. Demo of Contains Using Comparer Class.mp4 (11.5 MB)
- 41. Using SequenceEqual with Integer Collections.mp4 (9.9 MB)
- 42. Using SequenceEqual with Object Collections.mp4 (5.5 MB)
- 43. Using SequenceEqual with Comparer Class.mp4 (9.1 MB)
- 44. Using Except with Integer Collections.mp4 (5.8 MB)
- 45. Find Products That Do Not Have Sales Using Except.mp4 (8.4 MB)
- 46. Using Except with Comparer Class.mp4 (6.8 MB)
- 47. Using the ExceptBy Method.mp4 (5.5 MB)
- 48. Find Products That Do Not Have Sales Using ExceptBy.mp4 (7.2 MB)
- 49. Using Intersect with Integer Collections.mp4 (3.4 MB)
- 50. Find Products That Have Sales Using Intersect.mp4 (5.0 MB)
- 51. Using Intersect with Comparer Class.mp4 (4.8 MB)
- 52. Using the IntersectBy Method.mp4 (4.0 MB)
- 53. Find Products That Have Sales Using IntersectBy.mp4 (7.1 MB)
- 54. Using Union with Integer Collections.mp4 (4.4 MB)
- 55. Using Union with Comparer Class.mp4 (3.3 MB)
- 56. Using the UnionBy Method.mp4 (3.9 MB)
- 57. Using Concat with Two Integer Collections.mp4 (4.1 MB)
- 58. Using Concat with Two Product Collections.mp4 (4.2 MB)
- 59. Performing an Inner Join.mp4 (13.6 MB)
- 60. Using a Two-field Inner Join.mp4 (7.9 MB)
- 61. Using the into Keyword.mp4 (8.3 MB)
- 62. Using the GroupJoin Method.mp4 (4.3 MB)
- 63. Simulating a Left Outer Join Query Syntax.mp4 (13.0 MB)
- 64. Simulating a Left Outer Join Method Syntax.mp4 (6.4 MB)
- 65. Grouping Products by Size.mp4 (9.1 MB)
- 66. Ordering by the Key Property.mp4 (5.8 MB)
- 67. Filtering the Grouped Data.mp4 (7.2 MB)
- 68. Creating a One-to-many Using a Subquery.mp4 (12.7 MB)
- 69. Simulate Distinct Using Group By.mp4 (5.4 MB)
- 70. Using Count and Filtering the Count.mp4 (7.2 MB)
- 71. Using Min and Max Methods.mp4 (7.3 MB)
- 72. Using MinBy and MaxBy Methods.mp4 (5.2 MB)
- 73. Using Average and Sum Methods.mp4 (7.1 MB)
- 74. Simulate Sum Using Aggregate.mp4 (6.5 MB)
- 75. Using Aggregate Method with a Custom Expression.mp4 (4.2 MB)
- 76. Using Grouping with Aggregation.mp4 (11.4 MB)
- 77. Making Aggregation More Efficient.mp4 (14.2 MB)
- 78. Using ForEach to Calculate a Line Total.mp4 (8.6 MB)
- 79. Using ForEach and a Sub-query to Calculate Total Sales.mp4 (6.9 MB)
- 80. Call a Custom Method from ForEach.mp4 (9.9 MB)
- 81. Classification of LINQ Queries.mp4 (4.0 MB)
- 82. Deferred Execution Streaming and Non-streaming.mp4 (4.9 MB)
- 83. The Classes for Illustrating Deferred Execution.mp4 (3.9 MB)
- 84. Illustrating Deferred Execution Using ForEach.mp4 (
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce