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 using system.net and system.net.sockets?
What is entityset? : Entity framework
Is any files are generated,when we are adding the web reference to the web service?
explain what does .edmx file contains?
What are the components required to create a route in mvc?
How to set the debug mode
What are authentication filters in web api?
How to use multiple submit buttons in asp.net mvc?
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 .net architecture?
Can you explain the page life cycle of mvc?
What is ViewData and TempData in ASP.Net MVC?