What?s the difference between <c> and <code> XML
documentation tag?
Answer / subodh kumar
<C> tag represent the single line of code while <code> tag
is represent the multiple line of code.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of tuple in c#?
What is difference between var dynamic and object in c#?
what is an event? Define delegate?
If we inherit a class do the private variables also get inherited ?
What is local function?
What is a string? What are the properties of a string class?
Why do we use lambda expression in c#?
What is int16?
What issues can be faced while delivering code?
What is difference between list and dictionary in c#?
what is the scope of anonymous type ?
What is Implementation inheritance