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 |
Explain code access security.
What is lazy initialization?
What is the difference between web application and enterprise application?
Difference between assembly manifest & metadata assembly manifest
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is Global Assembly Cache (GAC) and what is the Purpose of it?
Should I use readerwriterlock instead of monitor.enter/exit?
What is typical about a windows process in regards to memory allocation in dot net?
How will you register com+ services?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is Application Domain?
What is the use of activex control in .net?