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
What is code first? : Entity framework
how do you mark a property as required? For example, for a project, the name is a required field.
What are bundling & minification features in asp.net mvc 4?
What is the difference between renderaction and renderpartial?
How route table has been created in asp.net mvc?
Mention the core components of .net framework?
How you can implement custom validation in asp.net MVC?
What is meant by bootstrap in mvc5?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is a model in android?
What is .net framwork?
Explain two instances where routing is not implemented or required?
what is entity graph in entity framework?
When will the .net framework 3.0 be released?
mention what are the various methods provided by the dataset object to generate xml?