T
ThatsIT.net.au
When I create a object I use a .net class unless I need to access it from
another web site, I just assumed that a class was a little more efficient
than a web service. But is this true?
What are the trade offs for using each?
--
Dim Alan as ThatsIT.net.au.Staffmember
Alan = New ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Response.Write Alan.signature.toString()
__________________________________________
another web site, I just assumed that a class was a little more efficient
than a web service. But is this true?
What are the trade offs for using each?
--
Dim Alan as ThatsIT.net.au.Staffmember
Alan = New ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Response.Write Alan.signature.toString()
__________________________________________