Octopress supports backtick code blocks with Pygment lexers handling syntax highlighting. I always forget the syntax for using with bactick codeblocks with C#, leading to irritating failures when I build my Octopress blog. Here’s how you use them.
``` csharp
[csharp code here]
```