Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML Templating engine to be used inside SQL Server?

Are there any good .NET templating engines which can be used in standalone mode, and can be loaded into SQL Server as a managed assembly?

like image 402
BuddhiP Avatar asked Sep 21 '26 03:09

BuddhiP


1 Answers

I would reccomend Brail. Brail can be used in standalone mode and it can be loaded into a SQL Server as a managed assembly. Brail. Also there was a similar question asked Question Asked

like image 161
Colbeyyy Avatar answered Sep 22 '26 17:09

Colbeyyy