What tool can I examine the source or assemblies and tell if the StringBuilder has ever been used? or if an ObjectDataSource was used?
I am open to analyzing or analyzing the source code, but I also need to know the right way to do this against web applications.
UPDATE : I’m probably looking for a tool that you can insert into the assembly process, which displays a report telling me if some assemblies or templates were used. I would also like to know if inheritance is used anywhere in the code (in classes without a frame in the assembly). A simple way to tell me if OOP has been used.
source
share