G
Guest
Hi all,
I'm in the process of designing a large web service which will be a remote
API into our application. There web service will cover ~10 components and
will have >100 functions.
Does anyone have any links to some design patterns I can use?
Should I put all my functions into one ASMX file? Or should I use separate
ASMX files?
Should I create a a single function and submit a document for processing?
Or a DTO? Or create a single function for each action I need?
These are the type of questions I have... any help would be appreciated.
Thanks!
I'm in the process of designing a large web service which will be a remote
API into our application. There web service will cover ~10 components and
will have >100 functions.
Does anyone have any links to some design patterns I can use?
Should I put all my functions into one ASMX file? Or should I use separate
ASMX files?
Should I create a a single function and submit a document for processing?
Or a DTO? Or create a single function for each action I need?
These are the type of questions I have... any help would be appreciated.
Thanks!