I would like to write the following code in c#. a) small console application that simulates memory leak. b) small console application that would invoke the above application and
You can simulate a memory leak by simply adding objects to a global list on a timer.