- Joined
- Oct 11, 2015
- Messages
- 1,134
I am getting to the part in my knowledge of programming I need to know more about some of the broad subjects.
One of them being what is the proper way to manage the amount of space an application takes to install?
I have two versions of my browser, one is near 200mb and one which has less, and only the needed components to browse, is only ~78mb
Why is it that even though there is very little difference as far as this goes that it is ~120mb lighter? Does each window component really consume that much space when compiled?
I know this isn't an easy question, or maybe I am wrong and it is, but I think that it is a broad rough question that needs some answers or input if not neccessarily an answer.
Thanks Greatly!
P.s. I am speaking specifically about .NET Windows Forms, and only posted in vb.net as that is the only .net language I use, and involves my project(s)
One of them being what is the proper way to manage the amount of space an application takes to install?
I have two versions of my browser, one is near 200mb and one which has less, and only the needed components to browse, is only ~78mb
Why is it that even though there is very little difference as far as this goes that it is ~120mb lighter? Does each window component really consume that much space when compiled?
I know this isn't an easy question, or maybe I am wrong and it is, but I think that it is a broad rough question that needs some answers or input if not neccessarily an answer.
Thanks Greatly!
P.s. I am speaking specifically about .NET Windows Forms, and only posted in vb.net as that is the only .net language I use, and involves my project(s)