Explain about the Common Language Runtime?
Where?s Windows service database located?
What are the security policy levels in .Net
I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.
How Can Registry Editor in .NET?
Describe the Managed Execution Process
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 is a Strong Name?
What is the new three features of COM+ services, which are not there in COM (MTS)
Explain what inheritance is, and why it's important?
How can I tell if .net 3.5 is installed?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What are Generics? Where do we use them.