What kind of English do you speak?

It was many years ago when I was very impressed after my visit to Czech Republic. I decided to live in Praque and with this decision spread my CVs to as many directions as I can. Then I had an interview with an HR person who was Czech and working for American company....

Where to use ‘var’ keyword in C#

Beginning from C# 3.0 version developers can write short keyword var instead of explicitly typed local variable. You can find it’s cozy to write these three letters instead of long explicit type. There is no performance impact when using var because the...