Archives
-
More on optimization
Wallym sent me another optimization link: Optimization: Your Worst Enemy. I love this:
-
Premature Optimization
From Wallym's Blog:
-
A clean fade out
Someone at our local .NET user group asked me about a problem he was having closing a form. He was using a for/next loop to gradually reduce the Opacity property until it hit zero and then he could close his app. He was using Thread.Sleep() inside the loop to control its speed.
-
USB ports and .NET
I've seen the question a number of times in the newsgroups: Can you access the USB ports with .NET? Usually it's "No", but digging around tonight I found that developer of SharpDevelop has created a .NET Library for USB port access called #usblib (SharpUSBLib).
-
Josh Holmes, Microsoft MVP!
Our local user group (G.A.N.G.) VP is now an MVP! Congratulations to Josh Holmes for being awarded MVP status in -- Visual C#? Hey, what's up with that Josh? :)
-
Most recently subscribed to.
I just found Raymond Lewallen's blog and I like it! As an example, he's got a couple of neat posts this month: