I am making multiple sub folders in my App_Code folder to organize my classes and it seems it is working fine, is there any restriction on that?
like:
- App_Code
- Ui
- TextBoxes
- Labels
- Ui
I am making multiple sub folders in my App_Code folder to organize my classes and it seems it is working fine, is there any restriction on that?
like:
I don't believe there is any restriction. I have done this on many projects without a problem.
Absolutely No Restrictions. Sub-Directories are just FileSystem Grouping, you will have to assign the namespaces manually to all your classes in App_Code.