Most used .NET namespace

Posted by Michael Prewecki on Stack Overflow See other posts from Stack Overflow or by Michael Prewecki
Published on 2009-03-02T12:32:48Z Indexed on 2010/03/31 2:33 UTC
Read the original article Hit count: 425

Filed under:
|
|

What is your most commonly used namespace in .NET. I know it will vary greatly based upon the types of projects you develop but the stack overflow audience should provide a fairly decent sample set for the types of .NET projects being developed.

I'm simply interest in the name of the namespace (one namespace per answer and no one person should have more than one answer, if someone else has the same answer as you then just upvote their answer). Try to be as specific as possible (so answering System, isn't helpful).

I'm after this information to help new developers focus their attention on the most common .NET namespaces...there are after all thousands of them!

To start off mine is almost certainly System.Collections.Generic, I use lists of things everywhere.

© Stack Overflow or respective owner

Related posts about subjective

Related posts about polls