Answer Posted / devendra kumar dwivedi
CLR is the common language runtime environment that managed
the code at execution time irrespective of what language you
will choose to write your application. CLR managed the code
for all.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Did vb6 support multi-threading ?
What is the difference between import system.data.sqlclient and system.data.oledb?
what is the advantage of option strict on?
What are jagged arrays ?
What is meant by jagged arrays?
What is the difference between convert.tostring and .tostring() method?
Write a program to find all text files in a logical drive and return the count of the number of files?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What is a literal control?
What is the source code for display the picture in button click event?
How to create a constant in vb.net?
what is common type system?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What are all the differences between dispose and finalize()?