0
kicks
SharpTemplate - A strongly typed HTML templating solution for Script#
SharpTemplate is a HTML templating engine that seamlessly integrates with Script# to provide compile time, strongly typed, super efficient HTML templating capabilities for productive rich web application development. Some of its advantages are listed below…
* Converts HTML into C# that gets compiled by Script#
* Benefits from strong typing for all variable / API references that occur within the HTML
* Generated HTML templates are super efficient due to compile time pre-processing that helps avoid regex matching in JavaScript unlike many other templating engines
* Familiar templating syntax (based upon Asp.Net)