What is a Strong Name?
Answer / guest
A Strong name is required to uniquly identify an assembly.
A strong name inludes nameof assembly,version
number,culture identity,and digital signature generated
over the assembly
| Is This Answer Correct ? | 9 Yes | 0 No |
What is singleton activation mode in .net?
What is a formatter?
What is a garbage collector?
How com+ related to the dna architecture?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Name the classes that are introduced in the system.numerics namespace.
What are the differences between com architecture and.net architecture?
What are the security policy levels in .Net
How can I get at the win32 api from a .net program?
What is Application Domain?
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 a system lock?