Exploring the .NET Core 3.0 Runtime
Roger Villela
Broschiertes Buch

Exploring the .NET Core 3.0 Runtime

Through Code Generation and Metadata Inspection

Versandkostenfrei!
Versandfertig in 6-10 Tagen
27,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
14 °P sammeln!
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 ILDasm tool. This is followed by a detailed discussion on code generation in .NET API programming.Along the way, you will learn how to build a programming model through a code-generator tool and metadata inspector tool using .NET version information for .NET assembly and binary code. Exploring the ....