Answer Posted / mkm
dispose method is last method excuted in c# program
while finally will excute after the try block
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is null character in string?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
What is difference between constants and read-only?
Is stringbuilder thread safe c#?
Why do we need structs in c#?
How does dictionary work in c#?
What is an extension method in c#?
Is collection a data structure?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What are the 2 types of data types available in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is a partial method?
Is namespace necessary in c#?
Explain the difference between directcast and ctype.
Can hashset contain duplicates c#?