ShopSpell

Code Generation with Roslyn [Paperback]

$26.99     $29.99   10% Off     (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Harrison, Nick
  • Author:  Harrison, Nick
  • ISBN-10:  1484222105
  • ISBN-10:  1484222105
  • ISBN-13:  9781484222102
  • ISBN-13:  9781484222102
  • Publisher:  Apress
  • Publisher:  Apress
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Nov-2017
  • Pub Date:  01-Nov-2017
  • SKU:  1484222105-11-SPRI
  • SKU:  1484222105-11-SPRI
  • Item ID: 100174920
  • List Price: $29.99
  • Seller: ShopSpell
  • Ships in: 5 business days
  • Transit time: Up to 5 business days
  • Delivery by: Nov 30 to Dec 02
  • Notes: Brand New Book. Order Now.

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