How to handle and use event of simultaneously pressed two or more keys in C# - WASD keyboard game controls

Recently I have bumped to a simple but for me as C# beginner unsolvable problem.
 
How to use WASD keyboard keys in a manner as in any other computer game ?
 
Solution for such problem involves handling keyboard event of simultaneously pressed two or more keys.
 
Continue reading here >>