By default windows forms are managed by single thread. In this c# advanced tutorial, we will see how UI thread is blocked by a button click for some amount of time and how the form goes to Not Responding state.
Code Snippet:
https://drive.google.com/file/d/1LhH_...
#csharp #threading #uithread