Click here to Skip to main content
15,883,922 members
Articles / Web Development / ASP.NET

Template merging with NVelocity and ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.62/5 (31 votes)
24 Aug 2007CPOL7 min read 210.8K   4.1K   80  
A tutorial about merging templates with NVelocity and ASP.NET.
//=============================================================================
// Project : NVelocity wrapper
// Author  : Simone Busoli
// Updated : Thu 09/02/2006 01:35:00
// Compiler: Microsoft Visual C# .NET
//
// This code may be used in compiled form in any way you desire.  This
// file may be redistributed by any means in modified or unmodified form
// PROVIDING that this notice and the author's name and any copyright
// notices remain intact.
//
// This file is provided "as is" with no warranty either express or
// implied.  The author accepts no liability for any damage or loss of
// business that this product may cause.
//
// Version   Date        Who            Comments
// ============================================================================
// 1.0.0     09/02/2006  Simone Busoli  First release
//=============================================================================


using System.Reflection;
//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("NVelocityTemplateEngine")]
[assembly: AssemblyDescription("A wrapper for NVelocity template engine.")]
[assembly: AssemblyCompany("Simone Busoli")]
[assembly: AssemblyVersion("1.0.0.0")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions