<div dir="ltr"><div class="gmail_extra">Marcos, I build the Bare Game website engine using asp classic with javascript on the server. I am a huge javascript fan, and I've used asp classic since 1998.</div><div class="gmail_extra"><br></div><div class="gmail_extra">But this new site is built on a dead simple C# engine basic on a POCO library which implements the bare minimum IHttpHandler interface. Using the bare minimum (Bare Game) and writing things myself seem to work well for me.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Anyhow the interesting thing about the C# library is how I designed it to reads template files which can be nested. The templated values try to format themselves from properties on the page you define, and you can use all C# formatting options in the template. The basics minus my wiki page class (200 lines of code derived from PageHandler) are hosted here if you want to take a look: <a href="https://github.com/sysrpl/Codebot.Sharp/tree/master/Codebot.Web">https://github.com/sysrpl/Codebot.Sharp/tree/master/Codebot.Web</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">I'll be posting the wiki engine to that repository soon after I finish with a couple more modifications.</div></div>