What is difference between for and foreach loop in c#?
What is static noise?
Can you declare a field readonly?
what is the meaning of Object lifetime in OOPS
What is difference between new and override in c#?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What are the security issues if we send a query from the application?
what is a constructor?
5 Answers Amazon, Amdocs, Choice Solutions,
can you overload a method of class A in Class B if it is derived class of A?If it is yes tell me how is it possible?
4 Answers Mphasis, Ness Technologies,
Why do we need escape characters?
I want to single value if you give any integer value. Below are examples 1. Input: 123 Output: 6 2. Input: 99 9+9=18 1+8 Output: 9 How to get above output?
How to prevent the error while updating ui control from another thread?
Contrast DTDs versus XSDs. What are their similarities and differences? Which is preferred and why ?