external cs files or assemblies

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Karl Hungus

    external cs files or assemblies


    If Im developing a asp.net application, and I want to use classes written in
    c#, should I create an assembly out of the c# files (one class per file), or
    is there another way to put the uncompiled files on the server?

    Basically I want all my non-presentation code within standalone c# classes.

    TIA
    Karl





  • Eliyahu Goldin

    #2
    Re: external cs files or assemblies

    Code-behind part of an asp.net application is deployed as complied
    assemblies. There is neither need nor benefit in storing source files on the
    server.

    Eliyahu

    "Karl Hungus" <nnnnndddddd@ho tmail.com> wrote in message
    news:19ngc.2011 5$mX.7202844@tw ister.nyc.rr.co m...[color=blue]
    >
    > If Im developing a asp.net application, and I want to use classes written[/color]
    in[color=blue]
    > c#, should I create an assembly out of the c# files (one class per file),[/color]
    or[color=blue]
    > is there another way to put the uncompiled files on the server?
    >
    > Basically I want all my non-presentation code within standalone c#[/color]
    classes.[color=blue]
    >
    > TIA
    > Karl
    >
    >
    >
    >
    >[/color]


    Comment

    Working...