What is dependency injection?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Name the method of servicebase class?
What is the difference between var and dynamic types in c# 4.0?
If dll and exe files are same it means you can deploy both the files in gac?
what are windows services?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
Name the two classes are required for implementing a windows service?
Which attribute is used in order that the method can be used as webservice?
Which config file has all the supported channels/protocol?
What is an assembly qualified name
What is assembly version series sequence?
What is the difference between an application domain and a process?
What is gac? What are the steps to create an assembly and add it to the gac?
How can we make a thread sleep for infinite period ?