What's typical about a windows process in regards to memory allocation in .net?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
Tell us the difference between managed and unmanaged code?
What is meant by globalization and localization?
Differences between dll and exe?
What is the raise event used for?
Is there built-in support for logging?
How do you give a Windows service specific permissions?
How viewstate is being formed and how it is stored on client in .net?
Explain how to manage pagination in a page using .net?
Dot Net is Platform Independent or Platform Dependent..?
What is "microsoft intermediate language" (msil)?
Explain the Difference between value and reference type.