Jump to ratings and reviews
Rate this book

Source Code Analytics With Roslyn and JavaScript Data Visualization

Rate this book
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# 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


Who This Book is For
.NET Software Developers and Architects

191 pages, Paperback

Published January 9, 2017

2 people want to read

About the author

Sudipta Mukherjee

19 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
1 (50%)
3 stars
1 (50%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Greg Stoll.
355 reviews13 followers
January 31, 2019
This book was fine enough. The most interesting chapter was about using Roslyn to detect questionable code - while some of the things the author called questionable I wouldn't agree with (multiple return statements are OK these days!), it's helpful to have a bunch of examples of finding things like this.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.