// Create a new programming blog var blog = new Blog(); blog.Title = "The Habitual Developer"; blog.Author = "Randy Burden"; blog.Tagline = "Randy Burden's Software Development Related Ramblings";
// Create a new programming blog var blog = new Blog(); blog.Title = "The Habitual Developer"; blog.Author = "Randy Burden"; blog.Tagline = "Randy Burden's Software Development Related Ramblings";