473,394 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

What's the charter of this group

Hello community,

I read this group for several days now and wonder what kind of questions one
can expect to find answered here, or what the charter of this group is.

The name implies "CSharp" (the language) but looking at the postings it
seems more like "anything I encounter when using CSharp and the .Net
framework".

And if it's that general, what good are the other groups
microsoft.public.dotnet.* for?

Thanks in advance for the answer.

Kai

--
Return address is invalid to help stop junk mail.
Nov 16 '05 #1
17 1482
n!
> The name implies "CSharp" (the language) but looking at the postings it
seems more like "anything I encounter when using CSharp and the .Net
framework".
Yes, this newsgoup is intended to discuss C# (the language) :)
Though I think this has gotten confused and postings have generally ended up
about using C# with the framework.
And if it's that general, what good are the other groups
microsoft.public.dotnet.* for?


The other newsgroups would be a more preferable location to post questions
regarding specific topics regarding non C# (the language) questions, as
those forums are frequented by people more familiar with those topics (ie.
You'll find more MVP's, Microsoft developers and generally more people
familiar with a topic inside the appropriate newsgroup). Though no-one has
complained heatedly about the noise here (that I've noticed).

n!
Nov 16 '05 #2
Hi

I understand your means. But C# is included in .NET. so we cant talking without .NET
It's very difiicult point. What we must do in this group or another .NET group
Just i think

Thanks

Jhin-Seok

_________________________
Have a Good Day
_________________________
Mail :le*****@korea.co
Mail2:Jh***********@oecd.or
MSN :le*****@Korea.co
Tel. :33-1-7142-640
_________________________
http://leehack.sarang.net
Nov 16 '05 #3
Hi Kai,
The name implies "CSharp" (the language) but looking at the postings it
seems more like "anything I encounter when using CSharp and the .Net
framework".


You are correct :)

This was discussed a few days ago see the thread here:
http://groups.google.com/groups?hl=e...ublic.dotnet.*
Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Nov 16 '05 #4
I actually prefer the noise. I've seen questions about almost every
facet of Microsoft technology come down the pipe here. Personally, I don't
mind when I see questions that are not about C# (the language) or .NET in
general.

If anything, I might learn about something new as well. This isn't to
say that if the group veered so far off topic (to something like chinchilla
ranching) that I wouldn't complain. But I think that anything in the realm
of Microsoft technologies (and even non, with web services being the interop
medium, or something else) is acceptable.

What it comes down to is if I see something I can answer, I'm going to
help where I can.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"n!" <nf********@nomailplease.com> wrote in message
news:OX****************@TK2MSFTNGP12.phx.gbl...
The name implies "CSharp" (the language) but looking at the postings it
seems more like "anything I encounter when using CSharp and the .Net
framework".
Yes, this newsgoup is intended to discuss C# (the language) :)
Though I think this has gotten confused and postings have generally ended

up about using C# with the framework.
And if it's that general, what good are the other groups
microsoft.public.dotnet.* for?


The other newsgroups would be a more preferable location to post questions
regarding specific topics regarding non C# (the language) questions, as
those forums are frequented by people more familiar with those topics (ie.
You'll find more MVP's, Microsoft developers and generally more people
familiar with a topic inside the appropriate newsgroup). Though no-one has
complained heatedly about the noise here (that I've noticed).

n!

Nov 16 '05 #5
Hence the distinction between 'Moderated' and 'Un-Moderated'
JIM
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:%2******************@tk2msftngp13.phx.gbl...
Hi Kai,
The name implies "CSharp" (the language) but looking at the postings it
seems more like "anything I encounter when using CSharp and the .Net
framework".
You are correct :)

This was discussed a few days ago see the thread here:

http://groups.google.com/groups?hl=e...ublic.dotnet.*

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Nov 16 '05 #6
LeeHACK[Jhin-Seok.Lee] wrote:
I understand your means. But C# is included in .NET. so we cant talking without .NET.


We /can/ talk about C# without talking about .NET. For example, we can
talk about the fact that C# uses semi-colons for statement terminators
(although some might find that boring ;-).

Personally, I /like/ talking about programming language syntax, and feel
that many don't quite appreciate how much of an effect a language's
syntax has on users of the language.
Nov 16 '05 #7
Kai Glaesner wrote:
I read this group for several days now and wonder what kind of questions one
can expect to find answered here, or what the charter of this group is.

The name implies "CSharp" (the language) but looking at the postings it
seems more like "anything I encounter when using CSharp and the .Net
framework".

And if it's that general, what good are the other groups
microsoft.public.dotnet.* for?


Well, this is how I see it: in some groups, people get away with
off-topic posts; in others, they don't. An example of the former would
be this group; an example of the latter would be 'comp.lang.c'.

Personally, I'd prefer if people wouldn't start so many off-topic
threads here, but I certainly won't flame them for doing so (in fact, I
don't generally flame people unless flamed first :-P). However, I
wouldn't want this group to become like 'comp.lang.c' in regards to
off-topic posting, where one cannot post a message that is even slightly
off-topic without being likely to get flamed, plonked, planked, etc.
Perhaps specifying that a message is off-topic in the subject line would
prevent this; I don't know.

In any case, this is a nice community. I like the fact that people can
post here and be treated with respect.

I also appreciate the MVPs here, whom I generally find to be absolutely
irreplaceable.
Nov 16 '05 #8

"C# Learner" <cs****@learner.here> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
LeeHACK[Jhin-Seok.Lee] wrote:
I understand your means. But C# is included in .NET. so we cant talking
without .NET.
We /can/ talk about C# without talking about .NET. For example, we can
talk about the fact that C# uses semi-colons for statement terminators
(although some might find that boring ;-).


That particular one is kind of boring, yes. The answer is easy and most
people know it: To follow C conventions. The semicolon was chosen for C to
allow multiple statements per line, though I couldn't tell you why
particularly they chose the semicolon over any other symbol.
Personally, I /like/ talking about programming language syntax, and feel
that many don't quite appreciate how much of an effect a language's syntax
has on users of the language.


Alot of people do, however no one is really interested in the "my opinion is
better than yours" arguments, which is where most syntax arguments start.
Not to be offensive to anyone but there is a substantial difference in
asking for reasoning behind syntax or debating the pros and cons of a given
syntax and whining about the syntax.

Feel free to start syntax and design questions(such as your switch question
earlier, Justin Rogers explination is probably one of the best I've seen on
the issue). I'd just rather not see "delphi is better so why are we using
this" stuff, its neither constructive nor informative.
Nov 16 '05 #9
And if it's that general, what good are the other groups
microsoft.public.dotnet.* for?
Well, this is how I see it: in some groups, people get away with off-topic
posts; in others, they don't. An example of the former would be this
group; an example of the latter would be 'comp.lang.c'.


LOL, that was an interesting discussion. comp.lang.* groups always seem
rather crabby. Speaking of which, at one point there was discussion of a
comp.lang.csharp group... Iwonder what ever happened.
Personally, I'd prefer if people wouldn't start so many off-topic threads
here, but I certainly won't flame them for doing so (in fact, I don't
generally flame people unless flamed first :-P). However, I wouldn't want
this group to become like 'comp.lang.c' in regards to off-topic posting,
where one cannot post a message that is even slightly off-topic without
being likely to get flamed, plonked, planked, etc. Perhaps specifying that
a message is off-topic in the subject line would prevent this; I don't
know.
Don't know about in comp.lang.c, but I do appreciate a OT: label for
subjects that are widely off topic(stuff not having to do with the language
or a decent subset of the framework, othewise every topic would have OT:).
In any case, this is a nice community. I like the fact that people can
post here and be treated with respect.

I also appreciate the MVPs here, whom I generally find to be absolutely
irreplaceable.

Nov 16 '05 #10
Daniel O'Connell [C# MVP] <onyxkirx@--NOSPAM--comcast.net> wrote:
Well, this is how I see it: in some groups, people get away with off-topic
posts; in others, they don't. An example of the former would be this
group; an example of the latter would be 'comp.lang.c'.
LOL, that was an interesting discussion. comp.lang.* groups always seem
rather crabby.


That's not my experience - the comp.lang.java.* groups are much like
this one, IME.
Speaking of which, at one point there was discussion of a
comp.lang.csharp group... Iwonder what ever happened.


I don't think it ever went as far as a vote. It would have been a
slightly odd situation, to be honest...
Personally, I'd prefer if people wouldn't start so many off-topic threads
here, but I certainly won't flame them for doing so (in fact, I don't
generally flame people unless flamed first :-P). However, I wouldn't want
this group to become like 'comp.lang.c' in regards to off-topic posting,
where one cannot post a message that is even slightly off-topic without
being likely to get flamed, plonked, planked, etc. Perhaps specifying that
a message is off-topic in the subject line would prevent this; I don't
know.


Don't know about in comp.lang.c, but I do appreciate a OT: label for
subjects that are widely off topic(stuff not having to do with the language
or a decent subset of the framework, othewise every topic would have OT:).


Fortunately there seem to be few completely OT posts here - most are
just off the topic of C# the language, which is unfortunate (IMO) but
inevitable.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #11
Daniel O'Connell [C# MVP] wrote:
[...]
Feel free to start syntax and design questions(such as your switch question
earlier, Justin Rogers explination is probably one of the best I've seen on
the issue). [...]


I agree.
Nov 16 '05 #12
Daniel O'Connell [C# MVP] wrote:
[...] I'd just rather not see "delphi is better so why are we using
this" stuff, its neither constructive nor informative.


It's caused by frustration and disbelief. I'll try not to do that any more.
Nov 16 '05 #13

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Daniel O'Connell [C# MVP] <onyxkirx@--NOSPAM--comcast.net> wrote:
> Well, this is how I see it: in some groups, people get away with
> off-topic
> posts; in others, they don't. An example of the former would be this
> group; an example of the latter would be 'comp.lang.c'.
LOL, that was an interesting discussion. comp.lang.* groups always seem
rather crabby.


That's not my experience - the comp.lang.java.* groups are much like
this one, IME.


I havn't really browsed the java groups, but C++, ada, etc all seemed pretty
hostile(perhaps because I was not a fan of the given language).
Speaking of which, at one point there was discussion of a
comp.lang.csharp group... Iwonder what ever happened.
I don't think it ever went as far as a vote. It would have been a
slightly odd situation, to be honest...


How so? I don't think its terribly correct to consider java a proper
comp.lang sub group while C# not, since it would be strictly because C# was
produced by Microsoft.


Don't know about in comp.lang.c, but I do appreciate a OT: label for
subjects that are widely off topic(stuff not having to do with the
language
or a decent subset of the framework, othewise every topic would have
OT:).


Fortunately there seem to be few completely OT posts here - most are
just off the topic of C# the language, which is unfortunate (IMO) but
inevitable.

I agree. --
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 16 '05 #14
Daniel O'Connell [C# MVP] <onyxkirx@--NOSPAM--comcast.net> wrote:
That's not my experience - the comp.lang.java.* groups are much like
this one, IME.


I havn't really browsed the java groups, but C++, ada, etc all seemed pretty
hostile(perhaps because I was not a fan of the given language).


If you ever learn Java (if you don't know it already) pop in there and
you'll find loads of helpful people. Tell them I said hi :)
Speaking of which, at one point there was discussion of a
comp.lang.csharp group... Iwonder what ever happened.


I don't think it ever went as far as a vote. It would have been a
slightly odd situation, to be honest...


How so? I don't think its terribly correct to consider java a proper
comp.lang sub group while C# not, since it would be strictly because C# was
produced by Microsoft.


Absolutely - but there's be massive fragmentation. People would either
have to read both the non-MS and MS groups, or everyone would cross-
post to both groups, neither of which is an ideal situation.

The reason for the "oddness" is entirely due to there being an existing
well-used group (this one) for C#, even though it's not a comp.lang.*
group.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #15
Jon Skeet [C# MVP] wrote:
[...]
How so? I don't think its terribly correct to consider java a proper
comp.lang sub group while C# not, since it would be strictly because C# was
produced by Microsoft.
Absolutely - but there's be massive fragmentation. People would either
have to read both the non-MS and MS groups, or everyone would cross-
post to both groups, neither of which is an ideal situation.


This happened with Delphi: there're a couple of Delphi newsgroups in
USENET (in comp.lang.* and alt.comp.lang.*, IIRC) and then there're the
groups on Borland's own news server. As you might imagine, the USENET
groups aren't as popular as the Borland ones.

In this instance, people who see the ones in USENET mightn't consider
that there would be other newsgroups related to the subject, on
Borland's server; so it's probably better that they don't find any at
all in USENET, in the hope that they'll later go on to realise that
Borland have a dedicated server for these groups.
The reason for the "oddness" is entirely due to there being an existing
well-used group (this one) for C#, even though it's not a comp.lang.*
group.

Nov 16 '05 #16

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Daniel O'Connell [C# MVP] <onyxkirx@--NOSPAM--comcast.net> wrote:
> That's not my experience - the comp.lang.java.* groups are much like
> this one, IME.
I havn't really browsed the java groups, but C++, ada, etc all seemed
pretty
hostile(perhaps because I was not a fan of the given language).


If you ever learn Java (if you don't know it already) pop in there and
you'll find loads of helpful people. Tell them I said hi :)
>> Speaking of which, at one point there was discussion of a
>> comp.lang.csharp group... Iwonder what ever happened.
>
> I don't think it ever went as far as a vote. It would have been a
> slightly odd situation, to be honest...


How so? I don't think its terribly correct to consider java a proper
comp.lang sub group while C# not, since it would be strictly because C#
was
produced by Microsoft.


Absolutely - but there's be massive fragmentation. People would either
have to read both the non-MS and MS groups, or everyone would cross-
post to both groups, neither of which is an ideal situation.

I can see that being a problem. However the question remains, to me anyway,
would this group be appropriate for third party implementations of C#(Mono,
dotGnu, etc? This is assuming that minor differences will creep in over
time) or should it be considered just the spec and Visual C#
implementations?

I am also curious if there is a place where variants on C# would be on
topic...I don't think they would be here(or most likely comp.lang.*) with
the exception of possible feature discussion.
The reason for the "oddness" is entirely due to there being an existing
well-used group (this one) for C#, even though it's not a comp.lang.*
group.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 16 '05 #17
Daniel O'Connell [C# MVP] <onyxkirx@--NOSPAM--comcast.net> wrote:
Absolutely - but there's be massive fragmentation. People would either
have to read both the non-MS and MS groups, or everyone would cross-
post to both groups, neither of which is an ideal situation.
I can see that being a problem. However the question remains, to me anyway,
would this group be appropriate for third party implementations of C#(Mono,
dotGnu, etc? This is assuming that minor differences will creep in over
time) or should it be considered just the spec and Visual C#
implementations?

I am also curious if there is a place where variants on C# would be on
topic...I don't think they would be here(or most likely comp.lang.*) with
the exception of possible feature discussion.


While they might not be perfectly on-topic, I think posting them here
would be the least bad option given the situation we've already got.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #18

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

Similar topics

2
by: Hans Forbrich | last post by:
The following is a Request for Discussion, following up on some recent posts about distributing a periodic news group 'Charter and FAQ' post. While not formally following RFC/RFD rules, the intent...
20
by: Rich Grise | last post by:
I've been lurking for awhile, and I notice that there are some real tight-assed prigs around here. Bitch, bitch, bitch. So what if it's not "Standard C?" If it looks like C, smells like C,...
115
by: Mark Shelor | last post by:
I've encountered a troublesome inconsistency in the C-language Perl extension I've written for CPAN (Digest::SHA). The problem involves the use of a static array within a performance-critical...
126
by: ramyach | last post by:
Hi friends, I need to write a parallel code in 'C' on the server that is running SGI Irix 6.5. This server supports MIPS Pro C compiler. I don't have any idea of parallel C languages. I looked...
8
by: Jozef | last post by:
I'd like to know if there's a charter for this news group, and if not, why my two posts for asking a legitimate question were removed?
8
by: slacker | last post by:
By clicking a link on a website I set a USERINFO cookie and then I redirect to a program which ultimately executes an XSL file which dynamically builds an input form. The input form, while having...
3
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ - What questions are off-topic for clj? ----------------------------------------------------------------------- The...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.