By tag: Slug
0
kicks
How to get a pretty date in c#
Have you ever wondered how some sites were able to show the bottom of each post, a formatted date (pretty date) which estimates the number of days, months or years between the publication of the post and today? e.g. "posted 5 weeks ago"
This snippet will allow you to do this easily!
...
0
kicks
Url slug in C# (c sharp)
This code snippet allows you to generate a clean Url slug.
It uses Cyrillic encoding so this solution will not work for non Latin alphabet.
0
kicks
Creating URL Slugs / Permalinks in C#
A useful and short string extension that converts foreign character and standard character urls into SEO friendly standard ascii slugs