December 2008 - Posts
Some time ago, frustrated with my RSS reader being overrun by VS2008 beta announcements, I wrote a short post announcing the release of VS 2009 beta 1. And although there are some calls to re-brand the most recent service pack, I doubt we’ll see this version.
Instead we got Visual Studio 2010, with new features such [...]
(If you use Visual Studio 2003 or you tend to ignore compiler warnings, this post is for you)
Static classes and members have their uses. However, I recently encountered a dangerous pitfall regarding their usage.
Consider the following code:
public static class MyClass
{ public static int myVal = MyClass.myVal; public static MyOtherClass myClass = MyClass.myClass; public static Color [...]
After taking a long time to procrastinate, I can finally declare my new blog location: http://dotmad.net/blog
The location of my Hebrew (mostly less-technical) blog is now: http://dotmad.net/il
Readers of my RSS feeds are already subscribed to the new domain.
And if you wish to subscribe to both my English and Hebrew feeds combined, you can use a joined feed (courtesy of Yahoo Pipes)
