Answer Posted / 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 |
Post New Answer View All Answers
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
How to update one of my table in database at 4pm every day how it is possible?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
How does �side by side� work for the .net framework 3.0?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
what is use of entity container?
What is RouteConfig.cs in ASP.Net MVC 4?
What is the meaning of unobtrusive javascript?
mention in what all scenarios entity framework can be applicable?
what is entity sql?
I want ask from plz smaple example code for Biztalkk server
How can you return string result from Action in ASP.Net MVC?
When will the .net framework 3.0 be released?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Mention what is the difference between “ActionResult” and “ViewResult” ?