Testing Windows Live Writer
This is really cool, Windows Live Writer is great, especially this extension I found for code highlighting, if you can see the following code highlighted, so it is awesome :)
The extensiosn is Code Snippet
1: namespace MySpace
2: { 3: public class Program
4: { 5: static void Main()
6: { 7: Console.WriteLine("Great"); 8: }
9: }
10: }