G
Guest
Hi Everyone,
we're currently developing an web-app for insurance company. We've got a
long form-flows and view-classes (MVC) of about 2000 lines of code. Is there
any possibility to split code-behind classes into multiple files using
partial classes? It would be helpfull to balance work on multiple developers
working on same subject.
I've already got it done in DLL-Projects (SQL-Helper, Builders, .... ) but
how to do it in web-projects?
Thanks for help!
Sebastian
we're currently developing an web-app for insurance company. We've got a
long form-flows and view-classes (MVC) of about 2000 lines of code. Is there
any possibility to split code-behind classes into multiple files using
partial classes? It would be helpfull to balance work on multiple developers
working on same subject.
I've already got it done in DLL-Projects (SQL-Helper, Builders, .... ) but
how to do it in web-projects?
Thanks for help!
Sebastian