visual studio 2012 - Remove 'using System.Linq' statment from all C# pages -


i have source in c# pages

using system; using system.collections.generic; using system.linq; using system.data; using system.web; using system.web.ui; using system.web.ui.webcontrols; 

i want remove

using system.linq;

lines existing c# pages in 1 solution.

i have

visual studio 2012 web

it possible without delete in every page line?

wish help. thanks!

crtl+f, select find , replace type in using system.linq;, replace nothing

select current project or in case entire solution , go

you have blank lines should no issue


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -