Ask a Question related to ASP.NET General, Design and Development.
-
C #1
Resuse Code / Web Services
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
C Guest
-
Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code... -
Web Services and Protecting Code
I am new to web services. I have am running a sample web service for testing. It seems that if I type the URL in the web browser, it displays all... -
Simplifying Soap Web Services calls for client code
Hi, I am trying to figure out how to create an architechture for client code to make calls to a web service but do some common operations in the... -
Web Services and Unmanaged Code
Hello, We are new in the .NET environment, and we have a working web app under Windows environment. I'm building a .NET Web Service in C#,... -
Networking Services - services.msc
Hi, I'd like to know which services are responsible for home networking. i.e. which services do I need to be running for others to have access... -
C #2
Resuse Code / Web Services
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
C Guest
-
S. Justin Gengo #3
Re: Resuse Code / Web Services
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:
[url]http://samples.gotdotnet.com/quickstart/aspplus/[/url]
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:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"C" <c@nospam.com> wrote in message
news:02f701c35606$6f920960$a301280a@phx.gbl...> 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. Justin Gengo Guest



Reply With Quote

