I’ve heard that the c# garbage collector can be ‘more aggressive’ than it’s vb.net counterpart. Is this true? Are there any other differences in how garbage collection is run in vb.net vs. c#?
I’ve heard that the c# garbage collector can be ‘more aggressive’ than it’s vb.net
Share
It’s my understanding that the CLR maintains garbage collection and is not language-specific.