Name: Anonymous 2007-04-10 15:40 ID:H9czisR7
HAI GUYZ,
Anyone got any e-books they can rapid shit on advanced C# or advanced SQL?
kthxbai
Anyone got any e-books they can rapid shit on advanced C# or advanced SQL?
kthxbai
select *
from [table]
order by
case @sortindex
when 1 then column1
when 2 then column2
when 3 then column3
else null
end
GC.Collect() in situations such as:IDisposable.Dispose() on your object. (You did implement IDisposable, didn't you?)IDisposable so that users can release its resources deterministically.GC.SuppressFinalize(this); has been called from Dispose(Boolean disposing);.) Making objects needlessly finalizable will promote them to Gen1 and cause more memory pressure than is necessary.