user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 205. What Is The Difference Between "using System.data;" And Directly Adding The Reference From "add References Dialog Box"?

user image

Abhishek Mishra

2 years ago

When u compile a program using command line, u add the references using /r switch. When you compile a program using Visual Studio, it adds those references to our assembly, which are added using "Add Reference" dialog box. While "using" statement facilitates us to use classes without using their fully qualified names.

Recent Doubts

Close [x]