What is GUID and why we need to use it and in what condition? How this is created



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

Post New Answer

More Dot Net Framework Interview Questions

Why to use Html.Partial in ASP.Net MVC?

0 Answers  


How can you return string result from Action in ASP.Net MVC?

0 Answers  


Can you explain model, controller and view in mvc?

0 Answers  


Will there be a .net compact framework 3.0 release with release of .net framework 3.0?

0 Answers  


What is Separation of Concerns in ASP.NET ASP.Net MVC?

0 Answers  






What is ViewData and TempData in ASP.Net MVC?

0 Answers  


What is mvc entity framework?

0 Answers  


I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.

0 Answers  


What is Peek method in Tempdata in ASP.Net MVC?

0 Answers  


How we can register the Area in ASP.Net MVC?

0 Answers  


What is inline schema, how does it works

1 Answers  


Explain how to use multiple submit buttons in ASP.Net MVC?

0 Answers  


Categories