Return a Task instead of awaiting it

Posted on Sunday, March 10, 2019

I will show you some reasons to return a task instead of awaiting it.

Ultimate Git setup for windows

Posted on Saturday, March 2, 2019

I will show you my ultimate git setup for windows. You will read how to configure Cmder for higher productivity and take the power of aliases on steroids.

Stop using .Result or .Wait() on tasks and why it's dangerous

Posted on Saturday, February 2, 2019

I've haven't been posting from a long time ago, but I think this topic is a big one and it shouldn't be passed.