Top "Memory-optimization" questions

Reducing memory usage of .NET applications?

What are some tips to reduce the memory usage of .NET applications? Consider the following simple C# program. class Program { …

c# .net optimization memory memory-optimization