Skip to content

Instantly share code, notes, and snippets.

@leekelleher
Last active December 19, 2015 19:38
Show Gist options
  • Save leekelleher/6007422 to your computer and use it in GitHub Desktop.
Save leekelleher/6007422 to your computer and use it in GitHub Desktop.
Exploring the 'Template Animation' concept

Exploring the 'Template Animation' concept

The pursuit of a "logic-less templating system"... or couldn't we just use plain-old HTML?

Food for thought

C# / .NET resources

  • AngleSharp - parser library - HTML5, XML, MathML, SVG and CSS to construct a DOM based on the official W3C specification.
  • CsQuery - CSS selector engine, HTML parser, and jQuery port for C# and .NET 4
  • Bellevue - prototype ASP.NET MVC ViewEngine - pure HTML template using CSS-like syntax to inject the logic/content.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment