If we want to write a Windows service that cannot be
paused, only started and stopped. How to accomplish that?
What is common language specification (cls)?
What is an assembly? What are the different types of assemblies?
What is namespaces in .net?
What is the difference between a Hash Table and a Dictionary?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
What security mechanisms to enforce for Authenticating and authorizing the users?
How to write an MMC snap-in for my Windows service?
what is managed data and managed code?
Can "this" be used within a static method?
How is threading done in .net?
What does stateless mean?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?