Code Generation with Roslyn
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 alre...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2017.
|
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- 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.