Friday, June 22, 2007

Windows Live Writer Beta 2

I'm toying with using Windows Live Writer to do blog posts, specifically for its plugin to insert syntax highlighted source code.  I've tried Beta 1 and it was my primary posting tool for a while...then I got tired of some incompatibilities between it and Google Blogger.  Maybe it was just me...anywho, giving it another go around.

This is some purely whimsical-nonsense source code to test the post with.

 [ServiceContract()]
public interface IJdeDataService
{
[OperationContract]
List<JdeFunction> GetFunctionNames();

[OperationContract]
List<JdeFunction> GetFilteredFunctionNames(string filter);

}


No comments:

Post a Comment