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 difference between structure and class?
Explain public assembly?
So you know which dll is used for microsoft .net run time?
Explain the use of serialization and deserialization?
What is late binding?
Can you please explain the difference between system.string and system.stringbuilder classes?
Explain convert.tostrin?
Explain the difference between c# and vb.net?
What is global assembly cache (gac)?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
what is commom language runtime?
Explain enumerator?
What do you mean by Redim in VB.NET?
What are all the parts of .net framework?
Define manifest?