Dot Net Framework Question:
Download Questions PDF

What is namespace?

Answer:

Namespace is a logical container for all types i.e
class, enum, struct, interface etc..

Namespace is used in two scenarios:
1. to overcome the naming collision
2. to group related items together

Download Dot Net Framework Interview Questions And Answers PDF

Previous QuestionNext Question
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible?What is Reflection in .NET?