D
Dollar
Does anybody have strategies on when to through your Data Access and
Middle-Tier into a Web Service opposed to a Control Library?
I mostly deal with intranet ASP.NET web applications, and occasionally
create web services that access my Data Access (which is in a control
library). Right now my data access passes back datasets, datareaders,
or XML. I know passing datasets and datareaders over web services can
be pretty expensive.
I have talked to a number of people who put everything in web services,
but I don't see the advantage if it is an internal application. Is
there a big drop off in performance using Web Services?
Have not worked to much with Web Services. Want to know if I am
missing out on something I should be taking advantage of.
Thanks.
Middle-Tier into a Web Service opposed to a Control Library?
I mostly deal with intranet ASP.NET web applications, and occasionally
create web services that access my Data Access (which is in a control
library). Right now my data access passes back datasets, datareaders,
or XML. I know passing datasets and datareaders over web services can
be pretty expensive.
I have talked to a number of people who put everything in web services,
but I don't see the advantage if it is an internal application. Is
there a big drop off in performance using Web Services?
Have not worked to much with Web Services. Want to know if I am
missing out on something I should be taking advantage of.
Thanks.