Jason Bock – författare
440 kr
Läs direkt efter köp
Attributes are used to modify the runtime behavior of code in the .NET Framework. Applied .NET Attributes explores the application of .NET attributes and how developers can write custom attributes that provide the maximum level of code reuse and flexibility.
Attributed programming is a feature of .NET that is still relatively unexplored and unknown. Because attributes are used to modify the runtime behavior of code in the .NET Framework, their use is extremely important and will become even more important over time. This insightful guide covers the fundamentals of attributes, common .NET attributes, the use of custom attributes, and advanced techniques.
613 kr
Läs direkt efter köp
The Common Intermediate Language (CIL) is the core language of .NET. Although .NET developers often use a high-level language (such as C# or VB .NET) to develop their systems, they can use CIL to do anything allowed by.NET specificationswhich is not the case for C# and VB .NET. Understanding how CIL works will provide you with a deep, language-independent insight into the core parts of .NET. This knowledge is essential for creating dynamic types, a powerful part of the .NET Framework.
In CIL Programming: Under the Hood of .NET, Jason Bock offers an in-depth tutorial on programming in CIL. First, Bock discusses the basics of .NET assemblies and manifests. He then shows how to create assemblies in .NETincluding the ilasm directives and CIL opcodes, and how these are used to define assemblies, classes, field, methods, and method definitions. Bock also covers the ways in which C#, VB .NET, and other non-Microsoft languages emit CIL, and how they differ. Finally, he reveals how developers can create dynamic assemblies at runtime via the Emitter classes.
After reading this guide, you will gain a better understanding of CIL and how to program directly into it. CIL Programming: Under the Hood of .NET is a must-have on every .NET developer''s desk!
444 kr
Skickas inom 10-15 vardagar
373 kr
Skickas inom 10-15 vardagar
457 kr
Läs direkt efter köp
444 kr
Skickas inom 10-15 vardagar
312 kr
Skickas inom 10-15 vardagar
395 kr
Läs direkt efter köp
PART 1 DEMYSTIFYING METAPROGRAMMING
Metaprogramming conceptsExploring code and metadata with reflectionPART 2 TECHNIQUES FOR GENERATING CODE
The Text Template Transformation Toolkit (T4)Generating code with the CodeDOMGenerating code with Reflection.EmitGenerating code with expressionsGenerating code with IL rewritingPART 3 LANGUAGES AND TOOLS
The Dynamic Language RuntimeLanguages and toolsManaging the .NET Compiler