What is reflection in microsoft .net context?
No Answer is Posted For this Question
Be the First to Post Answer
Is Driver Script any how related to AOM?
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
What is garbage collection in .net? Explain the garbage collection process?
What is the purpose of enumerable class in .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is misl?
What is the concept of inheritance in .net?
What is Code group in .Net with respect to CAS
Explain the difference between the while and for loop.
C++ & C# differences ?
what is GAC?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component