Skip to content

Exploring multithreading, parallel, asynchronous programming in .NET

Notifications You must be signed in to change notification settings

the-milanov/dotnet-concurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet Concurrency

This project is ment mostly for revising topics related to .net concurrency, multithreading, asynchrony & parallel programming.

Topics

  • Threads
    • Common properties & methods
    • Passing parameters
    • Divide & Conquer
    • Thread pool
    • Thread cancellation
    • Thread progress report
    • Thread safety
  • Obsolete concurrency
    • APM - Asynchronous programming model
    • Asynchronous delegates
    • EAP - Event based asynchronous pattern
    • Background worker
  • Tasks
    • Task basics
    • Returning values
    • Task vs Thread
    • IProgress & Progress
    • Task cancellation
    • Task exception handling

About

Exploring multithreading, parallel, asynchronous programming in .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages