473,503 Members | 1,739 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

About MS Newsgroups

Hi All!

I do not find any relevant newsgroups to post this question so I just posted
to this VB DotNet and General DotNet groups.

I'm trying to create a VB.NET application that will scan newsgroups.

What I like to know is if there are any different between a MS newsgroup
(microsoft.public.dotnet.general) and a UseNet newsgroup (comp.software)
apart from their topic? Because as a NNTP newsreader user, it is totally
transparent. Obviously UseNet is a collection of non-commercial newsgroups
and MS newsgroups are commercial. But they both use NNTP protocol.

So what really puzzle me is that...
1. do MS newsgroups duplicated across servers like UseNet newsgroups do?
Or
2. MS newsgroups stay only on MS owned servers (and possibly duplicated
across other 'MS' servers across the world)?

In a nutshell, I would like to know what are the difference between UseNet
and MS newsgroups? How are they distributed and maintained. etc...etc.

If there's a relevant group to my question in mcirosft.* please point me
out. If anyone have the answer to my questions, also please point me out :)
An URL explaining this issue would be quite useful!

Cheers,
Don
Nov 20 '05 #1
9 1065
There is really no difference except who owns/maintains them.

They are run on an NNTP server just like most other Usenet newsgroups.

They are propagated to several other services, for example my ISP (Adelphia)
carries a few of the groups on their NNTP servers but I refer to come right
to the source (msnews.microsoft.com) for the feeds for reliability sake.
"Don Wash" <do*@wash.com> wrote in message
news:eK*************@TK2MSFTNGP12.phx.gbl...
Hi All!

I do not find any relevant newsgroups to post this question so I just posted to this VB DotNet and General DotNet groups.

I'm trying to create a VB.NET application that will scan newsgroups.

What I like to know is if there are any different between a MS newsgroup
(microsoft.public.dotnet.general) and a UseNet newsgroup (comp.software)
apart from their topic? Because as a NNTP newsreader user, it is totally
transparent. Obviously UseNet is a collection of non-commercial newsgroups
and MS newsgroups are commercial. But they both use NNTP protocol.

So what really puzzle me is that...
1. do MS newsgroups duplicated across servers like UseNet newsgroups do?
Or
2. MS newsgroups stay only on MS owned servers (and possibly duplicated
across other 'MS' servers across the world)?

In a nutshell, I would like to know what are the difference between UseNet
and MS newsgroups? How are they distributed and maintained. etc...etc.

If there's a relevant group to my question in mcirosft.* please point me
out. If anyone have the answer to my questions, also please point me out :) An URL explaining this issue would be quite useful!

Cheers,
Don

Nov 20 '05 #2
Hi Don,

There are a lot of newsservers on the world, some have there own newsgroups,
some import (often selections) from the newsgroups from others (The
microsoft newsserver does not by instance). From some newsservers the
retention time is very short and from some very long (by instance Google).

In my opinion is a good newsgroup to discuss that

alt.free.newsservers
(when it is not on your newsserver)
news.readfreenews.net has it, that is a read only newsserver which are a lot
on the world.

A good site to find software for NNTP seems to be.
http://www.indyproject.org/indy.html

I hope this helps?

Cor
Nov 20 '05 #3
* "Don Wash" <do*@wash.com> scripsit:
I do not find any relevant newsgroups to post this question so I just posted
to this VB DotNet and General DotNet groups.

I'm trying to create a VB.NET application that will scan newsgroups.

What I like to know is if there are any different between a MS newsgroup
(microsoft.public.dotnet.general) and a UseNet newsgroup (comp.software)
apart from their topic? Because as a NNTP newsreader user, it is totally
transparent. Obviously UseNet is a collection of non-commercial newsgroups
and MS newsgroups are commercial. But they both use NNTP protocol.

So what really puzzle me is that...
1. do MS newsgroups duplicated across servers like UseNet newsgroups do?
"Yes.", on some servers they are duplicated.
Or
2. MS newsgroups stay only on MS owned servers (and possibly duplicated
across other 'MS' servers across the world)?
No, they are duplicated. Nevertheless, they are IMO not part of the
Usenet, even if by definition the usenet is a set of all news servers
using NNTP.
In a nutshell, I would like to know what are the difference between UseNet
and MS newsgroups? How are they distributed and maintained. etc...etc.


There are technically no differences.

News/NNTP -- RFC 977
<URL:http://www.faqs.org/rfcs/rfc977.html>

Newsreader written in C#
<URL:http://sourceforge.net/projects/gon/>

Indy
<URL:http://www.indyproject.org/indy.html>

Commercial products:

NNTP control in IP*Works! .Net Edition
<URL:http://www.nsoftware.com/download/>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #4
Hi Herfried,

On that last link there was nothing about NNTP
Commercial products:

NNTP control in IP*Works! .Net Edition
<URL:http://www.nsoftware.com/download/>
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #5
* "Cor Ligthert" <no**********@planet.nl> scripsit:
On that last link there was nothing about NNTP
Commercial products:

NNTP control in IP*Works! .Net Edition
<URL:http://www.nsoftware.com/download/>


Thank you for making me aware of that.

Nevertheless, there seems to be NNTP support by IP*Works:

<URL:http://www.nsoftware.com/products/controls/?ctl=NNTP&sku=IPN6-A>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #6
Hi Herfried,

That last link, take it not to serious, the Herfried one, it was so close to
the others that it looks like a link to NNTP.

That small -- is for the ones who do not know it not direct understandable.

Cor
Nov 20 '05 #7
Don Wash wrote:
Hi All!

I do not find any relevant newsgroups to post this question so I just posted
to this VB DotNet and General DotNet groups.

I'm trying to create a VB.NET application that will scan newsgroups.

What I like to know is if there are any different between a MS newsgroup
(microsoft.public.dotnet.general) and a UseNet newsgroup (comp.software)
apart from their topic? Because as a NNTP newsreader user, it is totally
transparent. Obviously UseNet is a collection of non-commercial newsgroups
and MS newsgroups are commercial. But they both use NNTP protocol.

So what really puzzle me is that...
1. do MS newsgroups duplicated across servers like UseNet newsgroups do?
Or
2. MS newsgroups stay only on MS owned servers (and possibly duplicated
across other 'MS' servers across the world)?

In a nutshell, I would like to know what are the difference between UseNet
and MS newsgroups? How are they distributed and maintained. etc...etc.

If there's a relevant group to my question in mcirosft.* please point me
out. If anyone have the answer to my questions, also please point me out :)
An URL explaining this issue would be quite useful!

Cheers,
Don


Hi Don,

There is an implementation of an ADO.NET Data Provider for NNTP
by Dirk_Primbs [MS].

http://workspaces.gotdotnet.com/nntpClient

This library allows you to :

- Simple access using a DataReader:
Dim cn As NntpConnection = New NntpConnection("news.microsoft.com")
Dim cmd As NntpCommand = _
New NntpCommand("select top 10 * from
microsoft.public.dotnet.languages.csharp", cn)
cn.Open()
Dim reader As NntpDataReader = cmd.ExecuteReader()

- Getting a DataSet:

Dim ds As DataSet = new DataSet()
Dim cn As NntpConnection = New NntpConnection("news.microsoft.com")
Dim cmd As NntpCommand = _
New NntpCommand("select top 10 * from
microsoft.public.dotnet.languages.csharp", cn)

Dim da As NntpDataAdapter = new NntpDataAdapter(cmd)
da.Fill(ds)

It is also possible to post a message:

NntpPosting:
Dim cn As NntpConnection = New NntpConnection("news.microsoft.com")
cn.Open()
Dim p As NntpPosting = New NntpPosting("Arne Janning",
"sp*****************@msn.com", "Re: fourtytwo", "This is a test.",
"microsoft.test")
p.Post(cn)
cn.Close()

If you use the DataAdapter, just call the Update()-Method.

Cheers

Arne Janning
Nov 20 '05 #8
Nice post, I might just try that myself :)

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
"Arne Janning" <sp*****************@msn.com> wrote in message
news:uv**************@tk2msftngp13.phx.gbl...
Don Wash wrote:
Hi All!

I do not find any relevant newsgroups to post this question so I just posted to this VB DotNet and General DotNet groups.

I'm trying to create a VB.NET application that will scan newsgroups.

What I like to know is if there are any different between a MS newsgroup
(microsoft.public.dotnet.general) and a UseNet newsgroup (comp.software)
apart from their topic? Because as a NNTP newsreader user, it is totally
transparent. Obviously UseNet is a collection of non-commercial newsgroups and MS newsgroups are commercial. But they both use NNTP protocol.

So what really puzzle me is that...
1. do MS newsgroups duplicated across servers like UseNet newsgroups do?
Or
2. MS newsgroups stay only on MS owned servers (and possibly duplicated
across other 'MS' servers across the world)?

In a nutshell, I would like to know what are the difference between UseNet and MS newsgroups? How are they distributed and maintained. etc...etc.

If there's a relevant group to my question in mcirosft.* please point me
out. If anyone have the answer to my questions, also please point me out :) An URL explaining this issue would be quite useful!

Cheers,
Don


Hi Don,

There is an implementation of an ADO.NET Data Provider for NNTP
by Dirk_Primbs [MS].

http://workspaces.gotdotnet.com/nntpClient

This library allows you to :

- Simple access using a DataReader:
Dim cn As NntpConnection = New NntpConnection("news.microsoft.com")
Dim cmd As NntpCommand = _
New NntpCommand("select top 10 * from
microsoft.public.dotnet.languages.csharp", cn)
cn.Open()
Dim reader As NntpDataReader = cmd.ExecuteReader()

- Getting a DataSet:

Dim ds As DataSet = new DataSet()
Dim cn As NntpConnection = New NntpConnection("news.microsoft.com")
Dim cmd As NntpCommand = _
New NntpCommand("select top 10 * from
microsoft.public.dotnet.languages.csharp", cn)

Dim da As NntpDataAdapter = new NntpDataAdapter(cmd)
da.Fill(ds)

It is also possible to post a message:

NntpPosting:
Dim cn As NntpConnection = New NntpConnection("news.microsoft.com")
cn.Open()
Dim p As NntpPosting = New NntpPosting("Arne Janning",
"sp*****************@msn.com", "Re: fourtytwo", "This is a test.",
"microsoft.test")
p.Post(cn)
cn.Close()

If you use the DataAdapter, just call the Update()-Method.

Cheers

Arne Janning

Nov 20 '05 #9
Thanks all for all their replies. All of the replies has been very helpful
and I have gained insights of newsgroups for my project.

Many thanks!!
Don

"Don Wash" <do*@wash.com> wrote in message
news:eK*************@TK2MSFTNGP12.phx.gbl...
Hi All!

I do not find any relevant newsgroups to post this question so I just posted to this VB DotNet and General DotNet groups.

I'm trying to create a VB.NET application that will scan newsgroups.

What I like to know is if there are any different between a MS newsgroup
(microsoft.public.dotnet.general) and a UseNet newsgroup (comp.software)
apart from their topic? Because as a NNTP newsreader user, it is totally
transparent. Obviously UseNet is a collection of non-commercial newsgroups
and MS newsgroups are commercial. But they both use NNTP protocol.

So what really puzzle me is that...
1. do MS newsgroups duplicated across servers like UseNet newsgroups do?
Or
2. MS newsgroups stay only on MS owned servers (and possibly duplicated
across other 'MS' servers across the world)?

In a nutshell, I would like to know what are the difference between UseNet
and MS newsgroups? How are they distributed and maintained. etc...etc.

If there's a relevant group to my question in mcirosft.* please point me
out. If anyone have the answer to my questions, also please point me out :) An URL explaining this issue would be quite useful!

Cheers,
Don

Nov 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1582
by: Pjotr Wedersteers | last post by:
Hello, I took quite elaborate SQL and SQL-admin courses at Oracle, but that was years ago. Have never since used SQL but for some extremely simple straightforward queries on single table db's....
65
5279
by: perseus | last post by:
I think that everyone who told me that my question is irrelevant, in particular Mr. David White, is being absolutely ridiculous. Obviously, most of you up here behave like the owners of the C++...
5
1901
by: Don Wash | last post by:
Hi All! I do not find any relevant newsgroups to post this question so I just posted to this VB DotNet and General DotNet groups. I'm trying to create a VB.NET application that will scan...
7
1816
by: Victor S. | last post by:
1. What is System.Windows.Forms.VisualStyles.TextMetricsCharacterSet good for? 2. Are the Indic scripts supported? Are all supported scripts fully supported? (for printing and fine measuring)...
19
2787
by: Mike Cox | last post by:
Obviously, there cannot be 21 postgresql groups in the comp.* hierarchy. Many of the 21 are not used that often, and would not be of much popularity to those on usenet. I did a check on...
10
3682
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
5
1276
by: Peter Oliphant | last post by:
I was thinking it might be a good idea to split this newsgroup into different newsgroups, depending on the version of VS C++.NET being discussed. Thus, there would be 2002, 2003, and 2005...
7
1270
by: Ryan | last post by:
I'm in the process of learning more about building my ASP.NET website to use my SQL datastore and am a bit confused about how ADO.NET works with ASP.NET. This Microsoft article implies that using...
3
1114
by: Max2006 | last post by:
Hi, Where are WF and WCF newsgroups? Thank you, Max
0
7203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7087
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6993
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5579
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3156
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1514
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
737
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
383
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.