In my C# app, I would like to know whether it is really important to use short for smaller numbers, int for bigger etc. Does the memory consumption really matter?
This is entirely relative to the amount of memory you can afford to waste. If you aren't sure, it probably doesn't matter.