I know some of you guys would consider it an unrelated question but, It's an important question for an MVC developer when you making it certain to make your application efficient and speedy.
As you know that we can import a namespace into a view using 'using' clause.
My question is that should I import namespaces in view without getting worried about performance and load time of the view?
Is it really affects to import plenty of namespaces? If yes? How? And how can we get rid of this kind of performance issues?
Thanks