Search Results

Metaprogramming in .NET

Download or Read eBook Metaprogramming in .NET PDF written by Jason Bock and published by Simon and Schuster. This book was released on 2012-12-30 with total page 517 pages. Available in PDF, EPUB and Kindle.
Metaprogramming in .NET
Author :
Publisher : Simon and Schuster
Total Pages : 517
Release :
ISBN-10 : 9781638351818
ISBN-13 : 1638351813
Rating : 4/5 (18 Downloads)

Book Synopsis Metaprogramming in .NET by : Jason Bock

Book excerpt: Summary 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. About the Technology 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. About this Book 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. Written for readers comfortable with C# and the .NET framework—no prior experience with metaprogramming is required. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside Metaprogramming concepts in plain language Creating scriptable software Code generation techniques The Dynamic Language Runtime About the Authors Kevin Hazzard is a Microsoft MVP, consultant, teacher, and developer community leader in the mid-Atlantic USA. Jason Bock is an author, Microsoft MVP, and the leader of the Twin Cities Code Camp. "An excellent way to start fully using the power of metaprogramming."—From the Foreword by Rockford Lhotka, Creator of the CSLA .NET Framework Table of Contents PART 1 DEMYSTIFYING METAPROGRAMMING Metaprogramming concepts Exploring code and metadata with reflection PART 2 TECHNIQUES FOR GENERATING CODE The Text Template Transformation Toolkit (T4) Generating code with the CodeDOM Generating code with Reflection.Emit Generating code with expressions Generating code with IL rewriting PART 3 LANGUAGES AND TOOLS The Dynamic Language Runtime Languages and tools Managing the .NET Compiler


Metaprogramming in .NET Related Books

Metaprogramming in .NET
Language: en
Pages: 517
Authors: Jason Bock
Categories: Computers
Type: BOOK - Published: 2012-12-30 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Summary Metaprogramming in .NET is designed to help readers understand the basic concepts, advantages, and potential pitfalls of metaprogramming. It introduces
C++ Template Metaprogramming
Language: en
Pages: 726
Authors: David Abrahams
Categories: Computers
Type: BOOK - Published: 2004-12-10 - Publisher: Pearson Education

DOWNLOAD EBOOK

C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into
IronPython in Action
Language: en
Pages: 985
Authors: Christian J. Muirhead
Categories: Computers
Type: BOOK - Published: 2009-03-01 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

In 2005, Microsoft quietly announced an initiative to bring dynamic languages to the .NET platform. The starting point for this project was a .NET implementatio
Expert F# 4.0
Language: en
Pages: 599
Authors: Don Syme
Categories: Computers
Type: BOOK - Published: 2015-12-31 - Publisher: Apress

DOWNLOAD EBOOK

Learn from F#'s inventor to become an expert in the latest version of this powerful programming language so you can seamlessly integrate functional, imperative,
C++ Templates
Language: en
Pages: 2818
Authors: David Vandevoorde
Categories: Computers
Type: BOOK - Published: 2017-09-14 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

Templates are among the most powerful features of C++, but they remain misunderstood and underutilized, even as the C++ language and development community have
Scroll to top