Search Books

Generating Design Patterns Using CodeDOM

Author Roger Rowland
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
20.00 USD
🛒 Buy New on Amazon 🇺🇸

✓ Available for download now

Share:
Book Details
Author(s)Roger Rowland
ISBN / ASINB000BBYRAM
ISBN-13978B000BBYRA2
AvailabilityAvailable for download now
Sales Rank10,658,022
MarketplaceUnited States 🇺🇸

Description

The Code Document Model (CodeDOM), which provides the ability to generate source code in a number of managed languages, is a very powerful .NET facility and has attracted much interest. Within Visual Studio .NET, a complementary though unrelated feature is provided by the CodeModel object, which allows programmatic access to hand--written code. Together these two tools provide a platform from which it should be possible to develop a VS .NET add--in to streamline the production of common designs in code. This case study follows the development of such a tool, which attempts to automate the generation of a widespread design pattern in an existing C# or VB .NET project.