Code Snippet plugin for Windows Live Writer

Saturday, 15 March 2008 15:47 by hinkel

I've been trying to get a code formatter for blog postings to work with this engine.  I found the following post here which offers many examples.  The most convenient for me is to use the Code Snippet Plugin  for WLW.  I use WLW for most of my posting since it is so convenient and easy to use.  Below is a link and an example:

here

 

   1: public static string SayHello(string name)
   2: {
   3:     return String.Format("Hello, {0}!", name);
   4: }
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   BlogEngine.NET
Actions:   E-mail | Permalink | Comments (3) | Comment RSSRSS comment feed

Comments

Add comment


(Will show your Gravatar icon)  

  Country flag

biuquote
  • Comment
  • Preview
Loading