What is intermediate language in .NET ?
Answer Posted / nazrul
when we compile a file in cscharp through csc compiler it
reach at intermidiate state where it neighter in souce code
nor in machine native code.it can be exe or Dll which can
later be used in diffrent language.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is sealed class?
Explain cls?
Described strong typing
Explain an assembly and its use?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain the observations between vb.net and vc#.net?
What are the difference between dispose(), close(), exit(), end()?
What are the assembly entry points?
Describe about visual basic.net?
What are the various open source tool available for VB.NET?
source code for how to login a vb.net application ?
What are the shadow variables?
What is private assembly?
Explain the difference between system.string and system.stringbuilder classes?
Explain redim keyword?