Possible Duplicate:
Do the amount of namespaces affect performance?
When you create a new class in C#, the default template includes several using
lines at the top for LINQ and a couple others. Does having the namespaces included cause the application use more resources at run-time?
I rarely use anything in the LINQ namespace and I want to make sure I'm not paying the price for something I'm not using if I leave the lines there.