FileMood

Download Multithreading and Parallel Programming in C#

Multithreading and Parallel Programming in

Name

Multithreading and Parallel Programming in C#

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.3 GB

Total Files

162

Last Seen

2025-07-18 23:37

Hash

B5531E703B1E9509E1C6FAA4FA515CB52C9AE50B

/04 Tasks/

026 Cancelling a Task.mp4

134.9 MB

023 Outline.en.srt

1.0 KB

023 Outline.mp4

3.3 MB

024 What is a Task Starting a Task.en.srt

12.7 KB

024 What is a Task Starting a Task.mp4

109.9 MB

025 Task States.en.srt

4.8 KB

025 Task States.mp4

11.6 MB

026 Cancelling a Task.en.srt

16.2 KB

027 Chaining Tasks (Continuations).en.srt

9.8 KB

027 Chaining Tasks (Continuations).mp4

98.5 MB

028 Waiting for a Task.en.srt

9.0 KB

028 Waiting for a Task.mp4

90.8 MB

029 Creating IO-Based Tasks.en.srt

11.4 KB

029 Creating IO-Based Tasks.mp4

131.7 MB

030 Error Handling.en.srt

10.9 KB

030 Error Handling.mp4

99.2 MB

031 Global Exception Handling.en.srt

9.1 KB

031 Global Exception Handling.mp4

24.4 MB

032 Nested and Child Tasks.en.srt

5.3 KB

032 Nested and Child Tasks.mp4

48.2 MB

033 TaskCompletionSource.en.srt

3.2 KB

033 TaskCompletionSource.mp4

11.1 MB

034 Conclusion.en.srt

2.5 KB

034 Conclusion.mp4

7.1 MB

/

Visit Coursedrive.org.url

0.1 KB

ReadMe.txt

0.2 KB

/Multithreading and Parallel Programming in C#/

ReadMe.txt

0.2 KB

Visit Coursedrive.org.url

0.1 KB

/.../01 Before Taking the Course/

001 How to Ask Questions.html

1.6 KB

002 Source Code.html

1.1 KB

003 Join .NET Community of Students.html

1.2 KB

004 Materials.en.srt

0.9 KB

004 Materials.mp4

2.1 MB

/02 Introduction/

005 Outline.en.srt

2.2 KB

005 Outline.mp4

8.0 MB

006 Main Concepts.en.srt

7.5 KB

006 Main Concepts.mp4

23.2 MB

007 Threads and Related Notions.en.srt

10.6 KB

007 Threads and Related Notions.mp4

31.4 MB

008 Why async programming Important.en.srt

2.9 KB

008 Why async programming Important.mp4

7.9 MB

009 Hanging Application Demo.en.srt

6.5 KB

009 Hanging Application Demo.mp4

50.1 MB

010 Problems Related to Multithreading.en.srt

2.5 KB

010 Problems Related to Multithreading.mp4

5.5 MB

011 Conclusion.en.srt

3.3 KB

011 Conclusion.mp4

10.4 MB

/.../03 Thread API Thread Pool APM EAP/

012 Outline.en.srt

1.7 KB

012 Outline.mp4

5.4 MB

013 Create Process.en.srt

7.7 KB

013 Create Process.mp4

79.9 MB

014 Starting a Thread.en.srt

5.8 KB

014 Starting a Thread.mp4

52.8 MB

015 Cancelling a Thread.en.srt

8.8 KB

015 Cancelling a Thread.mp4

72.5 MB

016 Coordinating Threads.en.srt

8.5 KB

016 Coordinating Threads.mp4

81.9 MB

017 Threading and COM.en.srt

2.6 KB

017 Threading and COM.mp4

8.6 MB

018 How Thread Pool Works.en.srt

2.9 KB

018 How Thread Pool Works.mp4

6.9 MB

019 Worker and IO Threads.en.srt

8.2 KB

019 Worker and IO Threads.mp4

17.0 MB

020 IO-Bound Operations.en.srt

5.7 KB

020 IO-Bound Operations.mp4

12.3 MB

021 APM and EAP.en.srt

5.1 KB

021 APM and EAP.mp4

38.0 MB

022 Conclusion.en.srt

1.8 KB

022 Conclusion.mp4

5.6 MB

external-assets-links.txt

0.1 KB

/.../05 Async and Await/

035 Outline.en.srt

1.4 KB

035 Outline.mp4

4.6 MB

036 What is Async.en.srt

9.6 KB

036 What is Async.mp4

94.7 MB

037 Async Method Return Types.en.srt

4.0 KB

037 Async Method Return Types.mp4

8.9 MB

038 Where await can be Used.en.srt

5.0 KB

038 Where await can be Used.mp4

13.6 MB

039 Exceptions in Async Code.en.srt

10.4 KB

039 Exceptions in Async Code.mp4

90.6 MB

040 Conclusion.en.srt

3.1 KB

040 Conclusion.mp4

9.9 MB

/.../06 Synchronization in Multithreaded Scenarios/

