Click here to Skip to main content
15,891,033 members
Articles / Web Development / ASP.NET / ASP.NET Core

Building String Razor Template Engine with Bare Hands (.NET Core)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
25 Feb 2020CPOL2 min read 29.7K   6  
How ASP.NET Core Razor turns templates into assemblies and runs them
In this post, you will see how ASP.NET Core Razor turns templates into assemblies and runs them. You will also see the steps to make our string template engine based on Razor, to use outside of ASP.NET.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Limetime.io
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions