C#/.NET Five Little Wonders That Make Code Better 1 of 3

Share on TwitterSave on DeliciousDigg ThisSubmit to redditShare via email

C#/.NET Five Little Wonders That Make Code Better 1 of 3.

Five great little functions:

  • null collaescing operator (??)
  • the as cast
  • auto-properties
  • the Stopwatch (to figure out runtime performance)
  • the timespan factory
Share
Category: CodeDev