Why we use get and set method in c#?
No Answer is Posted For this Question
Be the First to Post Answer
List some of the classes used by system.data namespace?
What is void in c#?
What are the types of assembly available
Is double a decimal?
how can i return string by vilating duplicates(inpyt like asdfsda but output should be 2a2d2sf and 2a,2d,2s,f)
What is cli in c#?
What are generations and how are they used by the garbage collector?
What is static classes?
how to cleanup object that does not support dispose method? How to implement dispose for such scenarios?
What are primitive data types in c#?
Assignment # 1 Print the pattern given below using single printf statement XX XX XX XX XX XX X X X X XX XX XX XX XX XX Assignment # 2 Print the pattern given below using single printf statement (please do NOT use the string function below) 0 909 89098 7890987 678909876 56789098765 4567890987654 345678909876543 23456789098765432 1234567890987654321
What is difference between value and reference types ?