what is managed and unmanaged code?
Answers were Sorted based on User's Feedback
Answer / mayank
managed codes are which is supported by CLR, and unmanaged
code are those which is not supported.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / manish singh
Managed code: A code that is managed by CLR is know as
Manged code for example C#,j#,Vb.Net etc
Unmanged code: A code that is not managed by CLR is known
as Unmanaged by unmanaged code. for example c++, java, c etc
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sharifuddin
managed code: maintains in the Stack memory with the help of CLR
But unmanaged
code does not maintain by the CLr, and iots maintain by the
Heap memory.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kirti
The .NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. For these services to work, the code must provide a minimum level of information to the runtime. i.e., code executing under the control of the CLR is called managed code. For example, any code written in C# or Visual Basic .NET is managed code.
Code that runs outside the CLR is referred to as "unmanaged code." COM components, ActiveX components, and Win32 API functions are examples of unmanaged code.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you debug an ASP page, without touching the code?
1 Answers Prodigy Technologies,
What are the different types of cookies in asp.net?
How can I configure asp.net applications that are running on a remote machine?
Can you explain what inheritance is and give an example of when you might use it?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page
can we place the same DLL in debug folder two times? (without using strong name )
What is server infrastructure?
asp.net page is a object or not?
What is the part of url?
Where is the view state data stored in asp net?
I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refresh button of Crystal Report then it gives "Missing Parameter values" I also tried property of CR Viewer like crViewer.ReuseParameterValuesOnRefresh = True But it is not working. Plz give me solution.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)