What is intermediate language in .NET ?
Answer Posted / jastaj
It converts the code into bytecode. it is a service that
runs under the CLR. When we compile our code it gets
compiled into IL(Previously Known as MSIL).
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is an assembly and its use?
Explain what observations between vb.net and vc#.net?
Explain about Visual basic.NET culture?
Explain about garbage collection?
Explain cts?
How many languages are supported by .net?
What is the difference between Namespace and Assembly?
What keyword is used to accept a variable number of parameter in a method?
Explain option strict?
Which namespace are used for accessing the data?
How a base class method is hidden?
Explain the difference between vb.net and c#, related to oops concepts?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
How to run a dos command in vb.net?
Explain the difference between system.string and system.stringbuilder classes?