Entities

I created mock entities based on 3 articles from the series to demonstrate the portability of the comments feature. The entity properties are stored in a list of MockEntity in AppSettings.cs. The public Entity page requires a titleSlug parameter. The list of MockEntity is queried by titleSlug to retrieve the entity's Id and Title. The article links are dynamically created from the list of MockEntity. The abbreviated content is hard coded with links to the full online article. The title slug configured as a page route is more SEO friendly than an id query string. Comments can be submitted on the first two articles. The third demonstrates the CommentsClosed property.