Use Razor to Generate HTML for Templates in a Single-Page App

Thu, 01 Mar 2018 10:00:00 GMT

After switching to an MVVM framework like Angular or Knockout, what do you miss from ASP.NET? Learn how to incorporate some of the best features of the Razor View Engine into your development cycle and boost your productivity.

Read article

Generate JavaScript with Roslyn and T4 Templates

Thu, 01 Dec 2016 10:00:00 GMT

Combine the power of T4 and the .NET Compiler Platform (aka Roslyn) to automate the creation of a JavaScript class that makes it easier to interact with a WebAPI.

Read article