I have this source in all the 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 to REMOVE all the
using System.Linq;
Lines from my existing c# pages in one solution.
I have
visual studio 2012 for web
it is possible to do that without delete in every page this line?
Wish for help. Thanks!