Re: About speed



What problems do you have?
I have written a rather large data binder framework for ASP.Net in C#,
and building this up from the ground, I am very satisfied with C#.
That doesn't necessarily have much to do with .net, GC has though, so I
am just curious.


It's not knowing what's going on and odd, erratic behaviors that
occassionaly occur. If I'm handling memory, I know exactly what's going on.
If GC is doing it and giving me reused objects, I see strange behavior from
time to time. For example, occassionaly a Form I'm using/freeing/using again
will have the old variable values and I have to write special initialization
code.

-BKN


.