What is intermediate language in .NET ?
Answer Posted / bovindra singh
It is cpu independent language.It is only understand by
CLR.due this language(MSIL) vb.net application can run on
any platform on which .net framework is present.
Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
What is the strong name in .net assembly?
What is pre-jit?
What is global assembly cache (gac)?
What is option strict?
Name the class which allows an element to be accessed using unique key?
What is the feature anonymous type?
What is an assembly and its use?
What is econo-jit?
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 .
Explain public assembly?
What is portable executable?
What is the differnce between managed code and unmanaged code?
What is difference between metadata and manifest?
What is the difference between readonly variable and constant variable?
Explain the difference between int and int32?