I don't know how many times I've come across old code I've written and been able to replace it with a FCL class and halved the amount i needed to write,..but it's a LOT!
From simple things like StringBuilder
and Path
through to more advanced, less obviously useful types like TypeConverter
and StackFrame
.
I'm always on the look out to write less code so I was wondering what other classes people suggest and why they're so useful.