Overview
- 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
Access this book
Tax calculation will be finalised at checkout
Other ways to access
About this book
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# 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 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
.NET Software Developers and Architects
Similar content being viewed by others
Keywords
Table of contents (7 chapters)
Authors and Affiliations
About the author
Bibliographic Information
Book Title: Source Code Analytics With Roslyn and JavaScript Data Visualization
Authors: Sudipta Mukherjee
DOI: https://doi.org/10.1007/978-1-4842-1925-6
Publisher: Apress Berkeley, CA
eBook Packages: Professional and Applied Computing, Apress Access Books, Professional and Applied Computing (R0)
Copyright Information: Sudipta Mukherjee 2016
Softcover ISBN: 978-1-4842-1924-9Published: 09 January 2017
eBook ISBN: 978-1-4842-1925-6Published: 20 December 2016
Edition Number: 1
Number of Pages: XXI, 170
Number of Illustrations: 7 b/w illustrations, 122 illustrations in colour
Topics: Programming Techniques, Software Engineering, Programming Languages, Compilers, Interpreters