Saturday, March 31, 2012

What is namescape and base class in ASP.NET

Hi,
i would like to know the meaning of namespace in ASP.net?
is it something like header files in C?
any help in this regard is appreciated.
Thanks
ShekarHi there,
This should help you..
http://www.c-sharpcorner.com/Articles/NSInCSandVBNETSSK.asp
HTH

Namespaces are more like logical categorization of classes and objects.
You place each set of related classes in one namespace.

Regards

0 comments:

Post a Comment