publishing code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Erik Frey

    publishing code

    Howdy,

    I wrote a class library that I think would be pretty useful to other
    folks. I'd like to distribute as a free tool - what's the best way to go
    about doing this?

    I've used codeproject in the past... is there anywhere else I should
    look?

    Thanks,

    Erik


  • Jon Skeet [C# MVP]

    #2
    Re: publishing code

    Erik Frey <eriksjunk@hotm ail.com> wrote:
    [color=blue]
    > I wrote a class library that I think would be pretty useful to other
    > folks. I'd like to distribute as a free tool - what's the best way to go
    > about doing this?
    >
    > I've used codeproject in the past... is there anywhere else I should
    > look?[/color]



    --
    Jon Skeet - <skeet@pobox.co m>
    Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

    If replying to the group, please do not mail me too

    Comment

    • Pete Davis

      #3
      Re: publishing code

      SourceForge.NET if it's a sizeable library that you think will be
      maintained. If it's simply something you've done and you want to throw out
      there without any sort of maintenance, simply toss it on to CodeGuru, or
      CodeProject, or C# Corner, and so on.

      I have a few fairly small libraries, controls, and tools, but I just stick
      them on my web page. A lot of people seem to find them, so that works for
      me. Most of the stuff I put on my page is fairly beta or prototype code. If
      I want to go beyond that, I usually go with SourceForge.

      Pete

      "Erik Frey" <eriksjunk@hotm ail.com> wrote in message
      news:uj2wmMFyDH A.2000@TK2MSFTN GP11.phx.gbl...[color=blue]
      > Howdy,
      >
      > I wrote a class library that I think would be pretty useful to other
      > folks. I'd like to distribute as a free tool - what's the best way to go
      > about doing this?
      >
      > I've used codeproject in the past... is there anywhere else I should
      > look?
      >
      > Thanks,
      >
      > Erik
      >
      >[/color]


      Comment

      • Erik Frey

        #4
        Re: publishing code

        Thanks - I will check all of these out.

        "Pete Davis" <pdavis68@hotma il.com> wrote in message
        news:683858eff8 27041d9f78779d7 b7e09bb@news.me ganetnews.com.. .[color=blue]
        > SourceForge.NET if it's a sizeable library that you think will be
        > maintained. If it's simply something you've done and you want to throw out
        > there without any sort of maintenance, simply toss it on to CodeGuru, or
        > CodeProject, or C# Corner, and so on.
        >
        > I have a few fairly small libraries, controls, and tools, but I just stick
        > them on my web page. A lot of people seem to find them, so that works for
        > me. Most of the stuff I put on my page is fairly beta or prototype code.[/color]
        If[color=blue]
        > I want to go beyond that, I usually go with SourceForge.
        >
        > Pete
        >
        > "Erik Frey" <eriksjunk@hotm ail.com> wrote in message
        > news:uj2wmMFyDH A.2000@TK2MSFTN GP11.phx.gbl...[color=green]
        > > Howdy,
        > >
        > > I wrote a class library that I think would be pretty useful to other
        > > folks. I'd like to distribute as a free tool - what's the best way to[/color][/color]
        go[color=blue][color=green]
        > > about doing this?
        > >
        > > I've used codeproject in the past... is there anywhere else I should
        > > look?
        > >
        > > Thanks,
        > >
        > > Erik
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • Erik Frey

          #5
          Re: publishing code

          Thanks, Jon.

          "Jon Skeet [C# MVP]" <skeet@pobox.co m> wrote in message
          news:MPG.1a50b1 69d73dc2f4989c9 d@msnews.micros oft.com...[color=blue]
          > Erik Frey <eriksjunk@hotm ail.com> wrote:
          >[color=green]
          > > I wrote a class library that I think would be pretty useful to other
          > > folks. I'd like to distribute as a free tool - what's the best way to[/color][/color]
          go[color=blue][color=green]
          > > about doing this?
          > >
          > > I've used codeproject in the past... is there anywhere else I should
          > > look?[/color]
          >
          > www.sourceforge.net
          >
          > --
          > Jon Skeet - <skeet@pobox.co m>
          > http://www.pobox.com/~skeet
          > If replying to the group, please do not mail me too[/color]


          Comment

          Working...