A
anil reddy
Dotnet Interview questions and FAQs, Jobs. Please give your feed back
http://interviews.dotnetthread.com
http://interviews.dotnetthread.com
2. Write a method to count the set bits in an integer.
3. Explain the difference between virtual, override, and overload.
4. Explain pass by value vs. pass by reference.
5. Explain synchronization vs. atomic code.
6. Where would you use synchronization in a .Net application?
anil reddy said:
This doesn't mean anything to me.
including passing those into methods.
5. Explain the lock keyword in C#. Does using the lock keyword cause
the code inside it to run atomically?
the code inside it to run atomically?