Overview After reading this document you will know how-to download, install and use the CodeSmith SDK in your applications. Download After logging into your account at http://www.codesmithtools.com click on the download button located near the top of the page. You will be presented with the CodeSmith Generator product downloads that are associated with your account. …Read More
Introduction CodeSmith Generator is a template based code generator for any ASCII language. It uses a syntax very similar to ASP.NET. This tutorial describes the process of building a template to generate SELECT/INSERT/UPDATE/DELETE stored procedures. Getting Started All templates must include a CodeTemplate directive like this one. <%@ CodeTemplate Language="C#" TargetLanguage="T-SQL" Description="Generates SELECT/INSERT/UPDATE/DELETE stored procedures." …Read More
For the most up-to-date version of this article please see the following documentation. Overview CodeSmith supports debugging by using the CLR’s Just-in-Time debugger. This article will show some tips and tricks in setting up CodeSmith templates to use the debugger. Allow Debugging in Template The first step to allow debugging a template is to set …Read More
A freeware template-based code generator that can generate code for any ASCII-based language.