Resuse Code / Web Services

C

C

Hi,

I have a small application that I am developing in
ASP.Net / VB.Net.

I have a class that performs various functions that code
be called by other applications so I am going create an
assembly for this class. Is there any overhead in doing
this?

My main question is - :
Is there much work involved if I want to expose the
assembly as a web service down the road.

Thanks,
C
 
S

S. Justin Gengo

C,

It would be very easy to expose. You would just create a web service page,
inherit or import the class, and call the method(s) you wish in the web
services subs / functions.

Here is a good article on web services:

http://samples.gotdotnet.com/quickstart/aspplus/

Plus there are more tutorials (just scan the left menu of the page).

Good luck!

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,061
Latest member
KetonaraKeto

Latest Threads

Top