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 ASP.NET MVC?
Can we have more than 1 partial classes in the same file?
What is GC (Garbage Collection) and how it works
What is entity framework firstordefault?
What is .net architecture?
what are background threads? give ex?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is the need of .Net framework ?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
How to use multiple submit buttons in asp.net mvc?
Is .NET a runtime service or a development platform?
Describe the roles of clr in .net framework.?