589689.xyz

C# Concurrent Collections

  • 收录时间:2020-08-01 00:03:22
  • 文件大小:886MB
  • 下载次数:22
  • 最近下载:2021-01-15 18:05:15
  • 磁力链接:

文件列表

  1. 01. Introducing the Concurrent Collections/01. Welcome and Course Overview.mp4 29MB
  2. 01. Introducing the Concurrent Collections/04. Making the Queue Multithreaded.mp4 27MB
  3. 03. Concurrent Dictionary Demo/03. The Buy-sell Algorithm.mp4 25MB
  4. 03. Concurrent Dictionary Demo/12. Summing ConcurrentDictionary Values Using Linq.mp4 21MB
  5. 06. Some Concurrent Collections Best Practices/03. Benchmarking ConcurrentDictionary with Multiple Threads.mp4 20MB
  6. 05. Producer-consumer and BlockingCollection Demo/07. Calculating Bonuses.mp4 20MB
  7. 06. Some Concurrent Collections Best Practices/02. Concurrent Collections and Performance.mp4 18MB
  8. 01. Introducing the Concurrent Collections/06. Why Did Queue-T-.EnQueue() Fail-.mp4 18MB
  9. 02. Introducing ConcurrentDictionary/11. The AddOrUpdate() Method.mp4 17MB
  10. 02. Introducing ConcurrentDictionary/01. Module Overview.mp4 17MB
  11. 06. Some Concurrent Collections Best Practices/04. Access Shared State Sparingly.mp4 16MB
  12. 02. Introducing ConcurrentDictionary/09. The TryUpdate() Method.mp4 15MB
  13. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/01. Module Overview.mp4 15MB
  14. 06. Some Concurrent Collections Best Practices/11. Module Summary.mp4 15MB
  15. 03. Concurrent Dictionary Demo/02. Introducing the BuyAndSell Sample.mp4 15MB
  16. 01. Introducing the Concurrent Collections/03. Introducing the Sample- The Geek Clothing Company.mp4 15MB
  17. 06. Some Concurrent Collections Best Practices/10. When Do You Need Concurrent Collections-.mp4 15MB
  18. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/03. Introducing ConcurrentQueue-T-.mp4 14MB
  19. 05. Producer-consumer and BlockingCollection Demo/10. Using BlockingCollection-T-.Take() to Avoid Polling.mp4 14MB
  20. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/05. ConcurrentBag-T-- What Is It-.mp4 14MB
  21. 03. Concurrent Dictionary Demo/11. AddOrUpdate()- Avoiding Conditional Logic.mp4 14MB
  22. 06. Some Concurrent Collections Best Practices/13. Course Summary.mp4 14MB
  23. 01. Introducing the Concurrent Collections/13. Partitioner-T- and OrderablePartitioner-T-.mp4 14MB
  24. 02. Introducing ConcurrentDictionary/15. Module Summary.mp4 14MB
  25. 03. Concurrent Dictionary Demo/04. Using AddOrUpdate() to Update the Concurrent Dictionary.mp4 13MB
  26. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/07. The IProducerConsumerCollection-T- Interface.mp4 13MB
  27. 01. Introducing the Concurrent Collections/05. Fixing the Code with ConcurrentQueue-T-.mp4 13MB
  28. 03. Concurrent Dictionary Demo/15. Module Summary.mp4 13MB
  29. 02. Introducing ConcurrentDictionary/02. Basic Dictionary Operations.mp4 13MB
  30. 02. Introducing ConcurrentDictionary/04. Why Is ConcurrentDictionary.Add() Hidden-.mp4 12MB
  31. 01. Introducing the Concurrent Collections/14. Module Summary.mp4 12MB
  32. 01. Introducing the Concurrent Collections/02. Module Overview.mp4 12MB
  33. 01. Introducing the Concurrent Collections/10. Concurrent Collections and Race Conditions.mp4 11MB
  34. 01. Introducing the Concurrent Collections/08. Why Locks Aren't Always So Great.mp4 11MB
  35. 06. Some Concurrent Collections Best Practices/01. Module Overview.mp4 11MB
  36. 02. Introducing ConcurrentDictionary/03. Converting to ConcurrentDictionary.mp4 11MB
  37. 06. Some Concurrent Collections Best Practices/09. Enumerating While Modifying a Concurrent Collection.mp4 11MB
  38. 02. Introducing ConcurrentDictionary/14. The GetOrAdd() Method.mp4 11MB
  39. 05. Producer-consumer and BlockingCollection Demo/02. Introducing the SalesBonuses Sample.mp4 11MB
  40. 02. Introducing ConcurrentDictionary/13. Do Each Operation in One Method Call!.mp4 11MB
  41. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/08. Module Summary.mp4 10MB
  42. 05. Producer-consumer and BlockingCollection Demo/13. Module Summary.mp4 10MB
  43. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/02. A Queue Refresher.mp4 10MB
  44. 03. Concurrent Dictionary Demo/14. Let's Stress-test the Demo!.mp4 10MB
  45. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/04. ConcurrentStack-T-.mp4 9MB
  46. 03. Concurrent Dictionary Demo/08. Conditionally Updating the Concurrent Dictionary.mp4 9MB
  47. 06. Some Concurrent Collections Best Practices/12. Thanks to the Models….mp4 9MB
  48. 03. Concurrent Dictionary Demo/09. Conditional Logic in AddOrUpdate()- Using a Lambda.mp4 9MB
  49. 06. Some Concurrent Collections Best Practices/08. Enumerating While Modifying a Standard Collection.mp4 9MB
  50. 03. Concurrent Dictionary Demo/10. The Problem of Side-effects.mp4 9MB
  51. 05. Producer-consumer and BlockingCollection Demo/09. Introducing the Blocking Collection.mp4 9MB
  52. 05. Producer-consumer and BlockingCollection Demo/06. The Main Program Flow.mp4 9MB
  53. csharp-concurrent-collections.zip 9MB
  54. 03. Concurrent Dictionary Demo/01. Module Overview.mp4 9MB
  55. 02. Introducing ConcurrentDictionary/10. The Problem with TryUpdate().mp4 8MB
  56. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/06. What Is a Producer-consumer Scenario-.mp4 8MB
  57. 02. Introducing ConcurrentDictionary/12. Beware Race Conditions!.mp4 8MB
  58. 03. Concurrent Dictionary Demo/06. Thread-safe ... But No Locks!.mp4 8MB
  59. 03. Concurrent Dictionary Demo/13. Using GetOrAdd() to Display Values.mp4 8MB
  60. 01. Introducing the Concurrent Collections/09. Concurrent Collections Don't Always Block Threads.mp4 8MB
  61. 05. Producer-consumer and BlockingCollection Demo/05. The Consumer Loop- Monitoring the Concurrent Queue.mp4 8MB
  62. 02. Introducing ConcurrentDictionary/06. The TryXXX Pattern and TryGetValue().mp4 7MB
  63. 02. Introducing ConcurrentDictionary/07. The TryAdd() Method.mp4 7MB
  64. 05. Producer-consumer and BlockingCollection Demo/03. Logging Trades to the To-do Queue.mp4 7MB
  65. 05. Producer-consumer and BlockingCollection Demo/01. Module Overview.mp4 7MB
  66. 01. Introducing the Concurrent Collections/11. What Concurrent Collections Are There-.mp4 6MB
  67. 03. Concurrent Dictionary Demo/07. Why Can't We Use TryUpdate()-.mp4 6MB
  68. 06. Some Concurrent Collections Best Practices/06. Count, IsEmpty, Etc. Perform Badly on ConcurrentDictionary.mp4 6MB
  69. 05. Producer-consumer and BlockingCollection Demo/11. BlockingCollection-T- and IProducerConsumerCollection-T-.mp4 6MB
  70. 06. Some Concurrent Collections Best Practices/05. ConcurrentDictionary Uses Fine-grained Locking.mp4 5MB
  71. 01. Introducing the Concurrent Collections/07. Atomic Methods.mp4 5MB
  72. 05. Producer-consumer and BlockingCollection Demo/04. Enqueuing to the Concurrent Queue.mp4 5MB
  73. 06. Some Concurrent Collections Best Practices/07. Avoid Relying on the State of Concurrent Collections.mp4 5MB
  74. 02. Introducing ConcurrentDictionary/08. The TryRemove() Method.mp4 5MB
  75. 01. Introducing the Concurrent Collections/12. IProducerConsumerCollection-T- and BlockingCollection-T-.mp4 4MB
  76. 02. Introducing ConcurrentDictionary/05. Some Thread-friendly Methods.mp4 4MB
  77. 05. Producer-consumer and BlockingCollection Demo/08. The Problem of Polling.mp4 4MB
  78. 05. Producer-consumer and BlockingCollection Demo/12. BlockingCollection-T- Additional Features.mp4 3MB
  79. 03. Concurrent Dictionary Demo/05. Using Interlocked.Add() to Update the Total.mp4 2MB
  80. 06. Some Concurrent Collections Best Practices/10. When Do You Need Concurrent Collections-.srt 9KB
  81. 03. Concurrent Dictionary Demo/03. The Buy-sell Algorithm.srt 8KB
  82. 06. Some Concurrent Collections Best Practices/02. Concurrent Collections and Performance.srt 8KB
  83. 01. Introducing the Concurrent Collections/04. Making the Queue Multithreaded.srt 8KB
  84. 06. Some Concurrent Collections Best Practices/03. Benchmarking ConcurrentDictionary with Multiple Threads.srt 7KB
  85. 01. Introducing the Concurrent Collections/01. Welcome and Course Overview.srt 7KB
  86. 01. Introducing the Concurrent Collections/06. Why Did Queue-T-.EnQueue() Fail-.srt 7KB
  87. 03. Concurrent Dictionary Demo/11. AddOrUpdate()- Avoiding Conditional Logic.srt 7KB
  88. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/05. ConcurrentBag-T-- What Is It-.srt 6KB
  89. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/07. The IProducerConsumerCollection-T- Interface.srt 6KB
  90. 06. Some Concurrent Collections Best Practices/04. Access Shared State Sparingly.srt 6KB
  91. 02. Introducing ConcurrentDictionary/13. Do Each Operation in One Method Call!.srt 6KB
  92. 01. Introducing the Concurrent Collections/03. Introducing the Sample- The Geek Clothing Company.srt 6KB
  93. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/06. What Is a Producer-consumer Scenario-.srt 6KB
  94. 02. Introducing ConcurrentDictionary/11. The AddOrUpdate() Method.srt 6KB
  95. 03. Concurrent Dictionary Demo/04. Using AddOrUpdate() to Update the Concurrent Dictionary.srt 6KB
  96. 05. Producer-consumer and BlockingCollection Demo/07. Calculating Bonuses.srt 6KB
  97. 02. Introducing ConcurrentDictionary/01. Module Overview.srt 6KB
  98. 06. Some Concurrent Collections Best Practices/09. Enumerating While Modifying a Concurrent Collection.srt 6KB
  99. 05. Producer-consumer and BlockingCollection Demo/02. Introducing the SalesBonuses Sample.srt 6KB
  100. 02. Introducing ConcurrentDictionary/09. The TryUpdate() Method.srt 5KB
  101. 02. Introducing ConcurrentDictionary/14. The GetOrAdd() Method.srt 5KB
  102. 03. Concurrent Dictionary Demo/02. Introducing the BuyAndSell Sample.srt 5KB
  103. 05. Producer-consumer and BlockingCollection Demo/10. Using BlockingCollection-T-.Take() to Avoid Polling.srt 5KB
  104. 01. Introducing the Concurrent Collections/09. Concurrent Collections Don't Always Block Threads.srt 5KB
  105. 03. Concurrent Dictionary Demo/12. Summing ConcurrentDictionary Values Using Linq.srt 5KB
  106. 02. Introducing ConcurrentDictionary/04. Why Is ConcurrentDictionary.Add() Hidden-.srt 5KB
  107. 02. Introducing ConcurrentDictionary/02. Basic Dictionary Operations.srt 5KB
  108. 03. Concurrent Dictionary Demo/09. Conditional Logic in AddOrUpdate()- Using a Lambda.srt 5KB
  109. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/03. Introducing ConcurrentQueue-T-.srt 5KB
  110. 01. Introducing the Concurrent Collections/11. What Concurrent Collections Are There-.srt 5KB
  111. 01. Introducing the Concurrent Collections/13. Partitioner-T- and OrderablePartitioner-T-.srt 5KB
  112. 01. Introducing the Concurrent Collections/08. Why Locks Aren't Always So Great.srt 5KB
  113. 02. Introducing ConcurrentDictionary/10. The Problem with TryUpdate().srt 5KB
  114. 01. Introducing the Concurrent Collections/10. Concurrent Collections and Race Conditions.srt 5KB
  115. 01. Introducing the Concurrent Collections/05. Fixing the Code with ConcurrentQueue-T-.srt 5KB
  116. 03. Concurrent Dictionary Demo/10. The Problem of Side-effects.srt 4KB
  117. 06. Some Concurrent Collections Best Practices/06. Count, IsEmpty, Etc. Perform Badly on ConcurrentDictionary.srt 4KB
  118. 03. Concurrent Dictionary Demo/08. Conditionally Updating the Concurrent Dictionary.srt 4KB
  119. 02. Introducing ConcurrentDictionary/03. Converting to ConcurrentDictionary.srt 4KB
  120. 05. Producer-consumer and BlockingCollection Demo/05. The Consumer Loop- Monitoring the Concurrent Queue.srt 4KB
  121. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/02. A Queue Refresher.srt 4KB
  122. 02. Introducing ConcurrentDictionary/06. The TryXXX Pattern and TryGetValue().srt 4KB
  123. 06. Some Concurrent Collections Best Practices/08. Enumerating While Modifying a Standard Collection.srt 3KB
  124. 05. Producer-consumer and BlockingCollection Demo/09. Introducing the Blocking Collection.srt 3KB
  125. 03. Concurrent Dictionary Demo/06. Thread-safe ... But No Locks!.srt 3KB
  126. 05. Producer-consumer and BlockingCollection Demo/06. The Main Program Flow.srt 3KB
  127. 06. Some Concurrent Collections Best Practices/07. Avoid Relying on the State of Concurrent Collections.srt 3KB
  128. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/04. ConcurrentStack-T-.srt 3KB
  129. 03. Concurrent Dictionary Demo/14. Let's Stress-test the Demo!.srt 3KB
  130. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/01. Module Overview.srt 3KB
  131. 06. Some Concurrent Collections Best Practices/05. ConcurrentDictionary Uses Fine-grained Locking.srt 3KB
  132. 05. Producer-consumer and BlockingCollection Demo/03. Logging Trades to the To-do Queue.srt 3KB
  133. 06. Some Concurrent Collections Best Practices/13. Course Summary.srt 3KB
  134. 06. Some Concurrent Collections Best Practices/11. Module Summary.srt 3KB
  135. 02. Introducing ConcurrentDictionary/05. Some Thread-friendly Methods.srt 3KB
  136. 05. Producer-consumer and BlockingCollection Demo/11. BlockingCollection-T- and IProducerConsumerCollection-T-.srt 3KB
  137. 02. Introducing ConcurrentDictionary/12. Beware Race Conditions!.srt 3KB
  138. 01. Introducing the Concurrent Collections/07. Atomic Methods.srt 3KB
  139. 06. Some Concurrent Collections Best Practices/12. Thanks to the Models….srt 3KB
  140. 05. Producer-consumer and BlockingCollection Demo/12. BlockingCollection-T- Additional Features.srt 3KB
  141. 02. Introducing ConcurrentDictionary/15. Module Summary.srt 3KB
  142. 06. Some Concurrent Collections Best Practices/01. Module Overview.srt 3KB
  143. 03. Concurrent Dictionary Demo/15. Module Summary.srt 3KB
  144. 01. Introducing the Concurrent Collections/12. IProducerConsumerCollection-T- and BlockingCollection-T-.srt 2KB
  145. 02. Introducing ConcurrentDictionary/07. The TryAdd() Method.srt 2KB
  146. 03. Concurrent Dictionary Demo/07. Why Can't We Use TryUpdate()-.srt 2KB
  147. 03. Concurrent Dictionary Demo/13. Using GetOrAdd() to Display Values.srt 2KB
  148. 01. Introducing the Concurrent Collections/02. Module Overview.srt 2KB
  149. 01. Introducing the Concurrent Collections/14. Module Summary.srt 2KB
  150. 05. Producer-consumer and BlockingCollection Demo/04. Enqueuing to the Concurrent Queue.srt 2KB
  151. 04. The Producer-Consumer Collections- Queues, Stacks and Bags/08. Module Summary.srt 2KB
  152. 03. Concurrent Dictionary Demo/01. Module Overview.srt 2KB
  153. 05. Producer-consumer and BlockingCollection Demo/13. Module Summary.srt 2KB
  154. 05. Producer-consumer and BlockingCollection Demo/08. The Problem of Polling.srt 2KB
  155. 05. Producer-consumer and BlockingCollection Demo/01. Module Overview.srt 2KB
  156. 02. Introducing ConcurrentDictionary/08. The TryRemove() Method.srt 1KB
  157. 03. Concurrent Dictionary Demo/05. Using Interlocked.Add() to Update the Total.srt 552B