473,799 Members | 2,924 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Better Help?

Can anyone tell me what resource you use to get help with C# VS? or VS in
general? I have been programming in Delphi for 10 years and am just getting
started with VS and I have to say that the level of community help pales in
comparison. Borland seems to have many more people more than willing to
help and this forum seems a bit slow and rude. There have been very few
cases where I"ve gotten help here and even then it seems to take a long time
to get.

I'm not trying to be rude, just wondering where everyone is going because I
expected to have much more activity on a Microsoft forum compared to a
Borland forum...

Thanks,

glenn
Jul 21 '05 #1
3 1488
Hi Glenn,

The groups are monitored by MVP's. Microsoft support staff and thousands of
community volounteers. I suppose getting answers really depends on the
questions your asking and if the right people are around at the time - and
if your asking the questions in the correct news group. There are also a
whole bunch of other resources available like the forums at www.asp.net and
the resources at http://support.microsoft.com/ to help you out but generally
most of the questions asked end up being viewed by someonebut the support in
the more focussed groups tends to be a little better than the general group.

As for rude, well I would ignore the trolls as most people in here are
normally courteous and at least try to identify some way forward for
posters. Give it a little time, and try a few of the other newsgroups.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"glenn" <gh******@softe ksoftware.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Can anyone tell me what resource you use to get help with C# VS? or VS in
general? I have been programming in Delphi for 10 years and am just getting started with VS and I have to say that the level of community help pales in comparison. Borland seems to have many more people more than willing to
help and this forum seems a bit slow and rude. There have been very few
cases where I"ve gotten help here and even then it seems to take a long time to get.

I'm not trying to be rude, just wondering where everyone is going because I expected to have much more activity on a Microsoft forum compared to a
Borland forum...

Thanks,

glenn

Jul 21 '05 #2
Thanks for the response. I am finally getting a little help in the C# forum
on a general COM question but still confused as to why so few people seem to
live here. Borland has a much smaller following I would think than VS does
but perhaps I'm wrong. I have been programming and using forums for over 10
years to ask questions and i've never experienced such frustrations with the
Borland Crowd. They seem to be a lot more interested in helping others out
than what I have experienced here. However, I will continue to try and see
if that turns around.

P.S. The asp.net forum is a joke and takes literally weeks sometimes to get
replies on. I still have posts over there that have not been answered in
over 3 months...
Thanks,

glenn
"John Timney (ASP.NET MVP)" <ti*****@despam med.com> wrote in message
news:Oz******** ******@TK2MSFTN GP09.phx.gbl...
Hi Glenn,

The groups are monitored by MVP's. Microsoft support staff and thousands of community volounteers. I suppose getting answers really depends on the
questions your asking and if the right people are around at the time - and
if your asking the questions in the correct news group. There are also a
whole bunch of other resources available like the forums at www.asp.net and the resources at http://support.microsoft.com/ to help you out but generally most of the questions asked end up being viewed by someonebut the support in the more focussed groups tends to be a little better than the general group.
As for rude, well I would ignore the trolls as most people in here are
normally courteous and at least try to identify some way forward for
posters. Give it a little time, and try a few of the other newsgroups.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"glenn" <gh******@softe ksoftware.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Can anyone tell me what resource you use to get help with C# VS? or VS in general? I have been programming in Delphi for 10 years and am just getting
started with VS and I have to say that the level of community help pales

in
comparison. Borland seems to have many more people more than willing to
help and this forum seems a bit slow and rude. There have been very few
cases where I"ve gotten help here and even then it seems to take a long

time
to get.

I'm not trying to be rude, just wondering where everyone is going

because I
expected to have much more activity on a Microsoft forum compared to a
Borland forum...

Thanks,

glenn


Jul 21 '05 #3
glenn <gh******@softe ksoftware.com> wrote:
Thanks for the response. I am finally getting a little help in the C# forum
on a general COM question but still confused as to why so few people seem to
live here. Borland has a much smaller following I would think than VS does
but perhaps I'm wrong. I have been programming and using forums for over 10
years to ask questions and i've never experienced such frustrations with the
Borland Crowd. They seem to be a lot more interested in helping others out
than what I have experienced here. However, I will continue to try and see
if that turns around.
If you think there are few people here, I suspect you're coming to the
forum in a way that isn't letting you see all the messages. The C#
newsgroup gets several hundred messages a day, for example.

