Create SEO-friendly URLs with a slug in ASP.NET Core MVC
For a little while, I have been working on a side-project now in ASP.NET Core. This web application generates URLs that have a (GUID) id in it, which is not particularly nice to look at. For this reason, I decided to have a look at how I can implement a so-called slug into the URLs. … Read more