.NET Development Using the Compiler API
Autor Jason Bocken Limba Engleză Paperback – iul 2016
This is the first book to describe the recent significant changes to the .NET compilation process and demonstrate how .NET developers can use the new Compiler API to create compelling applications. As an open source compiler, the Compiler API now makes its code available for anyone to use. In this book, you’ll get a concise, focused view of this tremendous resource for developers, who can now use any part of the platform implementation to their advantage in analyzing applications, improving code generation, and providing enforceable patterns, all under an OSS model.
You will learn how to analyze your code for defects in a fast, clean manner never available before. You’ll work with solutions and projects to provide automatic refactoring, and you’ll discover how you can generate code dynamically to provide application implementations at runtime
Having the Compiler API available opens a number of doors for .NET developers that were either simply not there before, or difficult to achieve. However, the API is vast, and this concise book provides a valuable roadmap to this new development environment.
What You Will Learn:
- Understand how to generate, compile, and execute code for a number of scenarios
- How to create diagnostics and refactoring to help developers enforce conventions and design idioms
- Experiment with the compiler code base and see what can be done to influence the inner workings of the compilation pipeline
Who This Book Is For:
Experienced .NET developers, but detailed compiler knowledge is not necessary.
Preț: 193.01 lei
Preț vechi: 241.27 lei
-20% Nou
Puncte Express: 290
Preț estimativ în valută:
36.94€ • 38.37$ • 30.68£
36.94€ • 38.37$ • 30.68£
Carte tipărită la comandă
Livrare economică 01-15 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484221105
ISBN-10: 1484221109
Pagini: 178
Ilustrații: XVI, 158 p. 89 illus., 88 illus. in color.
Dimensiuni: 155 x 235 x 10 mm
Greutate: 0.25 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484221109
Pagini: 178
Ilustrații: XVI, 158 p. 89 illus., 88 illus. in color.
Dimensiuni: 155 x 235 x 10 mm
Greutate: 0.25 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1: An Overview of the Compiler API.- 2: Writing Diagnostics.- 3: Creating Refactorings and Handling Workspaces.- 4: Using the Scripting API.- 5: The Future of the Compiler API.
Notă biografică
Jason Bock is a Practice Lead for Magenic and a Microsoft MVP (C#). He has 20 years of experience working on a number of business applications using a diverse set of frameworks and languages such as C#, .NET, and JavaScript. He is the author of "Metaprogramming in .NET", "Applied .NET Attributes", and "CIL Programming: Under the Hood of .NET". He has written numerous articles on software development issues and has presented at a number of conferences and user groups. He is a leader of the Twin Cities Code Camp . Jason holds a Master's degree in Electrical Engineering from Marquette University.
Caracteristici
First book to describe recent significant changes to the Compiler API and demonstrate how .NET developers can use it to create compelling applications This concise book provides a valuable roadmap to this new development environment Teaches how to generate, compile, and execute code for a number of scenarios