5, 10 or 20 seats+ for your team - learn more
Metaprogramming in .NET is designed to help readers understand the basic concepts, advantages and potential pitfalls of metaprogramming. It introduces core concepts in clear, easy-to-follow language and then it takes you on a deep dive into the tools and techniques you'll use to implement them in your .NET code. You'll explore plenty of real-world examples that reinforce key concepts. When you finish, you'll be able to build high-performance, metaprogramming-enabled software with confidence.
When you write programs that create or modify other programs, you are metaprogramming. In .NET, you can use reflection as well as newer concepts like code generation and scriptable software. The emerging Roslyn project exposes the .NET compiler as an interactive API, allowing compile-time code analysis and just-in-time refactoring.
Metaprogramming in .NET is a practical introduction to the use of metaprogramming to improve the performance and maintainability of your code. This book avoids abstract theory and instead teaches you solid practices you'll find useful immediately. It introduces core concepts like code generation and application composition in clear, easy-to-follow language, and then it takes you on a deep dive into the tools and techniques that will help you implement them in your .NET applications.
Written for readers comfortable with C# and the .NET framework--no prior experience with metaprogramming is required.
Readers should be comfortable with C# and the .NET framework. No prior experience with metaprogramming is required.
An excellent way to start fully using the power of metaprogramming.
A thorough and comprehensive distillation of the vast array of code generation options in .NET.
An extensive collection of "aha!" discoveries on developing applications beyond the mere compiler.
An excellent reference … insightful examples.
geekle is based on a wordle clone.