Insights and outlooks on software development

S'true

Testing syntaxhighlighter

Monday, March 3, 2008 by Thomas L

Got the tip from this blog about how to get nicely formatted c# code by using syntaxhighlighter. As I am writing my blog posts from Windows Live Writer, I quickly found a plugin to be able to use it directly from there. So without further ado:

    public class User : EntityBase
    {
        public string Name { get; set; }
    }

Well, I hope it's better than the previous one.

Filed under having  

0 kommentarer: