Answer Posted / pallavi jadhav
CLR actually take care ofentire execution, memory managment
of .net applicatin.COde that u developed with alanguage
compiler that targets runtimeis called as managed code; it
benifits from from feature such as cross language
integartion, cross-language exception handlaing, enhance
securityversion & deployment support
This runtime is allocated by visual studio.NET IDE is
called as runtime host.
it's benifitsw are
1.it improve Performance
2.ability to easily use compopnant developed in other
languages
3.Cross language integration,espacially cross-language
inheritance
4.Garbage collection
5.slf describing obj which makes using IDL unnecessary
6.The ability compile once & run on any CPU & operating
system that support the runtime
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Explain the components of common language runtime.
Explain the use of serialization and deserialization?
Explain the use of option explicit?
What are the assembly entry points?
How would you implement inheritance using vb.net?
Can you please explain the difference between authentication and authorization?
What are nested classes?
What is enumerator?
List the types of generations in garbage collector?
What is the difference between .dll extension and .exe extension files?
What keyword is used to accept a variable number of parameter in a method?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is static member?
What is the difference between value and reference types?
Explain the difference between datatable and dataset?