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 is the managed and unmanaged code in .net?
3 Answers Deltech, Dhanush Infotech,
What is the Difference between imperative and interrogative code?
Where?s Windows service database located?
What is "microsoft intermediate language" (msil)?
What is cyclomatic complexity and why is it important?
Difference between class and interface in .net?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
How do you start, pause, continue or stop a Windows service off the command line?
What's the .net collection class that allows an element to be accessed using a unique key?
Is .net 4.8 backwards compatible?
State the differences between the dispose() and finalize().
Please explain what do the terms “boxing” and “unboxing” mean?