What namespaces are necessary to create a localized
application?
Answers were Sorted based on User's Feedback
Answer / srivathsan
can any one explain why only these two namespaces are
required? and what these two namespaces do?
Is This Answer Correct ? | 0 Yes | 0 No |
What is private protected in c#?
Can you allow class to be inherited, but prevent the method from being over-ridden?
How can we set class to be inherited, but prevent the method from being over-ridden?
Can you inherit multiple classes in c#?
What does void do in c#?
Is list a collection c#?
What are instance fields in c#?
When you inherit a protected class-level variable, who is it available to?
What is the purpose of namespace in c#?
What’s a strong name?
Does C# supports multi-dimensional arrays?
Are structs faster than classes?