July 2018
Intermediate to advanced
288 pages
9h 25m
English
This chapter covers
My personal blog is written in .NET Core (http://mode19.net). Originally I wrote each post in its own page. Those pages were all part of the source code of the blog and had corresponding metadata in a database. But as the number of posts increased, the site became hard to manage, especially since the older pages were written using older libraries and techniques. The contents of the blog posts didn’t change—only the formatting changed.
That’s when I decided to convert my blog posts to Markdown. Markdown allows me to write just the content of the blog post without having to ...
Read now
Unlock full access