C# teasers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ludwig

    #16
    Re: C# teasers

    On 27 nov, 21:46, Jon Skeet [C# MVP] <sk...@pobox.co mwrote:
    Ludwig <lstuyc...@gmai l.comwrote:
    >
    <snip>
    >
    Thank you! Meanwhile I'm looking into the certification books - I've
    to take the exams anyway, so it's a good waste of time ;)
    >
    Here are some to be going on with. I'll add to the list as I remember
    them...
    >
    Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

    >
    --
    Jon Skeet - <sk...@pobox.co m>http://www.pobox.com/~skeet Blog:http://www.msmvps.com/jon.skeet
    World class .NET training in the UK:http://iterativetraining.co.uk
    Perfect, I've bookmarked your site and will have a look!! Thanks!

    Comment

    • Ludwig

      #17
      Re: C# teasers

      On 27 nov, 22:27, Jon Skeet [C# MVP] <sk...@pobox.co mwrote:
      Brian Gideon <briangid...@ya hoo.comwrote:
      I love #2. I've seen your blog about beforefieldinit before. It
      would be plain wrong to ask somebody that question in an interview :)
      >
      Indeed. Unless they were claiming to know absolutely everything about
      C#, in which case anything is fair game.
      >
      By the way, you should keep adding to that page periodically or as you
      run across a good one.
      >
      Absolutely - I've been meaning to do something like it for a while.
      This thread was a catalyst :)
      >
      --
      Jon Skeet - <sk...@pobox.co m>http://www.pobox.com/~skeet Blog:http://www.msmvps.com/jon.skeet
      World class .NET training in the UK:http://iterativetraining.co.uk
      Here's another nice one:

      Console.WriteLi ne(1 + 2 + "3");
      Console.WriteLi ne("1" + 2 + 3);

      Comment

      Working...