What is intermediate language in .NET ?
Answer Posted / santosh
.net supports CLS i. e. Common language type. its a
microsofts feature to bring all languages near one roof.
When You compile .net code it dosen't converted into binary
language, it converted into IL (Intermidate Language) also
known as MSIL. And from IL to binary language converted at
run time, CLR manages this process. At the runtime also it
not converts whole project at time to binary, only converts
that part which is going to execute, this the performance
of project increases. This IL can use any lanuage which is
member of that .net studio. The assemblies (ExE, DLL) are
also in IL form. So u can use any EXE or DLL created in
vb.net in c#.net also.
| Is This Answer Correct ? | 71 Yes | 8 No |
Post New Answer View All Answers
Explain about the keyword must inherit?
What are the different types of Lock available in Visual Basic?
Compare c# and visual basic.net?
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?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
So you know which dll is used for microsoft .net run time?
Explain the use of option explicit?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Which namespace are used for accessing the data?
What is the main use of a namespace?
Explain option strict?
What is the purpose of objects present in asp.net?
What is strong name in .net assembly?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What do you mean by serialization and deserialization?