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
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is the use of razor view engine?
Which is the default http method for an action method?
Describe the gac in the .net framework.
Can I remove .net framework?
how can you enhance the performance of entity framework?
what is ssdl?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
what is datacontrols?
What is meant by viewdata?
Does razor engine supports for tdd?
What is .net architecture and framework?
How route table is created in ASP.NET MVC?
Difference between ASP.NET MVC and ASP.NET WebForms?
What is renderbody?