I am a PHP developer moving into an ASP.NET environment. I would like to know how best to organize different types of files.
Now in my project I have the following:
- 3 main files
- 5 user controls
- 1 Base Page Class
- Multiple Web Forms
Web forms are organized into directories based on the structure of sites. But will I just leave all these things at the root level?
The base class can go into the app_code folder, but where do the wizards and user controls go?
source
share