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
vidya
NA
3
1.2k
c#
Sep 15 2013 3:17 PM
Hi
Why isn't 'using System' sufficient to write all the programs in c#? Why do i need to add different namespaces according to my requirement? For example if i want to use xmlelement I need to use system.xml namespace. Isn't system.xml a part of system namespace? If yes, then why do I need to mention 'using System.xml' along with 'using System;?
Reply
Answers (
5
)
ceiling an integer in C#
Mathematical Calculation Using console application in c#