Introduction to NVelocity
A template engine for the .NET platform, ported from Velocity on the Java platform. Introduction Widely adopted within ASP.NET projects;ASP.NET MVC ships with the Razor template engine; Many developers turn …
Independent Software Developer Studio
NVelocity is a .NET implementation of Apache Velocity template engine. It enables clean separation of presentation templates and program logic. You can write templates with lightweight syntax to render dynamic content such as web pages and emails, avoiding tightly coupled code in markup.