Archives

Archives / 2007 / June
  • Yet ANOTHER C# language enhancement - this_method()

    Tags: .NET, C#

    This one was suggested by a coworker leery of accidental recursion. Too many people aren't used to thinking in terms of recursion and will miss a recursive call inside a method and accidently start … more

  • Another pointless operator for C#

    I remember discovering C#'s null coalescing operator a while ago. I can't say I use it a lot, but it's useful to clean up my code when I do need it. However, there is another similar scenario that it … more