Async Wandering Part 1 — Why creating Form from WinForms in unit tests breaks async?

This is the first part of the Async Wandering series. For your convenience you can find other parts using the links below (or by guessing the address): Part 1 — Why creating Form from WinForms in unit tests breaks async? Part 2 — Synchronous call on WinForms control and ObjectDisposedException Part 3 — Awaiting in … Continue reading Async Wandering Part 1 — Why creating Form from WinForms in unit tests breaks async?

.NET Inside Out Part 2 — Handling and rethrowing exceptions in C#

This is the second 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# Today we are going to dive into exceptions in .NET world. Handling them right might be a bit tricky, especially when … Continue reading .NET Inside Out Part 2 — Handling and rethrowing exceptions in C#

Yet Another Useless Language Part 11 — Storing binary on the disk

This is the eleventh part of the YAUL series. For your convenience you can find other parts in the table of contents in Part 1 — Introduction We already know how to parse YAUL application and execute it. Today we are going to compile it to binary and store it on disk. Compiling There is … Continue reading Yet Another Useless Language Part 11 — Storing binary on the disk