Posts tagged 'dotnet'
Class v. Struct
Memory usage and leaks in a managed world often come from unexpected places. Allocating classes or structs is a confusing subject to newcomers to Dot Net. Multiple objects = new class When you see many many variables that are grouped together in usage your first thought usually is, I should make this...
Continue reading "Class v. Struct"
