Adding a estimated time to read to a .NET Core Blog with Razor
This week i implemented a feature what shows you, how many time you have to spend, to read a blog article.
In the first step, i used my model BlogStory to get the content. Then Razor does the following:
It counts the spaces between the words and ad...
saschamanns.de2 min read