Namespaces
As of .net 2.0 there are five kinds of types we have, they are classes, structures, interfaces, enumeration and delegates. In C# namespaces are used to logically arrange these types.
Okay now the question is how to declare a namespace? It is really easy as below…
The C# language provides a keyword namespace to [...]
Archive for August, 2008
3 Aug
Recent Comments