Wednesday, February 27, 2008

Windows Live Writer Rocks!

If you haven't checked this out yet, I highly recommend it. As this is a technical blog, the best thing about it is the ability to easily copy and paste code. This is something that Blogger handles very poorly. I have shown some screenshots and sample code that has been copied and pasted below.

Download Windows Live Writer

Screenshot

image

C# Code

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication2
{
class Program
{
static void Main(string[] args)
{
}
}
}

HTML Code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>

No comments:

Post a Comment