Async Wandering Part 8 — async and await — the biggest C# mistake?

This is the eighth part of the Async Wandering series. For your convenience you can find other parts in the table of contents in Part 1 – Why creating Form from WinForms in unit tests breaks async? Async is one of the most popular C# features nowadays. It changes the way we write applications and … Continue reading Async Wandering Part 8 — async and await — the biggest C# mistake?

.NET Inside Out Part 15 — Starting process on different desktop

This is the fifteenth part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# Windows supports multiple desktops for a long time. We may want to run an application on different one than the current … Continue reading .NET Inside Out Part 15 — Starting process on different desktop

Removing Content Security Policy header from pages hosted in web view

Today we will remove Content Security Policy (CSP) header from pages hosted in web view. Technically it doesn’t matter which web view you use (whether it is IE, dotnetbrowser, CEF or whatever else). It all goes down to the same: we need to modify the server response. We need to setup a web proxy handling … Continue reading Removing Content Security Policy header from pages hosted in web view