Whenever I add new *.cs file following namespace adds up, I am working on console app;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
I am just using using System;
I just want System namespace every time I add .cs file. System namespace should come up by default not others. I have to delete every time I add .cs
file rest of namespace. I like neat coding so I want following sitting on my Visual Studio 2013.