July 2015
Intermediate to advanced
1300 pages
87h 27m
English
In the past, you could only analyze your code for issues with static, build-time code analysis based on the Microsoft coding design rules and language-specific rules. This approach has the following limitations:
You have to first build a project to get notified about code issues.
Coding rules are targeted to solve problems developer had with older versions of the .NET Framework.
It is difficult ...