Cantitate/Preț
Produs

Code Generation with Roslyn

Autor Nick Harrison
en Limba Engleză Paperback – 6 mar 2017
Learn how Roslyn's new code generation capability will let you write software that is more concise, runs faster, and is easier to maintain. You will learn from real-world business applications to create better software by letting the computer write its own code based on your business logic already defined in lookup tables.

Code Generation with Rosyln is the first book to cover this new capability.  You will learn how these techniques can be used to simplify systems integration so that if one system already defines business logic through lookup tables, you can integrate a new system and share business logic by allowing the new system to write its own business logic based on already existing table-based business logic.

One of the many benefits you will discover is that Roslyn uses an innovative approach to compiler design, opening up the inner workings of the compiler process. You will learn how to see the syntax tree that Roslyn is building as it compiles your code. Additionally, you will learn to feed it your own syntax tree that you create on the fly.

What You'll Learn
  • Structure logic to be stored in database design
  • Build complex conditional logic based on lookup data in the database
  • Compile code that you generate programmatically
  • Discover generated code and run it dynamically to implement new business logic
  • Debug problems in generated code
  • Deploy and access generated code

Who This Book Is For

Back end developers in very dynamic fast-paced business environments.   Developers focused on integrating different systems across an enterprise should also find this information useful.


Citește tot Restrânge

Preț: 17215 lei

Preț vechi: 21519 lei
-20% Nou

Puncte Express: 258

Preț estimativ în valută:
3295 3476$ 2746£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484222102
ISBN-10: 1484222105
Pagini: 80
Ilustrații: XV, 105 p. 15 illus., 13 illus. in color.
Dimensiuni: 178 x 254 x 7 mm
Greutate: 0.23 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1. Introduction.- 2. Putting Business Logic in Tables.- 3. Pulling Table Driven Logic into Code.- 4. An Introduction to Roslyn.- 5. Generating Code.- 6. Deploying Generated Code.- 7. Reflecting on Generated Code.- 8. Best Practices.

Notă biografică

Nick Harrison is a Software Architect and .NET advocate in Columbia, SC. Nick has over 20 years experience in software developing, starting with Unix system programming and then progressing to the DotNet platform.

Textul de pe ultima copertă

Learn how Roslyn's new code generation capability will let you write software that is more concise, runs faster, and is easier to maintain. You will learn from real-world business applications to create better software by letting the computer write its own code based on your business logic already defined in lookup tables.

Code Generation with Rosyln is the first book to cover this new capability.  You will learn how these techniques can be used to simplify systems integration so that if one system already defines business logic through lookup tables, you can integrate a new system and share business logic by allowing the new system to write its own business logic based on already existing table-based business logic.

One of the many benefits you will discover is that Roslyn uses an innovative approach to compiler design, opening up the inner workings of the compiler process. You will learn how to see the syntax tree that Roslyn is building as it compiles your code. Additionally, you will learn to feed it your own syntax tree that you create on the fly.

What You Will Learn:
• Structure logic to be stored in database design
• Build complex conditional logic based on lookup data in the database
• Compile code that you generate programmatically
• Discover generated code and run it dynamically to implement new business logic
• Debug problems in generated code
• Deploy and access generated code


Caracteristici

A practical book that showcases wholesale code generation to speed up time to market and reduce the turnaround time in usually rapidly changing business logic demands A uniquely specific book on data modeling for business logic using Roslyn and .NET Author draws upon his own professional business development experience, for professionals by a professional