Share your Visual Studio code examples on your blog

Jim's article How to Post Code From Visual Studio to Your Blog provides a very easy and effective way to add code examples from Visual Studio to your blog. Jim's article focuses on the blogging platform WordPress but it will work just as well in any blogging platform as your Visual Studio code is converted to HTML. As you can see it works great here in our Squarespace blog.

 

   17         //
   18         // GET: /ParentTags/
   19 
   20         public ActionResult Index()
   21         {
   22             return View();
   23         }