T
Tal McMahon
Hello all,
I am Building a large app that is using webservices to connect to a
SQL server and I have a few question about how or if I should
segregate my services.
First Question, Is it better to have several seperate services with a
few methods each or One Large Service with several Methods. As an
example should I make a single service to handle my whole app or
seperate them into a Seperate User Service and an Admin Service just
for Data Admin?
Next, if I am to split them up, do I make seperate Services or just
use seperate ASMX pages?
OR, Should I use seperate ASMX pages for Seperate Classes to interact
with different tables/procedures?
thanks for your help
Tal McMahon
I am Building a large app that is using webservices to connect to a
SQL server and I have a few question about how or if I should
segregate my services.
First Question, Is it better to have several seperate services with a
few methods each or One Large Service with several Methods. As an
example should I make a single service to handle my whole app or
seperate them into a Seperate User Service and an Admin Service just
for Data Admin?
Next, if I am to split them up, do I make seperate Services or just
use seperate ASMX pages?
OR, Should I use seperate ASMX pages for Seperate Classes to interact
with different tables/procedures?
thanks for your help
Tal McMahon