Explain managed code?



Explain managed code?..

Answer / Savinay Kumar

Managed code refers to the software that is built using .NET Framework, which is designed to run within a managed environment. It is a type-safe and memory-managed code that allows developers to write applications with improved performance, security, and reliability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is the main use of a namespace?

1 Answers  


i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?

1 Answers   IBM,


What is versioning in .NET?

3 Answers   HCL,


sir i want to ask you that how can i fetch or get sql data into texboxes.where i want to show record in specific texboxes related to student information.when i click on button all data show on texboxes when i put id or name plz inform me on my id

1 Answers  


what is the base class of .net?

7 Answers  


What are the difference between dispose(), close(), exit(), end()?

1 Answers  


What is the source code for display the picture in button click event?

1 Answers  


What is difference between import system.data.sqlclient,system.data.oledb?

1 Answers  


I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com

1 Answers  


hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.

1 Answers  


What is MSIL

8 Answers  


Why Datareader is useful?

5 Answers  


Categories