Answer Posted / naveen
struct is an example of value type.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of ienumerable in c#?
What is a three-tier application.
How to find type of variable?
What all details the assembly manifest will contain?
What are the collections in c#?
How jit (just in time) works?
What is the difference between CreateObject() and GetObject()?
Which of the following API is used to hide a window?
What is enumerable in c#?
Why data types are important in c#?
Explain async and await?
In a site to turn off cookies for one page which method is followed?
What is the difference between delegates and events in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What does the dispose method do with the connection object?