925
views
Loading...
Uploader Comments (dnfvideo)
see all
All Comments (5)
-
do you have video on how events handling works in .net?
-
It works as you mentioned when i set the app to "Release" mode and press CTRL + F5.
But when i just press F5, it does work well without "Volatile" keyword. Any thoughts on this?
-
I tried it by myself and it worked without the 'volatile' keyword. how come the same code behaves differently? I compiled it as .net 2.0 and 3.5 - same result.
Loading...
yes you need to runin full compile mode. It will not work in f5 i.e. debug mode.
dnfvideo 4 months ago