do release builds have the same amount of info in exceptions? e.g. will
exceptions cought in release builds contain stack trace etc.?
...
more >>
how to force a .net application to use .net 2.0 ?
this windows service is about 4 years old and im pretty sure is using .net
1.x runtime. Is there soem setting in the installer that says to use .net
2.0 instead of .net 1.0? this windows service is developed in visual studio
2002
...
more >>
I have an ASP.NET web application with some memory issues. I am
trying to quantify the amount of memory being used by the
application's Cache. I would also like to see the size of individual
Cached objects. I have searched the web and have come up empty on the
subject. It seems especially di...
more >>
is a reader automaticaly disposed if the connection it is associated with is
closed?
what will happen if an app:
while true
open connection
open reader
close connection
end while
...
more >>