Using async main in .NET Core

Recently, I’ve tried to run a .NET Core console app with an async main method. The main method simply calls an async method using async and await. The progra...

Hello WebAssembly

Mit WebAssembly, kurz wasm, erscheint ein Bytecode-Format, dass die Ausführung von Web-Applikationen erheblich beschleunigen soll. Entwickelt von Microsoft,...

Der Visual Studio Standalone-Profiler

Während der Entwicklung lassen sich Performanceprobleme bei ASP.NET Applikationen relativ einfach mit dem integrierten Profiler von Visual Studio 2015 analys...