Answer Posted / ezhilarasi.k
Common Intermediate Language(CIL), previously known as
MSIL.
At compile time,a .net compiler converts the source code
into byte code (CIL)
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
What are the difference between structure and class?
What is the difference between custom control and user control?
Explain i.tostring method?
Name some of the keywords used in vb.net?
What is the use of errorprovider control?
What are the shared variables?
What is writeline in vb.net?
Tell me which namespace are used for accessing the data?
Explain the difference between thread and process?
Explain how to achieve polymorphism in vb.net?
Explain the services provided by common language infrastructure.
How many classes a dll can contain?
Explain option explicit?
What is redim keyword?