Feb 05, 2021
Control your code with GitHub
When it comes to software development especially big projects, it can be frustrating when you are unable to compare a current piece of code to the previous versions, or [...]
Nov 13, 2020
Using Delegates in .NET
We can think of the concept of delegates in the .NET framework as a type-safe implementation of callback functions. In today’s post, I’ll dig deeper into this definition [...]