What is GUID , why we use it and where
Answer / kirti
GUID :-- GUID is Short form of Globally Unique Identifier, a unique 128-bit number that is produced by the Windows OS or by some Windows applications to identify a particular component, application, file, database entry, and/or user. For instance, a Web site may generate a GUID and assign it to a user's browser to record and track the session. A GUID is also used in a Windows registry to identify COM DLLs. Knowing where to look in the registry and having the correct GUID yields a lot information about a COM object (i.e., information in the type library, its physical location, etc.). Windows also identifies user accounts by a username (computer/domain and username) and assigns it a GUID. Some database administrators even will use GUIDs as primary key values in databases.
GUIDs can be created in a number of ways, but usually they are a combination of a few unique settings based on specific point in time (e.g., an IP address, network MAC address, clock date/time, etc.).
| Is This Answer Correct ? | 0 Yes | 0 No |
reading doc file in textbox using .net2005 with c#
What is the difference between STA and MTA?
what is scalar property?
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
What is the difference between managed and unmanaged code?
Where are the routing rules defined in an asp.net mvc application?
Which is the default http method for an action method?
What is managed extensibility framework?
I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?
what is mean by type-safe? Please answer me. Advance thanks.
please tell me the best book of asp.net in the markit. which explain in simple and detail.
If Controller is not there in MVC Pattern what happens?