buchspektrum Internet-Buchhandlung

Neuerscheinungen 2017

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Sudipta Mukherjee

Source Code Analytics With Roslyn and JavaScript Data Visualization


1st ed. 2017. xxi, 170 S. 7 SW-Abb., 122 Farbabb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2017
ISBN: 1-484-21924-4 (1484219244)
Neue ISBN: 978-1-484-21924-9 (9781484219249)

Preis und Lieferzeit: Bitte klicken


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.
Roslyn exposes a set of APIs which allow developers to parse their C sharp and VB.NET code and drastically lower the barrier to entry for Meta programming in .NET. Roslyn has a dedicated set of APIs for creating custom refactoring for integrating with Visual Studio.
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 Code Parsing API

Data Visualization techniques that make sense for your specific code analysis task

Code Health Monitoring Matrices (from the standard of Code Query Language)

Techniques to identify duplicate/near duplicate code
Who This Book is For: .NET Software Developers and Architects
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
Sudipta Mukherjee is a software engineer based in India and the author of Thinking in LINQ (Apress 2014)