I have written a small WinForm application in C#. The EXE that is made is 74 Kb and all together with the resources and all it sizes 179 Kb. But when I run it, it takes 9.1 MBs in memory according to Task Manager.
So my question is:
- Why is it happening?
- What can I do to reduce the size of this?
- If the size could be reduced how much reduction is possible?