Exploring the .NET Core 3.0 Runtime Through Code Generation and Metadata Inspection /
Explore advanced .NET APIs and create a basic .NET core library with dynamic code generation and metadata inspection to be used by other libraries or client applications. This book starts with the benefits of .NET including its fundamental tasks and tools where you will learn .NET SDK tools and the...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2019.
|
Edition: | 1st ed. 2019. |
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- Chapter 1: Exploring .NET Core
- Chapter 2: About Static NET Assembly
- Chapter 3: Dynamic .NET Assemblies - Defining Dynamic .NET Types
- Chapter 4: Working with Dynamic .NET Properties
- Chapter 5: Working with CodeDOM.