I have ~10 years with PHP coding and for the apps I have constructed in recent times, I use a class for each table. These contain the connection and queries. I would like to follow the same approach, however I am not sure where to create them. Global.cs?
Another question has to do with XML. Again, I would like to have a class that reads in a xml file that contains data used on the pages, however, depending on the URL, a different file can be specified. Again, should this be in the Global.cs?
Thank you for your help...and patience.
Todd