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...
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...