Adding .NET namespaces automatically
Posted
by AjmeraInfo
on Stack Overflow
See other posts from Stack Overflow
or by AjmeraInfo
Published on 2010-05-26T11:08:33Z
Indexed on
2010/05/26
11:21 UTC
Read the original article
Hit count: 169
I need to add this namespace to my c# file:
using System.Data;
Is there a way to automatically add this to newly created pages in c#.net?
I don't want to add this namespace to new pages.
© Stack Overflow or respective owner