What is an exe and a dll?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how com+ related to the dna architecture?
Please explain what is the difference between a class and an object?
What's singleton activation mode in .net?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Explain the different types of proxy patterns?
Which method do you use to redirect the user to another page without performing a round trip to the client?
Please explain what inheritance is, and why it's important?
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
Where does the dispose method lie and how can it be used to clean up resources?
What is the concept of inheritance and how it works in .net?
What is .net debug & trace?
What versions of .net are there?