Turning a New Leaf

public class DevliciousBlog
{
    IBlogger _blogger;

    public Devlicious(IBlogger blogger)
    {
        _blogger = blogger;
    }
}

public class Program 
{
    private static void Main(string[] args)
    {
        IBlogger rob = new FerventCoder();
        DevliciousBlog devlicious = new DevliciousBlog(rob);
        //awesome follows
    }
}

devlicio.us - Just the Tasty Bits. This is not goodbye by any means. Just another opening in my life. I was recently accepted to blog at Devlicio.us. Devlicio.us is a great community and is full of some top notch folks and I look forward to the opportunity to contribute!

GWB has been and continues to be a great community and I plan to continue posting here as well. I will be cross-posting most content here and there. For those of you who subscribe, that will continue to point to here at FerventCoder.com.

Now back to your regularly scheduled programming…

Print | posted @ Saturday, November 21, 2009 10:57 PM

Comments on this entry:

Gravatar # re: Turning a New Leaf
by Lee Brandt at 11/23/2009 12:56 AM

Congratulations man!! Big ups.
Comments have been closed on this topic.