Verwandte Artikel zu Metaprogramming in .NET

Metaprogramming in .NET - Softcover

 
9781617290268: Metaprogramming in .NET

Inhaltsangabe

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
  1. Metaprogramming concepts
  2. Exploring code and metadata with reflection
  3. PART 2 TECHNIQUES FOR GENERATING CODE
  4. The Text Template Transformation Toolkit (T4)
  5. Generating code with the CodeDOM
  6. Generating code with Reflection.Emit
  7. Generating code with expressions
  8. Generating code with IL rewriting
  9. PART 3 LANGUAGES AND TOOLS
  10. The Dynamic Language Runtime
  11. Languages and tools
  12. Managing the .NET Compiler

Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.

Über die Autorin bzw. den Autor

Kevin Hazzard is a consultant, entrepreneur and Microsoft MVP based in Richmond, Virginia. He co-founded the Richmond Software Craftsmanship Group and runs the Richmond Code Camp. Kevin has served multiple terms on Virginia's Joint Commission on Technology and Science as an advisor to the Commonwealth's governors and legislatures.

Jason Bock is a Microsoft MVP and a principal consultant for Magenic. He is a leader of the Twin Cities Code Camp and runs the Twin Cities Languages User Group. Jason is the author of four books and many articles on software development.

„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.

Gebraucht kaufen

Zustand: Gut
It's a well-cared-for item that...
Diesen Artikel anzeigen

EUR 6,78 für den Versand von USA nach Deutschland

Versandziele, Kosten & Dauer

Gratis für den Versand innerhalb von/der Deutschland

Versandziele, Kosten & Dauer

Suchergebnisse für Metaprogramming in .NET

Beispielbild für diese ISBN

Kevin Hazzard; Jason Bock
ISBN 10: 1617290262 ISBN 13: 9781617290268
Gebraucht Paperback Erstausgabe

Anbieter: BooksRun, Philadelphia, PA, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: Very Good. First Edition. It's a well-cared-for item that has seen limited use. The item may show minor signs of wear. All the text is legible, with all pages included. It may have slight markings and/or highlighting. Artikel-Nr. 1617290262-8-1

Verkäufer kontaktieren

Gebraucht kaufen

EUR 5,87
Währung umrechnen
Versand: EUR 6,78
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Jason Bock, Jason, Kevin Hazzard, Kevin
ISBN 10: 1617290262 ISBN 13: 9781617290268
Gebraucht Softcover

Anbieter: Better World Books, Mishawaka, IN, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: Very Good. Used book that is in excellent condition. May show signs of wear or have minor defects. Artikel-Nr. 40564572-6

Verkäufer kontaktieren

Gebraucht kaufen

EUR 6,57
Währung umrechnen
Versand: EUR 8,60
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Foto des Verkäufers

Kevin Hazzard|Jason Bock
Verlag: MANNING PUBN, 2013
ISBN 10: 1617290262 ISBN 13: 9781617290268
Neu Softcover

Anbieter: moluna, Greven, Deutschland

Verkäuferbewertung 4 von 5 Sternen 4 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. &Uumlber den AutorrnrnKevin Hazzard is a consultant, entrepreneur and Microsoft MVP based in Richmond, Virginia. He co-founded the Richmond Software Craftsmanship Group and runs the Richmond Code Camp. Kevin has served multiple terms on . Artikel-Nr. 21098460

Verkäufer kontaktieren

Neu kaufen

EUR 47,68
Währung umrechnen
Versand: Gratis
Innerhalb Deutschlands
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Kevin Hazzard
ISBN 10: 1617290262 ISBN 13: 9781617290268
Gebraucht Paperback

Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: Very Good. DESCRIPTION Metaprogramming is a style of software development that lets a program change and respond to the conditions present when it runs. .NET enables many Metaprogramming capabilities, including code generation systems, application composition frameworks, and scripting technologies. Metaprogramming in .NET begins by teaching the basic concepts, advantages, and potential pitfalls of metaprogramming. Then it takes a deep dive into each of the relevant tools and technologies, using plenty of real-world examples that reinforce key concepts. Armed with the knowledge they need, readers will be able to build high-performance, metaprogramming-enabled software just like the pros. AUDIENCE Readers should be comfortable with C# and the .NET framework. No prior experience with metaprogramming is required. ABOUT THE TECHNOLOGY Metaprogramming is mostly a set of language-independent skills that are all about making software simpler and reusable. Rather than depending strictly on language features to reduce code complexity or to increase reusability, metaprogramming uses a variety of libraries and coding techniques. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. Artikel-Nr. GOR008270546

Verkäufer kontaktieren

Gebraucht kaufen

EUR 58,36
Währung umrechnen
Versand: EUR 4,02
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 3 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Hazzard, Kevin
Verlag: Manning Publications, 2013
ISBN 10: 1617290262 ISBN 13: 9781617290268
Neu Softcover

Anbieter: Kennys Bookstore, Olney, MD, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. * Packed with real-world examples * Excellent coverage of tools and technologies * Written in an easy-to-follow style * Can turn good developers into great developers Num Pages: 357 pages, Illustrations. BIC Classification: UMPN. Category: (P) Professional & Vocational. Dimension: 234 x 188 x 19. Weight in Grams: 604. . 2013. Pap/Psc. Paperback. . . . . Books ship from the US and Ireland. Artikel-Nr. V9781617290268

Verkäufer kontaktieren

Neu kaufen

EUR 67,10
Währung umrechnen
Versand: EUR 1,87
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 10 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Hazzard, Kevin/ Bock, Jason
Verlag: Manning Pubns Co, 2013
ISBN 10: 1617290262 ISBN 13: 9781617290268
Neu Paperback

Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: Brand New. pap/psc edition. 334 pages. 9.00x7.50x1.00 inches. In Stock. Artikel-Nr. x-1617290262

Verkäufer kontaktieren

Neu kaufen

EUR 59,59
Währung umrechnen
Versand: EUR 11,50
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb