Tuesday, March 19, 2024 02:55

Archive for March, 2020

Delegate covariance and contravariance

Wednesday, March 11th, 2020

Let’s talk about something that you should not encounter in your day to day programming experience, but nevertheless, you should be aware of, if you want to become a professional engineer: covariance and contravariance with delegates. They are general programming terms, so, you will encounter them in other programming languages as well, not just C#.… Read more


Follow the white rabbit