Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 431 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 431 Bytes

Cursed C# - Doing shenanigans in C#

In this short blog post I want to show you two silly things so that you can apply right now! Both of them equally silly, but that is not the point (is it ever?).

We will see how to await an integer or TimeSpan and how to foreach through an integer. All of this thanks to the magic of extensions methods. Found here