Chapter 12. Sample Application: Developing an XML-Based Dynamic Web Page Builder Tool

only for RuBoard

graphics/01icon02.gif

During the development cycle, we all like to take advantage of shortcuts here and there. For example, you might have a code library that you reuse between projects, or several snippets of code that you routinely cut and paste into your projects. This chapter discusses another type of shortcut: a code-blower application.

A code-blower is essentially a wizard that you can use to ease development tasks . This wizard interface interrogates a database table and forms some type of user -interface and supporting database access code. This code-blower application enables you to dynamically generate ASP.NET web forms based on an existing database table.

The requirements for such an application are fairly simple: Develop some data about the underlying database table schema and create a user interface based on that schema. Most of the code is fairly static, so you can leverage the use of a template file to ease the amount of code generated.

only for RuBoard


XML and ASP. NET
XML and ASP.NET
ISBN: B000H2MXOM
EAN: N/A
Year: 2005
Pages: 184

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net