Code Generation in Microsoft .NET [electronic resource] /

Code generation has the potential to revolutionize application development. Rather than handcrafting each piece of code, developers are increasingly turning to code generation based on templates and applications of business logic to automatically perform a variety of tasks. This book teaches the technical details of code generation in .NET through a coherent series of steps that will help you to incorporate code generation into your own development efforts. Veteran author Kathleen Dollard teaches code generation as a scripted repeatable process using templates you control, so you're not tied to a particular framework or style. Because you can regenerate code at any time, you can incorporate changes, including database changes, throughout the life of your application. The templates are flexible and designed to work smoothly with the handcrafted code youll use to customize your application. The underlying fundamentals are explained along with three specific techniques: outputting code to a stream, using the Code DOM, and using XSLT-based code generation. In addition to the text, the tools in the book (downloadable in both VB .NET and C#) include a mechanism to extract information from SQL Server; a tool for editing and running code-generation scripts; a simple, flexible ORM tool that relates your database structure to your runtime class model; and a set of templates you can use as the starting point for your adventures in code generation. Generating repetitive sections of code frees you to focus on the features that make your application unique. Code generation will turbo-charge your development cycles by offering speed, reusability, agility, and consistency. Go forth and generate!

Saved in:
Bibliographic Details
Main Authors: Dollard, Kathleen. author., SpringerLink (Online service)
Format: Texto biblioteca
Language:eng
Published: Berkeley, CA : Apress : Imprint: Apress, 2004
Subjects:Computer science., Software engineering., Computer Science., Software Engineering/Programming and Operating Systems.,
Online Access:http://dx.doi.org/10.1007/978-1-4302-0705-4
Tags: Add Tag
No Tags, Be the first to tag this record!
id KOHA-OAI-TEST:228748
record_format koha
institution COLPOS
collection Koha
country México
countrycode MX
component Bibliográfico
access En linea
En linea
databasecode cat-colpos
tag biblioteca
region America del Norte
libraryname Departamento de documentación y biblioteca de COLPOS
language eng
topic Computer science.
Software engineering.
Computer Science.
Software Engineering/Programming and Operating Systems.
Computer science.
Software engineering.
Computer Science.
Software Engineering/Programming and Operating Systems.
spellingShingle Computer science.
Software engineering.
Computer Science.
Software Engineering/Programming and Operating Systems.
Computer science.
Software engineering.
Computer Science.
Software Engineering/Programming and Operating Systems.
Dollard, Kathleen. author.
SpringerLink (Online service)
Code Generation in Microsoft .NET [electronic resource] /
description Code generation has the potential to revolutionize application development. Rather than handcrafting each piece of code, developers are increasingly turning to code generation based on templates and applications of business logic to automatically perform a variety of tasks. This book teaches the technical details of code generation in .NET through a coherent series of steps that will help you to incorporate code generation into your own development efforts. Veteran author Kathleen Dollard teaches code generation as a scripted repeatable process using templates you control, so you're not tied to a particular framework or style. Because you can regenerate code at any time, you can incorporate changes, including database changes, throughout the life of your application. The templates are flexible and designed to work smoothly with the handcrafted code youll use to customize your application. The underlying fundamentals are explained along with three specific techniques: outputting code to a stream, using the Code DOM, and using XSLT-based code generation. In addition to the text, the tools in the book (downloadable in both VB .NET and C#) include a mechanism to extract information from SQL Server; a tool for editing and running code-generation scripts; a simple, flexible ORM tool that relates your database structure to your runtime class model; and a set of templates you can use as the starting point for your adventures in code generation. Generating repetitive sections of code frees you to focus on the features that make your application unique. Code generation will turbo-charge your development cycles by offering speed, reusability, agility, and consistency. Go forth and generate!
format Texto
topic_facet Computer science.
Software engineering.
Computer Science.
Software Engineering/Programming and Operating Systems.
author Dollard, Kathleen. author.
SpringerLink (Online service)
author_facet Dollard, Kathleen. author.
SpringerLink (Online service)
author_sort Dollard, Kathleen. author.
title Code Generation in Microsoft .NET [electronic resource] /
title_short Code Generation in Microsoft .NET [electronic resource] /
title_full Code Generation in Microsoft .NET [electronic resource] /
title_fullStr Code Generation in Microsoft .NET [electronic resource] /
title_full_unstemmed Code Generation in Microsoft .NET [electronic resource] /
title_sort code generation in microsoft .net [electronic resource] /
publisher Berkeley, CA : Apress : Imprint: Apress,
publishDate 2004
url http://dx.doi.org/10.1007/978-1-4302-0705-4
work_keys_str_mv AT dollardkathleenauthor codegenerationinmicrosoftnetelectronicresource
AT springerlinkonlineservice codegenerationinmicrosoftnetelectronicresource
_version_ 1756271299151265792
spelling KOHA-OAI-TEST:2287482018-07-31T00:10:44ZCode Generation in Microsoft .NET [electronic resource] / Dollard, Kathleen. author. SpringerLink (Online service) textBerkeley, CA : Apress : Imprint: Apress,2004.engCode generation has the potential to revolutionize application development. Rather than handcrafting each piece of code, developers are increasingly turning to code generation based on templates and applications of business logic to automatically perform a variety of tasks. This book teaches the technical details of code generation in .NET through a coherent series of steps that will help you to incorporate code generation into your own development efforts. Veteran author Kathleen Dollard teaches code generation as a scripted repeatable process using templates you control, so you're not tied to a particular framework or style. Because you can regenerate code at any time, you can incorporate changes, including database changes, throughout the life of your application. The templates are flexible and designed to work smoothly with the handcrafted code youll use to customize your application. The underlying fundamentals are explained along with three specific techniques: outputting code to a stream, using the Code DOM, and using XSLT-based code generation. In addition to the text, the tools in the book (downloadable in both VB .NET and C#) include a mechanism to extract information from SQL Server; a tool for editing and running code-generation scripts; a simple, flexible ORM tool that relates your database structure to your runtime class model; and a set of templates you can use as the starting point for your adventures in code generation. Generating repetitive sections of code frees you to focus on the features that make your application unique. Code generation will turbo-charge your development cycles by offering speed, reusability, agility, and consistency. Go forth and generate!One The Process -- 1 Introducing Code Generation -- 2 Extracting Metadata -- 3 Outputting Code -- 4 Writing Handcrafted Code -- 5 Tying It All Together -- Two Code Generation in Action -- 6 Mapping Database Structure into Business Objects -- 7 Generating Stored Procedures -- 8 Generating Middle Tier Templates -- 9 Generating a WinForms Application -- 10 Generating a Web User Interface -- 11 Establishing Perspective -- Appendix A X-Survival -- Appendix B Dissecting the Metadata Extraction Tools -- Appendix C Details of the Code Generation Harness -- Appendix D CodeDOM Issues, Tips, and Tricks.Code generation has the potential to revolutionize application development. Rather than handcrafting each piece of code, developers are increasingly turning to code generation based on templates and applications of business logic to automatically perform a variety of tasks. This book teaches the technical details of code generation in .NET through a coherent series of steps that will help you to incorporate code generation into your own development efforts. Veteran author Kathleen Dollard teaches code generation as a scripted repeatable process using templates you control, so you're not tied to a particular framework or style. Because you can regenerate code at any time, you can incorporate changes, including database changes, throughout the life of your application. The templates are flexible and designed to work smoothly with the handcrafted code youll use to customize your application. The underlying fundamentals are explained along with three specific techniques: outputting code to a stream, using the Code DOM, and using XSLT-based code generation. In addition to the text, the tools in the book (downloadable in both VB .NET and C#) include a mechanism to extract information from SQL Server; a tool for editing and running code-generation scripts; a simple, flexible ORM tool that relates your database structure to your runtime class model; and a set of templates you can use as the starting point for your adventures in code generation. Generating repetitive sections of code frees you to focus on the features that make your application unique. Code generation will turbo-charge your development cycles by offering speed, reusability, agility, and consistency. Go forth and generate!Computer science.Software engineering.Computer Science.Software Engineering/Programming and Operating Systems.Springer eBookshttp://dx.doi.org/10.1007/978-1-4302-0705-4URN:ISBN:9781430207054