How many languages .NET is supporting now?
Answer Posted / ram
.Net 128 language will be support.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between an abstract class and an interface?
Name the classes that are introduced in the system.numerics namespace.
Tell us what is the difference between struct and class?
Explain how to spawn a thread?
What is meant by localization?
What is meant by globalization?
Explain about managed heap?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Describe difference between inline and code-behind?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Please explain when should you use .net web forms over asp.net mvc?
Which dll is required to translate xml to sql in internet information server (iis)?
Can I write il programs directly?
What is difference between static page and dynamic page?