This is a test post to see how SyntaxHighlighter works with Windows Live Writer. I’m using the PreCode plug-in. So, C#:
public class Testing { public Id { get; private set; } public void Method(string parameter) { Console.WriteLine("Testing!"); } }
And JavaScript:
function(x,y) { alert('X is:' + x + " and Y is: " + y); }
And SQL:
SELECT * FROM Table WHERE Col1='Test' AND 1=0
HTML:
<div> <h1>Something!</h1> <p>Something else!</p> </div>