Banner Image
Jürgen Bäurle
Projects  ·  Work  ·  Blog  ·  Contact

Creating DAL components using custom ASP.NET build providers and compiler techniques

July 25, 2007

ASP.NET, DAL, Compiler Techniques

In September 2006 I wrote an article about build providers in ASP.NET on CodeProject.com. This article describes how to create Data Access Layer Components (DALC) using build providers and a self-defined description language, including an easy scanner, parser, and CodeDOM generator.

Link to article: Creating DAL Components Using Custom ASP.NET Build Providers And Compiler Techniques