« Home | ADO.NET Black Helicopters » | VSS 2005 Add Files » | ADO.NET Video Followup » | What's coming in ADO.NET Video » | Pinvoke Convenience » | WPF/E and IL Code » | A real choice? » | Xbox 360 CLR Possibility » | Meandering thoughts on thin clients, objects etc. » | Name Change »

csharpformat test

This is just a test post of source code using the http://www.manoli.net/csharpformat/format.aspx functionality. I also changed the blogger template used since the last templated didn’t show source code too well given the available pixel width. The exercise highlighted how disappointed I am with Google and what they haven’t done with blogger. It seems dead in the water. The original thought with going with blogger is that surely Google would do wonderful things with it in the future since they must have bought it for a good reason. Hmmm.. maybe not.

/// <summary>
/// Initializes a new instance of the <see cref="Triplet"/> class.
/// </summary>
public Triplet( object first, object second, object third )
{
    this.first = first;
    this.second = second;
    this.third = third;
}

I've been having the same headaches with blogger. You would think that they would remove automatic <br /> inside of PRE's, but I guess not. Although I don't blog, I've been using them for a while now and feel like it's time for a switch.

Post a Comment

Links to this post

Create a Link