Friday, April 4, 2025

Synchronous VS Asynchronous concept

Synchronous vs Asynchronous Applications (Explained by Example)

Ex: My experience in PowerShell world

In PowerShell world, WPF(GUI) execution is synchronous execution.

>Your UI(console terminal) will freeze till WPF(GUI) execution completed. (You can only wait till the execution complete) 

>To prevent the UI freeze, you can use asynchronous execution.(use background job for the WPF execution) 

No comments:

Post a Comment

Identify Which Process Is Blocking a File in Windows

  Identify Which Process Is Blocking a File in Windows | Microsoft Community Hub File Locksmith Utility for Windows - PowerToys | Microsoft ...