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
How to create a constant in vb.net?
Name some different types of control?
What is a preprocessor directive in vb.net?
What is the difference between system.applicationexception class and system.systemexception?
What is a static variable?
What are the shared variables?
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
Which classes a dll can contain?
What is branching logic control in VB.NET?
What is multiple form in vb?
What is vb.net used for?
Is vb.net dead?
What are the advantages of vb.net and c#?
What is the differnce between managed code and unmanaged code?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?