What namespaces are necessary to create a localized
application?
Answer Posted / guest
system.web
| Is This Answer Correct ? | 5 Yes | 16 No |
Post New Answer View All Answers
Is c# lazy thread safe?
Describe an abstract class?
What are virtual destructors?
Can a class have static constructor?
What is the difference between static and private constructor?
What are c# collections?
What do you mean by the delegate in c#?
For read-only operation which property you have to designated?
Why do we need to override in c#?
Why do we use inheritance in c#?
What is immutable in C#?
Can we have only “try” block without “catch” block in c#?
What is the use of the dispose method in C# ?
What is list array in c#?
what is the meaning of Object lifetime in OOPS