Share your Visual Studio code examples on your blog
Monday, August 31, 2009 at 10:21AM
David Abrahams

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         }
Article originally appeared on kmsystems - Web Application Development (http://kmsystems.squarespace.com/).
See website for complete article licensing information.