Explain .NET architecture?
No Answer is Posted For this Question
Be the First to Post Answer
What are the providers available with VS.NET ?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
Please explain what is heap and what is stack?
Explain how to load the contents of an xml file into an xmldocument object?
What is the difference between override and overload in a method?
What is a DLL?
What is the difference between Server.Transfer and Response.Redirect?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Can we have same method with same name and signature using partial classes
How many types of transactions are there in com + .net ?
Explain cas (code access security)?
How to spawn a thread?