Explain About namespaces


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Can you inherit multiple interfaces?

3 Answers  


How can encapsulation be achieved?

0 Answers  


What is the difference between an XML "Fragment" and an XML "Document." ?

1 Answers  


Can variables defined in interface. If yes how we can call/use it in class.

2 Answers   Synechron,


How can we insert 100 records @ a time without using for loop into the databse

10 Answers   IBM,






Can you explain template pattern?

0 Answers   QuestPond,


Does c# provide copy constructor?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


what is the difference between int and Int32?

5 Answers   TCS,


Write the sample code for threading in c# .net..

4 Answers   Logica CMG,


Why objects are stored in heap in c#?

0 Answers  


what is the main differnce between const,readonly and static

3 Answers   Beehive Systems, CDAC,


Categories