Answer Posted / zubair khan
MSIL IS Microsoft Intermediate language.It manage code when
compiling. the compiler translate your source code into
microsoft intermediate language.It must be converted cpu
specific code, usually by a jit(just in time)
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain strong name in .net assembly?
Explain convert.tostrin?
What is deep copy?
Name some of the features present in vb 2005?
What is break mode? What are the options to step through code?
Can you please explain the difference between int and int32?
What is the purpose of objects present in asp.net?
how many server control present in .net
What is a static variable?
Write the role of new keyword?
Explain the use of serialization and deserialization?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
Did vb6 support multi-threading ?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
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.