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
Category: CodeDev
C#/.NET Five Little Wonders That Make Code Better 1 of 3.
Five great little functions: