T
TomServo
HI everyone,
I have a couple of questions on Garbage collection :
1 : How many garbage collectors can run on for three one .NET
application?
2 : you create objects on a different generation in garbage
collection?
3 : What is the Best data structure for in memory caching, holding
around 1 gigabyte. HashTable
4 : If I was to create my own collection, how would I design it? What
would it implement?
5 : Assuming I have a static member class of a class that holds a list
of stocks, how would I design it? What considerations do I have for
it?
I have a couple of questions on Garbage collection :
1 : How many garbage collectors can run on for three one .NET
application?
2 : you create objects on a different generation in garbage
collection?
3 : What is the Best data structure for in memory caching, holding
around 1 gigabyte. HashTable
4 : If I was to create my own collection, how would I design it? What
would it implement?
5 : Assuming I have a static member class of a class that holds a list
of stocks, how would I design it? What considerations do I have for
it?