December 2014
Intermediate to advanced
272 pages
5h 59m
English
CHAPTER 7
![]()
Static Code Analysis
Programmers always tend to think that code and data are separate. However, for a general-purpose framework such as LINQ, code is also data. By taking advantage of LINQ and .NET Reflection, you can perform a great deal of static code analysis and gain a lot of insight into code. This chapter presents several LINQ scripts that will help you accrue knowledge about your code base.
7-1. Finding Verbose Type Names in the .NET 3.5 Framework
Naming is personal, and naming conventions and the length of names varies between programmers and teams. However, the first step in enforcing naming conventions is knowing what names ...
Read now
Unlock full access