What is GUID and why we need to use it and in what condition? How this is created
Answer / 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 |
What is the difference between ViewData, ViewBag and TempData?
how to face first interview in .NET?
What is work of clr?
What is JIT and how is works ?
Which is the default http method for an action method?
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
what is scalar property?
Why should we go for entity framework?
What is the use .Glimpse in ASP.Net MVC
What is Jit compilers?.how many are available in clr
How large is the .net framework 3.0? Does this change make the release larger?
reading doc file in textbox using .net2005 with c#