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

Master advanced techniques for dynamic .NET programming and accelerate productivity by automating tasks, generating adaptable code, and more


Purchase of the print or Kindle book includes a free PDF eBook


Key Features


Employ metaprogramming to automate your tasks and increase your productivity


Write maintainable, scalable, and adaptable code using metaprogramming techniques


Leverage the .NET runtime for complex problem-solving


Book Description


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.


What you will learn


Explore how to leverage the .NET runtime


Improve code quality and increase productivity


Write adaptable code for changing requirements


Learn Roslyn for code generation and static analysis


Master metaprogramming and its practical implementations


Use Dynamic Language Runtime for flexible and expressive programming


Who this book is for


This book is for C# developers interested in learning about the .NET runtime and how to leverage it for writing maintainable, scalable, and secure code. Software architects who are responsible for designing and managing complex software solutions will also benefit from the book.

1143652225
Metaprogramming in C#: Automate your .NET development and simplify overcomplicated code

Master advanced techniques for dynamic .NET programming and accelerate productivity by automating tasks, generating adaptable code, and more


Purchase of the print or Kindle book includes a free PDF eBook


Key Features


Employ metaprogramming to automate your tasks and increase your productivity


Write maintainable, scalable, and adaptable code using metaprogramming techniques


Leverage the .NET runtime for complex problem-solving


Book Description


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.


What you will learn


Explore how to leverage the .NET runtime


Improve code quality and increase productivity


Write adaptable code for changing requirements


Learn Roslyn for code generation and static analysis


Master metaprogramming and its practical implementations


Use Dynamic Language Runtime for flexible and expressive programming


Who this book is for


This book is for C# developers interested in learning about the .NET runtime and how to leverage it for writing maintainable, scalable, and secure code. Software architects who are responsible for designing and managing complex software solutions will also benefit from the book.

35.99 In Stock
Metaprogramming in C#: Automate your .NET development and simplify overcomplicated code

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

by Einar Ingebrigtsen
Metaprogramming in C#: Automate your .NET development and simplify overcomplicated code

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

by Einar Ingebrigtsen

eBook

$35.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Master advanced techniques for dynamic .NET programming and accelerate productivity by automating tasks, generating adaptable code, and more


Purchase of the print or Kindle book includes a free PDF eBook


Key Features


Employ metaprogramming to automate your tasks and increase your productivity


Write maintainable, scalable, and adaptable code using metaprogramming techniques


Leverage the .NET runtime for complex problem-solving


Book Description


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.


What you will learn


Explore how to leverage the .NET runtime


Improve code quality and increase productivity


Write adaptable code for changing requirements


Learn Roslyn for code generation and static analysis


Master metaprogramming and its practical implementations


Use Dynamic Language Runtime for flexible and expressive programming


Who this book is for


This book is for C# developers interested in learning about the .NET runtime and how to leverage it for writing maintainable, scalable, and secure code. Software architects who are responsible for designing and managing complex software solutions will also benefit from the book.


Product Details

ISBN-13: 9781837639649
Publisher: Packt Publishing
Publication date: 06/30/2023
Sold by: Barnes & Noble
Format: eBook
Pages: 352
File size: 4 MB

About the Author

Einar Ingebrigtsen works as chief architect at Aksio InsurTech, a company focusing on building insurance and pension solutions. His heart is in architecture and improving the lives of developers and he loves to create solutions that make other developers more productive and help in delivering great products to end users. Einar has been developing software professionally since 1994 and has done so in everything from games on different platforms to broadcast TV software, to telecom software, to line of business software within multiple different verticals. Of all of his experiences, he has fallen in love with a specific flavor of architecture, mindset, and approach – namely, event sourcing. Most of his time at work (and spare time) is devoted to building out a platform that has the goal of democratizing event sourcing called Cratis.

Table of Contents

Table of Contents
  1. Product Information Document
  2. How Can Metaprogramming Benefit You?
  3. Metaprogramming Concepts
  4. Demystifying through Existing Real-World Examples
  5. Reasoning about Types Using Reflection
  6. Leveraging Attributes
  7. Dynamic Proxy Generation
  8. Reasoning about Expressions
  9. Building and Executing Expressions
  10. Taking Advantage of the Dynamic Language Runtime
  11. Convention over Configuration
  12. Applying the Open-Closed Principle
  13. Go Beyond Inheritance
  14. Applying Cross-Cutting Concerns
  15. Aspect Oriented Programming
  16. Roslyn Compiler Extensions
  17. Generating Code
  18. Static Code Analysis
  19. Caveats and Final Words
From the B&N Reads Blog

Customer Reviews