Skip to content

Files

Latest commit

1a54a2a · Oct 15, 2022

History

History

CursedCSharp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 15, 2022
Oct 15, 2022
Oct 15, 2022
Oct 15, 2022

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