The Undernet C# Channel FAQ

The Undernet C# channel has finally matured enough to collect some frequently-asked questions. If you have any comments, corrections, or questions to add, e-mail me. If you do send a submission, please let me know if you want your name and/or e-mail address posted with the submission; otherwise I will post only your name.

This FAQ list is brand new, so several questions don't even have the answers filled in yet. Trust me, I'm getting to them.

If you're familiar with Undernet IRC (Internet Relay Chat), load up your IRC client and visit the #c# channel. The author of this website can usually be found there as Solamente. To answer a couple of FAQs right away: yes, that is Spanish for "only" and no, I don't speak Spanish.

FAQ Sections

May I supply a FAQ entry?

By all means, yes! Just send the question and the answer (preferably the correct answer) to paul@parkscomputing.com. I reserve the right to edit submissions for content, clarity, correctness, and conciseness, but you'll still receive full credit for the submission.

If you know HTML and you really want to make me like you, you can submit your FAQ in the following format:

<parkscom:faq 
   id="..." 
   title="How do I write a FAQ?" 
   date="March 16, 2002" 
   contributor="Paul Parks" 
   email="paul@parkscomputing.com"
   >
   <answer>
      <p>
         Like this. The contributor and email 
         attributes are optional. I supply the id.
      </p>

      <p>
         Any valid HTML (or even better, XHTML) may 
         be included inside the answer tags. 
      </p>

      <div class="example">
         <pre>
/* sample code here */
class Blah
{
    static void Main()
    {
    }
}
         </pre>
      </div>
   </answer>
</parkscom:faq>

It's not a requirement to send submissions in this format. Any useful submission is welcomed.

When you e-mail your submission, specify what section you think the FAQ should be in, or the name of a new section that should be added, if necessary. Let me know if you want your name and e-mail address posted with the FAQ, or just your name, or neither.