From: Brian Cryer on 11 May 2010 04:37 This might be a long shot, but I'm looking for a C# or VB.Net newsgroup server complete with source code which I can use and customise as the basis for a project I'm contemplating. This would save me considerable time over starting from scratch. TIA. -- Brian Cryer http://www.cryer.co.uk/brian
From: Willem van Rumpt on 11 May 2010 05:23 Brian Cryer wrote: > This might be a long shot, but I'm looking for a C# or VB.Net newsgroup > server complete with source code which I can use and customise as the > basis for a project I'm contemplating. This would save me considerable > time over starting from scratch. > > TIA. I see on your website you also work with Delphi. If the language (C# or VB.NET) is not a hard requirement, you could take a look at Hamster. http://www.arcorhome.de/newshamster/tgl/misc/hamster_en.html I use it for testing my own NNTP client, and it works pretty well, supporting RFC997, and a large subset of RFC2980 and RFC3977. -- Willem van Rumpt
From: Brian Cryer on 11 May 2010 09:19 "Willem van Rumpt" <nothing(a)nowhere.com> wrote in message news:eDPCwuO8KHA.980(a)TK2MSFTNGP04.phx.gbl... > Brian Cryer wrote: >> This might be a long shot, but I'm looking for a C# or VB.Net newsgroup >> server complete with source code which I can use and customise as the >> basis for a project I'm contemplating. This would save me considerable >> time over starting from scratch. >> >> TIA. > > I see on your website you also work with Delphi. If the language (C# or > VB.NET) is not a hard requirement, you could take a look at Hamster. > > http://www.arcorhome.de/newshamster/tgl/misc/hamster_en.html > > I use it for testing my own NNTP client, and it works pretty well, > supporting RFC997, and a large subset of RFC2980 and RFC3977. I'm tending to develop less with Delphi these days, as so much of my work is now focused on VB.Net (sometimes C#). So I'm hoping to use VB.Net for this project. Thank you for this, it will be useful - at the very least it will let me see how someone else has approached it. -- Brian Cryer http://www.cryer.co.uk/brian
From: Cor Ligthert[MVP] on 11 May 2010 11:03 Don't you know this one? http://www.indyproject.org/Sockets/index.en.aspx "Brian Cryer" <not.here(a)localhost> wrote in message news:uk8nzUO8KHA.5328(a)TK2MSFTNGP02.phx.gbl... > This might be a long shot, but I'm looking for a C# or VB.Net newsgroup > server complete with source code which I can use and customise as the > basis for a project I'm contemplating. This would save me considerable > time over starting from scratch. > > TIA. > -- > Brian Cryer > http://www.cryer.co.uk/brian >
From: Brian Cryer on 12 May 2010 04:35 "Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> wrote in message news:eRBgusR8KHA.4604(a)TK2MSFTNGP04.phx.gbl... > Don't you know this one? > > http://www.indyproject.org/Sockets/index.en.aspx The last time I looked at Indy (I wanted to read from a NNTP server then) the .NET stuff was incomplete. Fine for Delphi (no, "excellent" for Delphi) but not for much else. The .NET support is supposedly a rewrite, but is sadly incomplete. Thank you for the suggestion though. If I were to use Delphi with this then I'd probably use Indy, but I really want to go VB.Net or C#. Either way, I've got plenty of time to research this before I start. -- Brian Cryer http://www.cryer.co.uk/brian
|
Next
|
Last
Pages: 1 2 Prev: How to Handle Nulls Passed to Extension Methods Next: More about threads |