What application do you use to install a Windows service?
Explain about .NET services?
What is the difference between encrypting a password and applying a hashing?
Explain the difference between managed and unmanaged code?
Explain the difference between asp.net and asp?
When would you use .NET Remoting and when Web services?
In code behind class, name the type of code found. Is it the server side code or client side code?
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
Tell us what is heap and what is stack?
Is .net is a language?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is strong name?
What are .net applications?