Development
HTML templating in Xamarin
There are often situations where you need to do some HTML templating and having a powerful HTML templating engine like Razor can be really helpful.
What is nice is that you don't need to be in an ASP.NET context to use Razor templates, in fact, you can even use them in a Xamarin Application.