How to post or ask good Question?

Here is link to ask or post new question: Ask Question

To improve your chances of getting an answer, here are few tips and guidelines:

  1. Before posting question search and research, keep your findings.
  2. Write a title that encapsulates the specific problem
    The title is very important and the first thing potential answerers will see, and if your title isn't interesting, they won't read the rest. See few examples
    Examples:
    Bad: C# logic Confusion
    Good: How to use enum item name which contains space?
    Bad: php session dificulties
    Good: How can I send users to different pages based on session data getting in PHP?
  3. Introduce the problem before you post any source code
    In the post of your question, start by enlarging on the summary you put in the title. Put details how you encountered the problem you're trying to solve, and any difficulties that have prevented you from solving it yourself. The first paragraph in your question is the second thing most programers/developers will see, so make it as engaging and informative as possible.
  4. Help others reproduce the problem
    Not all problems benefit from including source code. But if your problem is with code you've written, you should include some. But don't just copy in your entire program!
    it likely to get you in trouble if you're posting your employer's code.
    it likely includes a lot of irrelevant details that readers will need to ignore when trying to reproduce the problem.
  5. Include all relevant tags
    Try to select specific tags.
  6. Privacy
    1. Public: any one can see and can answer
    2. Friend: only your friend can see and can answer
    3. Private : no one can see. it's like a draft

 

 Log In to Chat