Resource Files: How to use the resource files, how to know
which language to use?
Answer / senthilraj s
Resource files are stored with culture extenstion in their
name. System.Globalization.CultureInfo.CurrentCulture.Name
is used to get the current culture name.
Is This Answer Correct ? | 8 Yes | 3 No |
What are the different.net tools which you used in projects?
What are the contents of assembly?
What are the similarities and difference between class and structure in .net?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
How do you create threading in .NET? What is the namespace for that?
Explain weg config settings for exception managment in asp.net?
What is the base class of Button control in .NET?
Explain how to redirect tracing to a file?
What application do you use to install a Windows service?
How is .net able to support a lot of languages?
What is assemblies in .net?
Is it possible implement webservices without SOAP?