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 the significance of delegates. Where should they be used? What are the situations where we require them?
What is intermediate langauge?
difference between checkbox vs radiobutton??
Write the role of new keyword?
Using VB, how can you change the Mouse Pointer?
What are the assembly entry points?
What is the feature which is common to all .net languages?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is the main use of a namespace?
List the types of authentication?
What is internal keyword in .net framework?
What is difference between import system.data.sqlclient,system.data.oledb?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Define manifest?
Can you please explain the difference between system.string and system.stringbuilder classes?