Poor Man's Template Engine in C# Part 3
Include
In our last episode we implemeted the first two helper funcitons HtmlEncode
and If
. Today we want to implement Include
.
In our last episode we implemeted the first two helper funcitons HtmlEncode
and If
. Today we want to implement Include
.
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 MoreIf 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