I have a lot of classes in the App_Code directory could this be a problem? Would it build faster if it was in a separate library?
Any other tips?
I have a lot of classes in the App_Code directory could this be a problem? Would it build faster if it was in a separate library?
Any other tips?
I would recommend a second project, let's say "MyLibrary", instead of having a bloated App_Code folder.