Source Code Analytics With Roslyn and JavaScript Data Visualization
Autor Sudipta Mukherjeeen Limba Engleză Paperback – 9 ian 2017
Learn how to build an interactive source code analytics system using Roslyn and JavaScript. This concise 150 page book will help you create and use practical code analysis tools utilizing the new features of Microsoft’s Roslyn compiler to understand the health of your code and identify parts of the code for refactoring.
Source code is one of the biggest assets of a software company. However if not maintained well, it can become a big liability. As source code becomes larger. more complex and accessed via the cloud, maintaining code quality becomes even more challenging. The author provides straightforward tools and advice on how to manage code quality in this new environment.
This title will show readers how to use Roslyn along with industry standard JavaScript visualization APIs like HighCharts, D3.js etc to create a scalable and highly responsive source code analytics system.
What You Will Learn
- Understand the Roslyn Syntax API
- Use Data Visualization techniques to assist code analysis process visually
- Code health monitoring matrices (from the standard of Code Query Language)
- Code mining techniques to identify design patterns used in source code
- Code forensics techniques to identify probable author of a given source code
- Techniques to identify duplicate/near duplicate code
Who This Book is For
Preț: 179.67 lei
Preț vechi: 224.58 lei
-20% Nou
Puncte Express: 270
Preț estimativ în valută:
34.39€ • 35.72$ • 28.56£
34.39€ • 35.72$ • 28.56£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484219249
ISBN-10: 1484219244
Pagini: 170
Ilustrații: XXI, 170 p. 129 illus., 122 illus. in color.
Dimensiuni: 178 x 254 x 11 mm
Greutate: 0.35 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484219244
Pagini: 170
Ilustrații: XXI, 170 p. 129 illus., 122 illus. in color.
Dimensiuni: 178 x 254 x 11 mm
Greutate: 0.35 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1 Meet Roslyn Syntax.- Chapter 2 Code Quality Metrics.- Chapter 3 Design Quality Metrics.- Chapter 4 Code Performance Metrics.- Chapter 5 Code Mining.- Chapter 6 Code Forensics.- Chapter 7 Code Visualization.
Notă biografică
Sudipta Mukherjee is a software engineer based in India and the author of Thinking in LINQ (Apress 2014)
Textul de pe ultima copertă
Learn how to build an interactive source code analytics system using Roslyn and JavaScript. This concise 150 page book will help you create and use practical code analysis tools utilizing the new features of Microsoft’s Roslyn compiler to understand the health of your code and identify parts of the code for refactoring.
Source code is one of the biggest assets of a software company. However if not maintained well, it can become a big liability. As source code becomes larger. more complex and accessed via the cloud, maintaining code quality becomes even more challenging. The author provides straightforward tools and advice on how to manage code quality in this new environment.
This title will show readers how to use Roslyn along with industry standard JavaScript visualization APIs like HighCharts, D3.js etc to create a scalable and highly responsive source code analytics system.
Caracteristici
Learn how to build an interactive source code analytics system using Roslyn and JavaScript Create and use practical code analysis tools utilizing the new features of Microsoft’s Roslyn compiler to understand the health of your code and identify parts of the code for refactoring Roslyn exposes a set of APIs using which developers can parse their C# and VB.NET code and this drastically lowers the barrier of entry for Meta programming in .NET. Learn how to use Roslyn along with industry standard JavaScript visualization APIs like HighCharts, D3.js etc to create a scalable and highly responsive source code analytics system