Answer Posted / saeed
common language runtime is responsible memory
management,starting up threads and process and ending them
and looking after security at runtime and it unifies
various frameworks as one need not require to know about
diffrent languages framework.as CLS(common language
specification) takes care of converting the code to MSIL
(microsoft intermediate language )later which is converted
machine code by JIT(just in time compiler)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the features of c# which are not present in vb.net?
What’s the difference between private and shared assembly?
Allowed program to auto-correct the database when loading a presentation.
How to retrieve images in sql server database through vb.net?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain how to send xml file on server using http protocol?
What are the different types of applications supported in .net (or) .net framework?
What is portable executable?
What is econo-jit?
What is the difference between manifest and metadata?
Explain clr?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is the difference between compiler and interpreter?
Explain jagged array in vb.net?
Explain an assembly and its use?