I have .NET project using VS 2010 Pro,
Some of the class name in App_Code is
- products (products.cs)
- commons (commons.cs)
- members (members.cs)
I think it is not good naming convention,so i would to rename that, however, if i use search (products) and replace to (clsproducts) , it possible replace some text which is not the class,so is it any tool to do that?
If you want to rename a class, just right click on it and select Rename…, that’ll make sure that all references to it are renamed as well.