Welcome to Coders for Christ Sign in | Join | Help

Developer in Beta

Findings of a developer-in-training

July 2008 - Posts

LiveWriter Insert Code / Community Server bug?
In the last few blog posts I've made, I've included code samples with the "Insert Code..." plugin for LiveWriter. However, instead of coming out formatted with syntax highlighting, the stlyesheet is actually being printed to the page Read More...
Generic Methods
Today, I had the privilege of using generics for the first time. (that is, creating a method with Generics, I've used prebuilt generic classes and methods many times before) Originally, I was going to write something along the lines of: protected bool Read More...