Distribute code in separate files
-
Hi, Is it possible to distribute C# class code in separate files as is possible with C++ classes? The classes in my application are getting bigger and bigger and distributing different functionalities in separate files could help in managing the code. Thanks,
-
Hi, Is it possible to distribute C# class code in separate files as is possible with C++ classes? The classes in my application are getting bigger and bigger and distributing different functionalities in separate files could help in managing the code. Thanks,
When this happens, it's best to divide the classes up into multiple classes. However, sometimes that's not possible. The current version of C# does not support this, but the next version will support it.
"Blessed are the peacemakers, for they shall be called sons of God." - Jesus
"You must be the change you wish to see in the world." - Mahatma Gandhi