Are you using a normal newsreader, or a web interface? (Your message
headers suggest you're using OE, which would imply you're using a
normal news interface - perhaps you haven't got it set to retrieve
enough messages at a time?)
P.S. The asp.net forum is a joke and takes literally weeks sometimes to get
replies on. I still have posts over there that have not been answered in
over 3 months...


Yes, some questions won't get answered, either because no-one knows the
answer or because maybe you haven't answered the question in a way
which makes it easy to find the answer (or even understand what you
want). I've never been on a forum where absolutely *every* question
gets answered.

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

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

Similar topics

2
3347
by: Amit D.Shinde | last post by:
Hello Experts.. I need some help regarding cookies and session objects and also global.asa file I am creating one cookie when a user logs in on my website. The cookie stores the login name of the user. I want that cookie should get deleted when user closes the browser without signing out. I think it is done in global.asa file . But i don;t know how to do it?
3
1132
by: Jay | last post by:
Well just installed the new 7.1 compiler. Not bad I must say but I'm becoming increasingly frustrated with the help system. Problem: project didn't compile due to DX9 include directories not being found (guess this is really a bug in the settings conversion from 7.0 albeit a minor one) Couldn't find where to set the include and library directories so went to the help system and typed 'include directories tools options'.
43
3429
by: Rob R. Ainscough | last post by:
I realize I'm learning web development and there is a STEEP learning curve, but so far I've had to learn: HTML XML JavaScript ASP.NET using VB.NET ..NET Framework ADO.NET SSL
3
259
by: glenn | last post by:
Can anyone tell me what resource you use to get help with C# VS? or VS in general? I have been programming in Delphi for 10 years and am just getting started with VS and I have to say that the level of community help pales in comparison. Borland seems to have many more people more than willing to help and this forum seems a bit slow and rude. There have been very few cases where I"ve gotten help here and even then it seems to take a...
8
3323
by: R. Bernstein | last post by:
In doing the extension to the python debugger which I have here: http://sourceforge.net/project/showfiles.php?group_id=61395&package_id=175827 I came across one little thing that it would be nice to get done better. I notice on stack traces and tracebacks, an exec or execfile command appears as a stack entry -- probably as it should since it creates a new environment. However the frame information for exec or execfile looks like this:...
17
5416
by: Ryan Liu | last post by:
Hi, If I have many threads write to a variable(e.g. var++) and another thread read it on an interval base. For those writing thread, I know I need lock, or its value could be lower ( even I think it is mostly not going to happen for ++ operation since it is not something like read a value and wait sometime then write back in multiple threading environment, BTW, is this understanding right?).
6
1456
by: Anton Vredegoor | last post by:
Since a few days I've been experimenting with a construct that enables me to send the sourcecode of the web page I'm reading through a Python script and then into a new tab in Mozilla. The new tab is automatically opened so the process feels very natural, although there's a lot of reading, filtering and writing behind the scene. I want to do three things with this post: A) Explain the process so that people can try it for themselves...
7
1806
by: apollonius2 | last post by:
Greetings, I have been working on a little project today to help me better understand classes in Python (I really like Python). I am a self taught programmer and consider myself to fall in the "beginner" category for sure. It was initially sparked by reading about "state machines". This was my attempt at it however I feel it is not quite where it should be: ON = "ON"
36
1923
by: istillshine | last post by:
I personally like C, and do not like any OO languages. The reference books for OO languages are too heavy for me. They just made things complicated. Someone laughed at my opinion, saying Google code bases are mostly written in C++. I read somewhere about the best way to learn C (or a programming language in general). I agree with the points. I quote them below: "The best way to do it is to read some stuff written by masters of...
0
9538
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10473
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10219
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7563
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5461
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5584
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4138
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 we have to send another system
2
3755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2937
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.