What is GUID and why we need to use it and in what condition? How this is created
Answer Posted / kirti
A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated. Visual Studio .NET IDE has a utility under the tools menu to generate GUIDs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What are the advantages of asp.net mvc?
What is the role of the jit compiler in .net framework?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
How do I install .net framework?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
mention what is the key advantage of using entity framework or ef?
How does the 'page lifecycle' of asp.net mvc works?
What is the difference between .net core and .net framework?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What is viewbag title?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Is http stateful or stateless?
what is complex type?
What is the "helperpage.isajax" property?