Is xml tags are case sensitive?


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

Post New Answer

More C Sharp Interview Questions

how many catch we can write in thye program?

2 Answers  


syntax for writing private method in a interface

7 Answers   ABMPL, Wipro,


What is multithreading with .net?

0 Answers  


What is the use of tuple in c#?

0 Answers  


What is console readkey in vb net?

0 Answers  






What are access modifiers in c#?

0 Answers  


What is managed or unmanaged code?

0 Answers  


What?s the advantage of using System.Text.StringBuilder over System.String?

3 Answers  


What is difference between float and decimal?

0 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


Can a class or a struct have multiple constructors?

0 Answers  


If you donot specify an access modifier for a method, what is the default access modifier?

0 Answers  


Categories