Using Razor Templates Beyond Web Pages and ASP.NET

Razor is a powerful tool that combines templates with data model to produce resulting text. Originally released in 2011, it has since evolved significantly, and now it is de-facto Microsoft recommended template engine. While it is standard practice to use Razor for web apps such as ASP.NET Core MVC or Blazor, it is rarely employed […]