For a long time, I've been intending to make use of a good code "prettifier" - something which keeps the formatting of code when you blog it and that provides appropriate contrast on the page. I have discovered the "Blogger Code Prettifier" and have followed instructions to install it on my own blog. From what I can see so far, the results are good!
Check it out here
And here's what it can do!
static void Main(string[] args) { CopyObjectsUsingAutoMapper(); Console.ReadLine(); }
No comments:
Post a Comment