I have an application with multiple Views, That are loaded into a frame,
the problem is when I load a form and load large data to it, application size is also increased, but when I navigate to another form, I assume the first form is Disposed and so the data of that form which means Decrease in the size of running application
but the size remain the same. which means the previous data is not Collected by the garbage collecter.
Can any body tell me why GC is not collecting that data and how can that data be deleted from the memory.