Linked Questions

Popular Questions

Are there any tips, tricks and techniques to prevent or minimize slowdowns or temporary freeze of an app because of the .NET GC?

Maybe something along the lines of:

  1. Try to use structs if you can, unless the data is too large or will be mostly used inside other classes, etc.

Related Questions