Publisher's Description:
From Safabyte
NetXtremeDynamicTemplate is a .NET Template Engine for generating formatted text output from source template and input variables. Examples of such output includes Web Pages, Emails, Source Code, etc. By using NetXtremeDynamicTemplate you can strictly enforce a clean separation of design and development (MVC) on your web application.
Features
# Can be used to generate any kind of text: HTML, XML, RTF, Email, Source Code, etc.
# Lightweight and easy to ship with your product (just only one DLL file).
# Template and TemplateClass can be loaded from many sources: file, stream, plain-text.
# Template and TemplateClass reusability (you can define one template that will be used for many further purposes).
# Utilizes the power of .NET Framework.
# Template syntax is similar to C# and very easy to understand.
# Powerful template language with all usual directives: include, selection statements(if-else), Iteration Statements(do, for, foreach, while, break, continue).
# Initialize and change variables in template code.
# Supports complex expressions.
# Powerful built-in functions (string, type conversion, collection rendering).
# Highly extensible with custom functions.
# Smart and high-performance data type conversion.
# Get template source directory, it's very useful for including external files such as Css or Javascript files in your web page.
# Get and invoke any static, non-static public properties and methods in .NET Framework.
# Allow or restrict the calls to specific .NET methods and properties.
# Powerful array and dictionary rendering methods.
# Able to change tag, expression and template comment delimiters to avoid confliction with other formats.
# Direct output to your own TextWriter.
# Able to cache parsed template data to speed up output text generation.
# Supports Unicode.
# Unified .NET exception.
# Full Windows Vista support.
# Supports Drag/Drop integration within Visual Studio.
# 100% managed code written in C#.
# Fully documented and many sample projects written in C#, VB.NET and ASP.NET
Requirements:
PC