TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Maha
NA
0
326.4k
Namespace
Dec 4 2011 9:25 AM
There are many namespaces in C# for example
using
System;
using
System.Collections.Generic;
using
System.Linq;
using
System.Text;
I know System namespace eliminates need to have System name in every WriteLine() method. I wish to know is there any technique to decide appropriate name space for a program. Is there any articles about this?
Reply
Answers (
16
)
Multiple values in hashtable (C#)
method