Click here to Skip to main content
15,912,285 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading Registry Data Pin
Christian Graus20-Oct-05 10:40
protectorChristian Graus20-Oct-05 10:40 
GeneralRe: Reading Registry Data Pin
TeamWild20-Oct-05 23:14
TeamWild20-Oct-05 23:14 
Questionsplit a web service Pin
krism4220-Oct-05 8:27
krism4220-Oct-05 8:27 
AnswerRe: split a web service Pin
Matt Newman20-Oct-05 8:56
Matt Newman20-Oct-05 8:56 
GeneralRe: split a web service Pin
krism4220-Oct-05 9:02
krism4220-Oct-05 9:02 
AnswerRe: split a web service Pin
Tom Larsen20-Oct-05 11:20
Tom Larsen20-Oct-05 11:20 
GeneralRe: split a web service Pin
krism4220-Oct-05 11:23
krism4220-Oct-05 11:23 
GeneralRe: split a web service Pin
Tom Larsen20-Oct-05 11:48
Tom Larsen20-Oct-05 11:48 
Your team should be spliting the web service *anyway* into more managable functional groups. If you are lumping everything into one giant object then it is a poor design that will cause problems down the road because it will grow like a cancer. Changing one large object/web service is trickier than one small one in an API with hundreds of objects. Regression over one large object/web service is more costly than one of many small ones. Resources consumed for one large object/web service is more "brutal" than many small ones. So on and so forth...

Since it seems like a design issue there is no amount of coding or tricks that will help. The fact you are asking how to do break the object into multiple code files seems to indicate you know what is functionally disperate anyway. If you are already considering breaking up a large object into multiple files then why not break the object along those same functional lines?
GeneralRe: split a web service Pin
krism4220-Oct-05 12:31
krism4220-Oct-05 12:31 
QuestionGrid Drawing Pin
har04mich20-Oct-05 7:23
har04mich20-Oct-05 7:23 
QuestionRe: Grid Drawing Pin
MoustafaS20-Oct-05 7:27
MoustafaS20-Oct-05 7:27 
AnswerRe: Grid Drawing Pin
har04mich20-Oct-05 7:54
har04mich20-Oct-05 7:54 
GeneralRe: Grid Drawing Pin
Wjousts20-Oct-05 8:24
Wjousts20-Oct-05 8:24 
QuestionHelp with Structs Pin
JMichael246820-Oct-05 4:39
JMichael246820-Oct-05 4:39 
AnswerRe: Help with Structs Pin
S. Senthil Kumar20-Oct-05 4:59
S. Senthil Kumar20-Oct-05 4:59 
GeneralRe: Help with Structs Pin
JMichael246820-Oct-05 5:12
JMichael246820-Oct-05 5:12 
GeneralRe: Help with Structs Pin
JMichael246820-Oct-05 5:58
JMichael246820-Oct-05 5:58 
GeneralRe: Help with Structs Pin
S. Senthil Kumar20-Oct-05 6:06
S. Senthil Kumar20-Oct-05 6:06 
QuestionFileSystemWatcher not working over samba Pin
Dan Neely20-Oct-05 3:56
Dan Neely20-Oct-05 3:56 
AnswerRe: FileSystemWatcher not working over samba Pin
Dave Kreskowiak20-Oct-05 6:36
mveDave Kreskowiak20-Oct-05 6:36 
GeneralRe: FileSystemWatcher not working over samba Pin
Dan Neely20-Oct-05 7:03
Dan Neely20-Oct-05 7:03 
QuestionReading an eventlog from a remote computer Pin
Jaymz66620-Oct-05 3:46
Jaymz66620-Oct-05 3:46 
QuestionNumeric DataGridViewColumn Exception Pin
Greeky20-Oct-05 3:29
Greeky20-Oct-05 3:29 
Questionquestion about drawing a menu Pin
Green Fuze20-Oct-05 3:05
Green Fuze20-Oct-05 3:05 
Questionquestion about drawing a menu Pin
Green Fuze20-Oct-05 3:05
Green Fuze20-Oct-05 3:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.