041 Outline.en.srt

1.8 KB

041 Outline.mp4

6.2 MB

042 Resources Shared by Threads.en.srt

4.7 KB

042 Resources Shared by Threads.mp4

48.3 MB

043 Atomic Operations and Thread Safety.en.srt

5.9 KB

043 Atomic Operations and Thread Safety.mp4

16.0 MB

044 Interlocked.en.srt

8.9 KB

044 Interlocked.mp4

86.1 MB

045 Monitor (lock).en.srt

12.2 KB

045 Monitor (lock).mp4

115.5 MB

046 ReaderWriterLockSlim.en.srt

8.4 KB

046 ReaderWriterLockSlim.mp4

70.2 MB

047 Semaphore.en.srt

3.8 KB

047 Semaphore.mp4

38.8 MB

048 SynchronizationContext.en.srt

9.3 KB

048 SynchronizationContext.mp4

81.6 MB

049 Deadlock.en.srt

4.4 KB

049 Deadlock.mp4

45.3 MB

050 Conclusion.en.srt

4.2 KB

050 Conclusion.mp4

14.7 MB

/.../07 Signaling Constructs/

051 Outline.en.srt

2.4 KB

051 Outline.mp4

7.3 MB

052 Signaling with AutoResetEvent and ManuallyResetEventSlim.en.srt

12.5 KB

052 Signaling with AutoResetEvent and ManuallyResetEventSlim.mp4

112.6 MB

053 CountdownEvent and Barrier.en.srt

7.8 KB

053 CountdownEvent and Barrier.mp4

71.4 MB

054 Crossing Boundaries of a Process.en.srt

4.4 KB

054 Crossing Boundaries of a Process.mp4

61.4 MB

055 Conclusion.en.srt

1.6 KB

055 Conclusion.mp4

5.2 MB

/08 Spinning/

056 Outline.en.srt

1.1 KB

056 Outline.mp4

3.0 MB

057 Blocking vs Spinning.en.srt

5.4 KB

057 Blocking vs Spinning.mp4

57.4 MB

058 SpinLock and SpinWait.en.srt

8.0 KB

058 SpinLock and SpinWait.mp4

48.6 MB

059 Implementing our own spinner UpdateableSpin.en.srt

11.1 KB

059 Implementing our own spinner UpdateableSpin.mp4

134.3 MB

060 Conclusion.en.srt

1.5 KB

060 Conclusion.mp4

2.9 MB

/.../09 Concurrent Collections/

061 Outline.en.srt

2.0 KB

061 Outline.mp4

6.7 MB

062 Introduction.en.srt

5.2 KB

062 Introduction.mp4

38.1 MB

063 Implementing ImmutableStack and the Problem of Memory Pressure.en.srt

6.9 KB

063 Implementing ImmutableStack and the Problem of Memory Pressure.mp4

39.0 MB

064 Immutable Stack and ImmutableQueue.en.srt

8.7 KB

064 Immutable Stack and ImmutableQueue.mp4

81.2 MB

065 Immutable List.en.srt

4.5 KB

065 Immutable List.mp4

39.0 MB

066 Immutable Sets.en.srt

4.5 KB

066 Immutable Sets.mp4

49.6 MB

067 Immutable Dictionary.en.srt

4.1 KB

067 Immutable Dictionary.mp4

38.2 MB

068 Builders in Immutable Collections.en.srt

3.8 KB

068 Builders in Immutable Collections.mp4

37.4 MB

069 ConcurrentStack and ConcurrentQueue.en.srt

5.0 KB

069 ConcurrentStack and ConcurrentQueue.mp4

53.7 MB

070 ConcurrentBag.en.srt

4.8 KB

070 ConcurrentBag.mp4

20.7 MB

071 ConcurrentDictionary.en.srt

8.7 KB

071 ConcurrentDictionary.mp4

69.6 MB

072 Blocking Collection and ProducerConsumer Pattern.en.srt

6.0 KB

072 Blocking Collection and ProducerConsumer Pattern.mp4

37.9 MB

073 Conclusion.en.srt

2.8 KB

073 Conclusion.mp4

8.5 MB

/.../10 Parallel Programming/

074 Outline.en.srt

1.2 KB

074 Outline.mp4

4.4 MB

075 Introduction.en.srt

5.4 KB

075 Introduction.mp4

16.7 MB

076 Parallel Class.en.srt

6.8 KB

076 Parallel Class.mp4

60.0 MB

077 PLINQ.en.srt

5.5 KB

077 PLINQ.mp4

48.8 MB

078 Cancelling Parallel and PLINQ.en.srt

8.2 KB

078 Cancelling Parallel and PLINQ.mp4

93.4 MB

079 Conclusion.en.srt

1.1 KB

079 Conclusion.mp4

2.3 MB

080 BONUS.en.srt

1.7 KB

080 BONUS.mp4

30.5 MB

 

Total files 162


Copyright © 2025 FileMood.com