MfGames.Template 1.1.0 review

Download
by rbytes.net on

The MfGames.Template library is a C# native library for creating template libaries. MfGames.Template was inspired by NVelocity, bu

License: LGPL (GNU Lesser General Public License)
File size: 63K
Developer: Dylan R. E. Moonfire
0 stars award from rbytes.net

The MfGames.Template library is a C# native library for creating template libaries.

MfGames.Template was inspired by NVelocity, but was designed from the ground up to use the CIL internals, such as System.CodeDom and internal compliation to handle the template language.

Because of this, it supports C# code as the template "language". In addition, compiled templates are actually compiled down into bytecode, using the built-in compiler.

Requirements:
MfGames.Utility

What's New in This Release:
Templates may now be precompiled into a C# file, suitable for inclusion in the normal compile process.
The < %# % > tag set has been added to allow the creation of template variables and additional methods.
The < %@ % > tag set has been added for controlling the template at the template file level.
Critical bugs with the < %= % > constructs have been fixed.

MfGames.Template 1.1.0 keywords