Code Generation in Microsoft .NET
Autor Kathleen Dollarden Limba Engleză Paperback – 22 ian 2004
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!
Preț: 278.80 lei
Preț vechi: 348.50 lei
-20% Nou
Puncte Express: 418
Preț estimativ în valută:
53.36€ • 56.29$ • 44.47£
53.36€ • 56.29$ • 44.47£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590591376
ISBN-10: 1590591372
Pagini: 764
Ilustrații: XXX, 760 p. 34 illus.
Dimensiuni: 178 x 235 x 40 mm
Greutate: 1.19 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1590591372
Pagini: 764
Ilustrații: XXX, 760 p. 34 illus.
Dimensiuni: 178 x 235 x 40 mm
Greutate: 1.19 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
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.
Notă biografică
Kathleen Dollard has been involved in the computer industry for a long time. She started (she claims) by experimenting with programming in junior high. After graduate work, she worked with the computer group at Texaco Research writing Fortran and helped usher in the age of PCs doing Lotus 1-2-3 macros. After working with 4GLs and Clipper, Dollard became an independent consultant, ultimately moving to Visual Basic when it became clear that Computer Associates would not release the Windows version of Clipper. Dollard is well known for her participation over the last 15 years with online communities, including BBSs, Compuserve, Fawcette, DevX, and Microsoft public newsgroups. She has been recognized in some form for her online work since 1994, and she's been a Microsoft "Most Valuable Professional" since 1998. Dollard is also active in the real-world communities of user groups, most recently with the Denver Visual Studio User Group and the Northern Colorado .NET SIG startup. A well-known writer and speaker, she is currently doing pioneering work in code generation using .NET and XSLT.
Caracteristici
Coverage of all three significant .NET code generation mechanisms: Manual code generation, XSL/XML and CodeDom Real solutions to the problem of protecting handcrafted code across regeneration Covers code generation in the broader picture of how applications are developed Addresses a new trend in enterprise software development that will reduce costs and improve efficiency and reliability