Thursday, July 28, 2011

Live Writer makes this easier

A friend just showed me Live Writer (from Microsoft) and it makes posting new blog entries much easier. For example, I can drop in a picture very easily

image

or format some code:

private int WorkflowID
  {
      get
      {
          int workflowID;

          if (ViewState["WorkflowID"] == null)

I can definitely see the value in this tool.

No comments: