473,473 Members | 2,193 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

language spec newsgroup

i have raised this question before, but i can't help it doing it again!

why there is no separate newsgroup discussing the c#language,
not the .net framework, visual c# etc.

i am not that interested in buttons on forms in comboboxes...
and the traffic in this group is *really* high.

kamen
Nov 15 '05 #1
4 1363
Kamen Yotov <ka***@yotov.org> wrote:
i have raised this question before, but i can't help it doing it again!

why there is no separate newsgroup discussing the c#language,
not the .net framework, visual c# etc.

i am not that interested in buttons on forms in comboboxes...
and the traffic in this group is *really* high.


I believe the problem is that any such group is pretty much bound to
get "off-topic" posts anyway. Although the traffic in this group is
high, it's usually pretty quick to find the threads which are actually
about the language rather than the platform.

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

a) Most of the "buttons on forms in comboboxes" questions are perfectly
valid questions on use of the .NET Framework.
b) You cannot divorce C# from the .NET Framework (there wouldn't be a lot
left, would there? :-)
c) Yes, traffic is high... I barely have the bandwidth for a quick graze
over the list of questions and answers. That means finding something that
interests you should be fairly easy, and the information flow is high. I
also monitor the Biztalk newsgroup (not the beta). Now, that's a LOW volume
newsgroup. I learn a lot more from this one.
d) If someone has a question, they should have one forum to post it in that
encompasses the subject area (within reason). If I think my problem is C#,
it is usually a framework problem, and I have to solve it with a framework
'fix', then how would I know which forum to post to?
e) I see very very very few questions on this forum that are specific to the
visual studio environment. Nearly all of the problems are C# or .NET
Framework problems. So, if you create a new forum, or a subforum, you will
get all of the questions from this one moving over there.
f) it is HARD to get a community going that is this active. Moving forums
may be all that is required to fracture it, causing good posters and solvers
to go to one or another of the commercially-sponsored forums. That would
make the new forum far less valuable.

--- Nick
"Kamen Yotov" <ka***@yotov.org> wrote in message
news:eJ**************@TK2MSFTNGP09.phx.gbl...
i have raised this question before, but i can't help it doing it again!

why there is no separate newsgroup discussing the c#language,
not the .net framework, visual c# etc.

i am not that interested in buttons on forms in comboboxes...
and the traffic in this group is *really* high.

kamen

Nov 15 '05 #3
This is the C# language NG, unfortunately the noise level is high, some
people tend to post all sort of questions here because they choose C# as
their programming language.

Willy.

"Kamen Yotov" <ka***@yotov.org> wrote in message
news:eJ**************@TK2MSFTNGP09.phx.gbl...
i have raised this question before, but i can't help it doing it again!

why there is no separate newsgroup discussing the c#language,
not the .net framework, visual c# etc.

i am not that interested in buttons on forms in comboboxes...
and the traffic in this group is *really* high.

kamen

Nov 15 '05 #4
Nick Malik <ni*******@hotmail.nospam.com> wrote:
Personally, I oppose that.

a) Most of the "buttons on forms in comboboxes" questions are perfectly
valid questions on use of the .NET Framework.
Indeed they are... but they're not necessarily questions about a
specific language.
b) You cannot divorce C# from the .NET Framework (there wouldn't be a lot
left, would there? :-)
Yes you can. You can divorce (to a very large extent) the language from
the libraries - and indeed, that has been done in the language
specification, which mentions very few actual types. It would be far
from impossible to have a newsgroup which solely dealt with questions
about the language itself. The trouble, however, would be keeping out
off-topic posts.

As for whether or not there's a lot left - I think there's a signficant
amount left. For instance, topics raised recently:

o Constness
o Passing parameters by value or reference
o Derived interfaces increasing the "breadth" of a property (i.e. just
a getter becoming getter and setter)
o What the compiler does with floating point constants (i.e. where
exactly does float f = (float) 34.5d; get converted from double to
single?)
o Upcoming Java language features vs C# features (current and upcoming)

There are some questions which *might* be appropriate to cross-post
between a language group and a framework group, and others (such as
singleton threadsafety) which might be appropriate to cross-post
between a language group and the CLR group.

A language-only group may well get relatively low (on-topic) traffic,
but I don't see that in itself as a major problem.
c) Yes, traffic is high... I barely have the bandwidth for a quick graze
over the list of questions and answers. That means finding something that
interests you should be fairly easy, and the information flow is high. I
also monitor the Biztalk newsgroup (not the beta). Now, that's a LOW volume
newsgroup. I learn a lot more from this one.
Sure, and I love a high-traffic group too - but I respect the fact that
not everyone does.
d) If someone has a question, they should have one forum to post it in that
encompasses the subject area (within reason). If I think my problem is C#,
it is usually a framework problem, and I have to solve it with a framework
'fix', then how would I know which forum to post to?
Ideally (IMO) there should be a newsgroup for framework questions posed
in C#, and a separate group for framework questions posed in VB.NET,
and then a separate group for the C# *language*, and another for the
VB.NET language. It wouldn't be hard to work out what went where.
e) I see very very very few questions on this forum that are specific to the
visual studio environment. Nearly all of the problems are C# or .NET
Framework problems. So, if you create a new forum, or a subforum, you will
get all of the questions from this one moving over there.
There's already a newsgroup for it - in fact a whole *set* of groups.
Search for groups containing the word "vsnet". Unfortunately people
don't tend to choose which group to post in very carefully.
f) it is HARD to get a community going that is this active. Moving forums
may be all that is required to fracture it, causing good posters and solvers
to go to one or another of the commercially-sponsored forums. That would
make the new forum far less valuable.


I don't believe that. I believe that the only problem with the idea is
that people always *do* post in inappropriate newsgroups, and that's
unlikely to change unless the groups become moderated (which I
certainly don't advocate).

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

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

Similar topics

63
by: Tristan Miller | last post by:
Greetings. Do any popular browsers correctly support <q>, at least for Western languages? I've noticed that Mozilla uses the standard English double-quote character, ", regardless of the lang...
5
by: Wladimir Borsov | last post by:
Assume I declare at the top of a HTML page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> This refers to english HTML content/syntax. Later then I declare: <META...
2
by: Thomas G. Marshall | last post by:
Arthur J. O'Dwyer <ajo@nospam.andrew.cmu.edu> coughed up the following: > On Thu, 1 Jul 2004, Thomas G. Marshall wrote: >> >> Aside: I've looked repeatedly in google and for some reason cannot >>...
22
by: larry | last post by:
I was just looking at a demo training that mindleaders has on .net training: http://www.mindleaders.com/products/democourse3.asp And I don't believe this is correct or at least is misleading...
7
by: Edward Yang | last post by:
A few days ago I started a thread "I think C# is forcing us to write more (redundant) code" and got many replies (more than what I had expected). But after reading all the replies I think my...
3
by: Marshal | last post by:
/////////////////////////////////////////////////////////////////////////////////////////////// /// CONSTRAINTS ON GENERICS //////////////////////////////////////////////////// public class...
14
by: Magius | last post by:
Hello, I have a question about the correctness of the language grammar for the C# 2.0 specification. I am working with the grammar specified in the June 2005 ECMA-334 standard. Basically, a...
14
by: Robin Bowning | last post by:
Hi all, I have two questions I was hoping someone could answer regarding C#. First, I noticed C# does not allow local readonly variables. For example, the following is illegal: void X() {...
1
by: Tom Baxter | last post by:
Hi All, I was hoping someone could clarify something I read in the C# Language Spec regarding "Definite Assignment" of structs. This is a very subtle point. I am referring to ECMA-334, section...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.