Exploring the .NET Core 3.0 Runtime: Through Code Generation and Metadata Inspection
Autor Roger Villelaen Limba Engleză Paperback – 7 sep 2019
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 .NET Core 3.0 Runtime covers the features of Microsoft Visual Studio 2019 using a tutorial and shows you how to create a .NET Core 3.0 application. Here you will configure and deploy your .NET projects along with meta packages and see some do's and don'ts. Finally, you will compare the features of .NET Core 3.0 with the .NET Framework library and its GUI frameworks.
After reading this book, you will be able to work in a .NET 3.0 environment and program for its two advanced features: code generation and metadata inspection.
What You Will Learn
- Understand the inner workings of an assembly’s structural organization
- Work with reflection through the .NET Core platform
- Carry out dynamic code generation using the .NET Core API's code document model (CodeDOM)
- Use the metadata mechanism of the .NET Core platform
Software developers and engineers using .NET and/or the .NET Core platform and tools.
Preț: 175.16 lei
Preț vechi: 218.96 lei
-20% Nou
Puncte Express: 263
Preț estimativ în valută:
33.52€ • 34.78$ • 28.02£
33.52€ • 34.78$ • 28.02£
Carte disponibilă
Livrare economică 24 februarie-10 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484251126
ISBN-10: 1484251121
Pagini: 215
Ilustrații: XV, 183 p. 69 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.29 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484251121
Pagini: 215
Ilustrații: XV, 183 p. 69 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.29 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
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.
Notă biografică
Roger Villela is a software engineer and entrepreneur with 30 years of experience in the industry and works as an independent professional. Currently, he is focused in your career as a book author and technical educator and is specialized in the inner works of orthogonal features of the following Microsoft development platforms:
- Microsoft Windows operating system base services.
- Microsoft Universal Windows Platform (UWP).
- Microsoft WinRT. - Microsoft .NET Framework implementation of the runtime environment (CLR).
Your work is based on the Microsoft Visual Studio (Microsoft Windows) and Intel Parallel Studio XE (Microsoft Windows), using the following programming languages, extensions, and projections:
- C++
- Assembly (Intel IA-32/Intel 64)
Component Extensions for runtimes (C++/CLI and C++/CX).
- Microsoft Windows operating system base services.
- Microsoft Universal Windows Platform (UWP).
- Microsoft WinRT. - Microsoft .NET Framework implementation of the runtime environment (CLR).
Your work is based on the Microsoft Visual Studio (Microsoft Windows) and Intel Parallel Studio XE (Microsoft Windows), using the following programming languages, extensions, and projections:
- C++
- Assembly (Intel IA-32/Intel 64)
Component Extensions for runtimes (C++/CLI and C++/CX).
Textul de pe ultima copertă
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 .NET Core 3.0 Runtime covers the features of Microsoft Visual Studio 2019 using a tutorial and shows you how to create a .NET Core 3.0 application. Here you will configure and deploy your .NET projects along with meta packages and see some do's and don'ts. Finally, you will compare the features of .NET Core 3.0 with the .NET Framework library and its GUI frameworks.
After reading this book, you will be able to work in a .NET 3.0 environment and program for its two advanced features: code generation and metadata inspection.
You will:
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 .NET Core 3.0 Runtime covers the features of Microsoft Visual Studio 2019 using a tutorial and shows you how to create a .NET Core 3.0 application. Here you will configure and deploy your .NET projects along with meta packages and see some do's and don'ts. Finally, you will compare the features of .NET Core 3.0 with the .NET Framework library and its GUI frameworks.
After reading this book, you will be able to work in a .NET 3.0 environment and program for its two advanced features: code generation and metadata inspection.
You will:
- Understand the inner workings of an assembly’s structural organization
- Work with reflection through the .NET Core platform
- Carry out dynamic code generation using the .NET Core API's code document model (CodeDOM)
- Use the metadata mechanism of the .NET Core platform
Caracteristici
Consists of programs in cross-platform Base Class Library (BCL) types Discusses Virtual Execution System (VES) of the .NET platform Addresses the dos and don'ts of working with the new features