Can I write my own .net host?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
How to Exchange data between Webservices
What is the difference between encrypting a password and applying a hashing?
What is managed code in .NET?
What is meant by localization?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
What are the features of UIP Application Block?
Explain me what is an anonymous method and how is it different from a lambda expression?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Define satelite assembly?
Directcast(123.34,integer) - should it throw an error? Why or why not?