BlogEntry newEntry = new BlogEntry("Hello World", "I like to write programs"); BlogEntry newEntry = new BlogEntry("helloworld.xml"); // vs. BlogEntry newEntry = BlogEntry .FromTitleAndContents("Hello World", "I like to write programs"); BlogEntry newEntry = BlogEntry.FromFile("helloworld.xml");