What are c# collections?


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

Post New Answer

More C Sharp Interview Questions

what are the events in delegate?

2 Answers   Choice Solutions,


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ? EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER????? PLEASE REPLY...

2 Answers  


Does console.writeline() stop printing when it reaches a null character within a string?

0 Answers  


What is main thread in c#?

0 Answers  


What is the difference between yield and return?

0 Answers  






Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?

1 Answers  


Why objects are stored in heap in c#?

0 Answers  


What is #region in c#?

0 Answers  


Is system a class in c#?

0 Answers  


What does assert() do in c#?

0 Answers  


What is xor operator in c#?

0 Answers  


What is the difference between an implicit conversion and an explicit conversion?

0 Answers  


Categories