Adelaide Dot Net Users Group (ADNUG) 10th December Meeting

Programme

  • 5.45 pm Finger food and Drinks. Have some nibbles and refreshments before we start.
  • 6.25 pm Questions and answers. Bring along your .Net problems for discussion from members.
  • 6.35 pm Sorin Buzila - Better Software –  The Dot Net Quiz and Reply Voting System
  • http://www.bettersoftware.com.au/ProductsVoting.htm
  •  
  • There are 25 multichoice questions based around exam 70-536, The Microsoft .Net Framework 2. Application Foundation exam.
  • There will be Reply handhelds for your answers to be recorded and aggregated electronically.
  • After each question is answered, answers will be debated before correct answer is announced.
  • Prizes will be awarded during and after the Quiz.
  • A typical Quiz question
    • Q32)  You’ve created a function named “MyFunction” which you want to be called every 10 minutes. You decide to use the Timer class. You write another function called “StartTimer” which you will use to start the Timer. Also, when “StartTimer” is called, you want “MyFunction” to be called the moment the timer is started. What code would you use? 
    • 1. void StartTimer()
    {
    Timer myTimer = new Timer(new TimerCallback(MyFunction), null, 600000, 0);
    }  
    • 2. void StartTimer()
    {
    Timer myTimer = new Timer(new TimerCallback(MyFunction), null, 0, 600000);
    }  
    • 3. void StartTimer()
    {
    Timer myTimer = new Timer(new TimerCallback(MyFunction), null, 600000, 600000);
    }  
    • 4. void StartTimer()
    {
    Timer myTimer = new Timer(new TimerCallback(MyFunction), null, 1, 600000);
    }
  •  
  •  
    •  
  • 8.00 pm Meeting close


About this Event
Venue:
Microsoft Innovation Centre L2, Westpac House King William Street Adelaide SA 5000
Date:
Wednesday 10th December 2008
Time:
5.45PM
 
Registration
Online Registration Closed
 
Additional Information
Visit Website / URL
Event Type: Professional Development
PCP Hours: 2
Who should attend:
Software Developers
 
Event Prices (Inc GST)
 
Contact Details
Peter Griffith 0408 832 891
© Copyright 1995-2009 Australian Computer Society Inc.