i

ASP.Net A Complete Guide

C# Namespaces

Namespaces in C# are the logical collection of many classes so that it can be easy to access in the application. For accessing the class of a namespace, we need to use namespace name.classname. 

We can include namespaces in the application by using the 'using' keywords.