Anyone got any e-books they can rapid shit on advanced C# or advanced SQL?
kthxbai
Name:
Anonymous2007-04-10 17:06 ID:LBvjqfBD
>>17 C# is pure OOP not procedural. C and C++ don't have Garbage Collection, therefore they don't have Dispose or Finalize stuff, which is used for optimization.
The same shit that applies to C and C++ applies to C#. Do I really have to tell you to avoid allocations and creating objects senselessly?
GC isn't some kind of magic voodoo dust. The same rules that apply to malloc() apply to it too.