sticky
Tips on Posting Good Questions RRS feed

  • General discussion

  • Here are a few suggestions that make it sure you get the best answer to your question as quickly as possible:
    1. Search for your question on the forums or in Visual Studio's help system first -- it's likely someone may have already answered your question, and you won't have to waste time waiting for it to be answered again
    2. Post in the correct forum (see below) -- since the experts in various subject matters tend to stick to the set of forums that focus on those topics, a question about the C# yield keyword posted in the Common Language Runtime forum will likely take a lot longer to be answered than the same question in the C# Language forum.
    3. Make sure your title summarizes the specific problem you have --  since we try to answer the maximum number of questions we can with our time, we often skim through question subjects to quickly find the ones that we know the answers to.  A question with a title of "Urgent! Help needed!" is not as likely to get answered as a question with a title of "How to define a sealed class using CodeDOM".  A more specific, detailed title is far more likely to get a response than a general one. 
    4. Give details about your problem --  rather than "When I call Process.Start I get an exception, please help", provide the exception type, message, and call stack.  If possible provide a succinct code snippet that demonstrates the problem.  This lets us reproduce the problem on our end, and allows us to come up with an answer where just a general question may not have had enough details.  Having this information means we can answer your question more quickly, without having to ask you for these details and wait for your response.
    5. Once you've received a correct answer to your question, either from a Microsoft employee, an MVP, or the community in general, please mark the post as answered .  You can do this with the "Mark as correct answer" button that appears on the entry containing your answer.  This step is important, since it lets the Visual Studio search engine know that there is an answer in that thread for others who may also have your problem.  It also lets people scanning the forums know that they can find an answer to that question by reading the thread.
    6. Report bugs through Microsoft Connect instead of on the forums -- Microsoft Connect allows us to see the bugs in our bug tracking database and get them assigned to the correct person.  It also allows you to follow the problem through to its resolution, and is a much better way for us to handle issues you find than a bug report posted on the forums.

    When trying to figure out which forum is right for your question, here are some good candidates:

    Of course there are dozens of other forums available if your question doesn't fit into one of those categories.

    Finally -- as moderators we try to keep spam and inflammatory comments out of the forums.  However if you do catch something that we missed, don't hesitate to use the report button so that we can keep the forums on-topic and a friendly place to go for help with your .NET questions!

    -Shawn

    Wednesday, August 31, 2005 5:03 PM
    Moderator

All replies

  • 7. try to find the answer before raising your question
    Saturday, January 30, 2010 5:13 AM
  • 1. Before You Ask

    Before you even ask a question, first try to find the answer by:

    1. Reading the documentation
    2. Reading the FAQ (the list of Frequently Asked Questions)
    3. Searching the archives of the forum you plan to post to
    4. Searching the Web.
    5. Experimenting.
    6. Asking a skilled friend.
    7. Reading the source code (if you are a programmer).

    Take your time, and consider each item on this list. You will increase your chances of getting a helpful response if it appears that you have made a reasonable effort to solve the problem yourself.

    2. Asking A Question

    When asking a question, consider the following when preparing the post. If you don't understand why something is on this list, do it anyway. For further explanation and discussion from the original document, click the "more..." links.

    1. Make sure you are asking in the right place .
    2. Start a new thread or discussion for your question .
    3. Use a meaningful, specific Subject line .
    4. Send questions in plain text .
    5. Write in clear, grammatical, correctly-spelled English (to the best of your. ability) 
    6. Say what you are trying to achieve before describing what you did. 
    7. Describe, clearly and concisely, how your problem shows itself. 
    8. Describe what goes wrong, not your guesses at the cause. 
    9. Say how you have already tried to find a solution - see section 1.
    10. Be explicit about what your question is .
    11. Don't say your question is "urgent", even if it is urgent for you .
    12. Don't ask people to reply by private email.

    3. When Your Problem Is Solved

    If you manage to solve the problem, post a follow-up message describing exactly what the problem turned out to be, and how you solved it. You will be grateful for people who post such messages when you are searching for solutions in the future.

    Sunday, October 10, 2010 8:31 PM