Answer Posted / siddu
yes
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between internal and protected internal in c#?
What is desktop GUI application?
Is list immutable in c#?
What is monitor in C#?
How can you sort strings in array that are passed to method as arguments?
what is the scope of anonymous type ?
For methods inside the interface why can’t you specify the accessibility modifier?
Which controls do not have events?
What is the execution entry point for a c# console application?
Is int a struct in c#?
What is the purpose of a namespace?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
How do you specify a custom attribute for the entire assembly?
What is concatenation and when should it be used?
How does dictionary work in c#?