Use this space to put some text. Update this text in HTML

468x60 banner ad

Advertise with Us

Powered by Blogger.

Wednesday 10 February 2016

What is namespace in asp.net?


Namespace is an entity of .Net framework which is used to group similar type of utilities.

Like -> System.Drowing;

There are two types of namespace-

1.      Qualified namespace-

When we use full namespace of the system.

Like- System.drowing.point;

2.      Unqualified namespace-

When we do not use full namespace of the system Instead of  we create directive for namespace and utility are directly use.

Like- using System.drowing;
Points;


No comments :

Post a Comment

Ask a Question?