pauldotknopf / pauldotknopf.github.io

My personal blog: https://pknopf.com/
4 stars 0 forks source link

Avoiding ConigureAwait with Castle and Dependency Injection. #11

Open pauldotknopf opened 5 years ago

pauldotknopf commented 5 years ago

https://pknopf.com/post/2019-04-07-avoiding-configureawait-with-castle-and-dependency-injection/

szanto90balazs commented 4 years ago

Inspiring article! How did you identify the bottleneck in the first place?

pauldotknopf commented 4 years ago

We started noticing that our GUI was having quick pauses for what should be background task that have nothing to do with the GUI.