preload
Jul 03
C#.Net example
namespace MVP
{
    public interface ILoginView
    {
        void InitializeView(TViewData viewData);
        void LoginValidated(bool loginSuccessful);
    }
}

I have now added support for code highlighting. To achieve this I installed the Highlight Source Pro plugin, it is based on GeSHi and supports several programming languages.

To make it easy for you to find my posts with code examples I have added the category Code examples. I hope this will make it more enjoyable for you to read my code examples and also easier to find them.

Follow me on twitter @PerOla

Share & enjoy
You can subscribe to my comments feed to keep track of new comments.

No Comments to “Support for code highlighting”

No Pingbacks to “Support for code highlighting”

Leave a Reply

Subscribe to my comments feed

Subscribe to my feeds Follow me on Twitter
Microsoft MVP
DZone MVB