Skip to main content

Font Size: A A A Theme: C  C  Off 

Archive

Our Blogs

RSS Feed
  • LLBLGen - Customising the DotNetTemplateEngine

    Introduction

    Customers of LLBLGen Pro have access to the LLBLGen Pro SDK. This contains source code for all task performers, the TDL interpreter, the TDL parser, the LPT Parser, plugins, TypeConverters, and all command line tools and all drivers. Light Speed IT Solutions has made use of this source code and has modified the DotNetTemplateEngine with several enhancements. This article describes each modification that we have made and also the steps needed to reproduce these modifications.

    This article is based on the LLBLGen Pro - SDK version 2.6 released on the 8th of December 2008, i.e. LLBLGenProSDK_12082008.zip.

     

    The DotNetTemplateEngine...

    Full story

    Comments (0)

  • LLBLGen - Automating Code Generation with Team Foundation Server

    Introduction

    At Light Speed IT Solutions we use the code generator LLBLGen to make much of our source code for our ASP.NET and SQL Server based applications. If source code can be derived from the schema of our application database, then we try to auto-generate it, and LLBLGen is our main tool for doing this with. We also use Team Foundation Server 2008 for our source control. This article describes the steps we have taken to automate the generation of source code, and is a guide as to how other development teams can automate the generation of their source code ...

    Full story

    Comments (1)