c# - Putting classes in different folders but calling them under the same name space? -
i using entity framework in web application project , there going lot of tables in proejct cauing lot of class files having made. want orginize class files folders make easier find them , modify if needed. can orginize files in different folders have them have same "namespace" name in class , have no problems calling files? i.e. files under folders project.dal.tables1 others under project.dal.tables2 in each class file give them namespace project.dal , in .aspx files call using project.dal
i have done experimentation , far not seeing issues being jr. dev want make sure should not experiance unforseen issues in feature.
there no issues changing namespace given .cs file
Comments
Post a Comment