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 |
Why to use Html.Partial in ASP.Net MVC?
How can you return string result from Action in ASP.Net MVC?
Can you explain model, controller and view in mvc?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is ViewData and TempData in ASP.Net MVC?
What is mvc entity framework?
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.
What is Peek method in Tempdata in ASP.Net MVC?
How we can register the Area in ASP.Net MVC?
What is inline schema, how does it works
Explain how to use multiple submit buttons in ASP.Net MVC?