开发者

Searching asp.net Code

开发者 https://www.devze.com 2022-12-19 20:37 出处:网络
I want to search my asp.net pages and user controls to see which master page and base class they use. I mention search because we are re-f开发者_开发问答actoring a large project and we need to track p

I want to search my asp.net pages and user controls to see which master page and base class they use. I mention search because we are re-f开发者_开发问答actoring a large project and we need to track progress on the code conversion. I know I can pull this information individually but I need a automated and repeatable procedure.


A general purpose tool for searching .Net Applications ASP.Net or otherwise is .Net Reflector you can walk the dependencies and even transform from C# to VB or the other way around. I like to use the search abilities to find Classes or Error Strings when I am debugging issues. You can also use the Analyze option to see all the places in the code that call a specific method. http://www.red-gate.com/products/reflector/. I hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消