GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Microsoft  >  Architecture
Go To First  |  Previous Question  |  Next Question 
 Architecture  |  Question 26 of 28    Print  
What is a managed code.
Is 'Dim fs as filestreamobject' is a managed code?

  
Total Answers and Comments: 4 Last Update: November 02, 2006     Asked by: deepu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 21, 2006 10:29:40   #1  
Shilpa Mehta        

RE: What is a managed code.Is 'Dim fs as filestr...
The .NET Framework provides a run-time environment called the Common Language Runtime, which manages the execution of code and provides services that make the development process easier. Compilers and tools expose the runtime's functionality and enable you to write code that benefits from this managed execution environment. Code that you develop with a language compiler that targets the runtime is called managed code; it benefits from features such as cross-language integration, cross-language exception handling, enhanced security, versioning and deployment support, a simplified model for component interaction, and debugging and profiling services


 
Is this answer useful? Yes | No
September 24, 2006 09:36:07   #2  
sekhar reddy        

RE: What is a managed code.Is 'Dim fs as filestr...
A code which is written according to .net Framework is calledd managed code. managed code manages by CLR.
 
Is this answer useful? Yes | No
September 28, 2006 05:08:28   #3  
balajifortest Member Since: August 2006   Contribution: 13    

RE: What is a managed code.Is 'Dim fs as filestr...

Hai,

   Managed Code that is executed under the control of CLR  which uses .net BCL in it.FileStream Class is present in System.IO namespace so that it also falls under Managed Code. 


 
Is this answer useful? Yes | No
November 02, 2006 06:39:51   #4  
Jagtar        

RE: What is a managed code.Is 'Dim fs as filestr...
Managed code it that which must be care by any intermediate manager. for eg. in dot net it is a interpreater based language. Allocation of memory is done by CLR. Garbage collection also plays a valuable role to manage the memory. and other featuers like security etc are also taking care by CLR.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape