Metaprogramming in C#. Automate your .NET development and simplify overcomplicated code - Helion

Tytuł oryginału: Metaprogramming in C#. Automate your .NET development and simplify overcomplicated code
ISBN: 9781837639649
stron: 352, Format: ebook
Data wydania: 2023-06-30
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
Metaprogramming is an advanced technique that helps developers to automate repetitive tasks, generate scalable code, and enhance productivity in software development. Metaprogramming in C# is a comprehensive guide that will help you reap the full potential of metaprogramming in .NET runtime.
You’ll start by learning about the .NET runtime environment and how you can use it to become a more productive developer. You'll learn how to infer types using reflection, use attributes, and create dynamic proxies. You’ll also explore the use of expressions to create and execute code and how to take advantage of Dynamic Language Runtime.
But that's not all! You’ll also learn to go beyond inheritance and use method signature conventions to create easily maintainable code. Finally, you’ll dive into the world of compiler magic with Roslyn, where you'll discover how to use Roslyn to generate code, perform static code analysis, and write your own compiler extensions.
By the end of this book, you’ll have a deep understanding of metaprogramming concepts and how to apply them to your C# code. You’ll be able to think about types, use attributes and expressions to generate code, and apply crosscutting concerns to improve code quality.
Osoby które kupowały "Metaprogramming in C#. Automate your .NET development and simplify overcomplicated code", wybierały także:
- Biologika Sukcesji Pokoleniowej. Sezon 3. Konflikty na terytorium 127,27 zł, (14,00 zł -89%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 93,33 zł, (14,00 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 77,78 zł, (14,00 zł -82%)
Spis treści
Metaprogramming in C#. Automate your .NET development and simplify overcomplicated code eBook -- spis treści
- 0. Product Information Document
- 1. How Can Metaprogramming Benefit You?
- 2. Metaprogramming Concepts
- 3. Demystifying through Existing Real-World Examples
- 4. Reasoning about Types Using Reflection
- 5. Leveraging Attributes
- 6. Dynamic Proxy Generation
- 7. Reasoning about Expressions
- 8. Building and Executing Expressions
- 9. Taking Advantage of the Dynamic Language Runtime
- 10. Convention over Configuration
- 11. Applying the Open-Closed Principle
- 12. Go Beyond Inheritance
- 13. Applying Cross-Cutting Concerns
- 14. Aspect Oriented Programming
- 15. Roslyn Compiler Extensions
- 16. Generating Code
- 17. Static Code Analysis
- 18. Caveats and Final Words