|
|
Browse by Tags
All Tags » Visual Studio » Windows Live » Code
-
Avoid Boxing,use generics...
See here http://www.codeproject.com/csharp/effectivecspart1.asp#item3
Also if the method has a IDisposable, then clean it up after... (the GC will get rid of it, but we don't want the GC to do it if we can)
-
(If you want a quick fix - scroll to the bottom. Otherwise enjoy)
After what happened with me and an MSBuild error last night I did seriously think about jacking it all in and move to Australia to become a sheep farmer...
I have been busy the last few days putting the finishing touches to an application for a client and it was all ...
|
|
|