What is lock in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What are Regex / regular expressions ?
What is the class in c#?
Explain what is copy constructor?
How to implement delegates in c#.net
What is difference between interface and abstraction?
What are anonymous types in c#?
What is the difference between list and arraylist c#?
Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options
Why do we need constructor?
What does namespace mean?
What is autopostback in c#?
How do you use nullable?