Click here to Skip to main content
15,891,424 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I've inherited a .Net WinForms solution that's had several developers of varying proficiency. One problem I need to resolve is that the number of datasets (27) created is too large. Many have similar names and query the same tables. I strongly suspect that over half have been abandoned. Is there a quick way, or a tool, to determine which are not being used? I'm using VS2010, but have vs2013.
Posted

1 solution

No, there isn't.

2 words: Code Review.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900