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.

link|improve this question

What do you mean by 'FCL'? You question seems to indicate that you are thinking about the .NET Base Class Library (BCL)... – Mark Seemann Jul 20 '09 at 12:16
1  
Edited the title for clarity. I think the term is pretty much interchangeable but as I understand it the BCL doesn't include things like LINQ, ADO and the like whereas the FCL does. – Stimul8d Jul 20 '09 at 12:20
1  
This looks like a duplicate of stackoverflow.com/questions/1144480/…. – John Saunders Jul 20 '09 at 13:02
Agreed, I wouldn't have bothered if that had come up in the suggested questions or search. – Stimul8d Jul 20 '09 at 13:10
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.