create a keypair?
Answer / fazulullah
You can Create the Key pair by means of System.Collections
for that we can use Sorted List and Hash Tables.
| Is This Answer Correct ? | 4 Yes | 0 No |
What distributed process frameworks outside .NET do you know?
What is loosely coupled solution in.net?
Differences between dll and exe?
Does .net supports destructors concept?
What is static constructor, when it will be fired? And what is its use?
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
Can you create instance of a class which has private constructor?
What is an assembly? What are the different types of assemblies?
What is exception handling?
Please explain what is heap and what is stack?
What should you do to store an object in a viewstate?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?