What is the purpose of enumerable class in .net?
No Answer is Posted For this Question
Be the First to Post Answer
How will you load dynamic assembly? How will create assemblies at run time?
0 Answers InfoAxon Technologies,
What is marshling?
What is garbage collection in .net? Explain the garbage collection process?
What exactly is being serialized when you perform serialization in .net?
What is namespace in .net?
syntax for binding the data from database
What are the different parts of an Assembly in .Net?
What is the single responsibility principle?
Is it possible implement webservices without SOAP?
What are Sessions?
Is .net a language?
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