Yep....Thanks.... :)
B
BhuvaneswarKumar
@BhuvaneswarKumar
Posts
-
Diference between Using Namespace and Namespace.Class.Method in the code.... -
Diference between Using Namespace and Namespace.Class.Method in the code....I had a dll referenced in my project having namespace Utilities. I can access the methods in the namespace by writing Using Utilities at the top of my project and directly I can use Utilities.Class.Method..... Plz let me know what the exact difference between these two ways. Thanks, Bhuvan....