Resuse Code / Web Services

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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#,...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139