Strong name is similar to which of the following in COM components?

Options
- IUnknown
- Interface
- GUID
- Regsvr32.exe


CORRECT ANSWER : GUID

Discussion Board
guid

In the context of .NET Framework, a strong name is similar to a GUID (Globally Unique Identifier) in COM (Component Object Model) components.

RAJESH K 03-7-2024 02:28 AM

GUID

GUID is use to generate some unique strings. you can actually see it by code like...
string guide=GUID.NewGUID();
and then simply print string GUID value in any control text....
you can instenciate GUID in page load or any event..

ankit 06-8-2016 11:34 PM

what is GUID..???

A Globally Unique Identifier(GUID) is a 128 bit integer that you can use across all computers and networks where ever a unique identifier is required.

Mallu prathyusha Reddy 04-29-2016 09:48 AM

Guid

What is GUID? Could you please let me know how we can get GUID in graphical presentation..


BHAGEERATHA 09-7-2015 11:39 PM

May i know what is GUID?

What is GUID? Could you please let me know how we can get GUID in graphical presentation..

Suneel 04-16-2015 10:24 PM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement