In our last episode we implemeted the first
two helper funcitons HtmlEncode
and If
. Today we want to implement Include
.
Poor Man's Template Engine in C# Part 2
HtmlEncode and If
In our last episode we laid the groundwork for our simple template engine. In this episode we'll introduce our first 2 helper functions.
Read MorePoor Man's Template Engine in C# Part 1
Groundwork
If you're looking for a poor man's solution to a templating engine for .net and don't really need the overhead a complete template engine brings with it, I've come up with the following solution.
Read More