Code Generation with Roslyn Paperback / softback - 2017
by Nick Harrison
- New
- Paperback
A$57.62
A$19.01
Delivery to USA
Standard delivery: 14 to 21 days
More delivery options
Standard delivery: 14 to 21 days
Details
- Title Code Generation with Roslyn
- Author Nick Harrison
- Binding Paperback
- Condition New
- Pages 105
- Volumes 1
- Language ENG
- Publisher Apress
- Publication date 2017-03-06
- Illustrated Yes
- Features Illustrated
- Bookseller's Inventory # A9781484222102
- ISBN 9781484222102 / 1484222105
- Weight 0.5 lbs (0.23 kg)
- Dimensions 10 x 7 x 0.26 in (25.40 x 17.78 x 0.66 cm)
- Category Computers - Languages / Programming
- Library of Congress subjects Compilers (Computer programs), Code generators
- Library of Congress Catalogue Number 2017934516
- Dewey Decimal Code 005.13
- Quantity available 1
About The Saint Bookstore Merseyside, United Kingdom
Biblio member since 2018
The Saint Bookstore specialises in hard to find titles & also offers delivery worldwide for reasonable rates.
Reader reviews for Code Generation with Roslyn
Write a review for this book
Important Terms and Guidelines
- Please focus on the book’s content and context. Also, add any personal comments as to how you enjoyed the book. Substantiate your likes and dislikes. You may make comparisons to other books.
- Reviews must be at least 140 characters in length.
- Please do not reveal critical plot elements.
- This is not a help line. Contact customer support if you need help.
Your review must not include:
- Obscenities, discriminatory language, or other insulting language not suitable for public domain
- Advertisements, “spam” content, or references to other products, offers or websites.
- Email addresses, URLs, phone numbers, physical addresses or other contact information.
- Overly critical comments about other reviews or reviewers
- Time-sensitive material (i.e. promotional tours, seminars, lectures, etc.)
- Availability, price, or alternative ordering/shipping information
From the publisher
From the rear cover
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
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