what is managed data and managed code?
Answers were Sorted based on User's Feedback
Answer / upendra nath solige
Managed Code: Code runs with in CLR.
Unmanged code: Code runs out fo CLR(Eg: Code of API's, VB
dll references)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / shreepad deshpande
Managed code runs under the machine H/W availability.
Suppose you build your code on a machine having 128MB RAM
and 800MHz Processor and you deploy that code on a machine
havinf same or higher configuration then it works fine. It
means DOT NET CLR builds code managed with build machine.
While un managed code is other part. It needs certain H/W
specification. No matter where you build it. If certain
application in Java requires 2 GB RAM to run then it will
not allow application to run on 1 GB ram Machine.
| Is This Answer Correct ? | 2 Yes | 5 No |
Give An example of a ctype and directcast.
Explain the Difference between value and reference type.
Explain clr, cts and cls?
Please explain when should you use .net web forms over asp.net mvc?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
Explain how does assembly versioning work?
How to create multiple inheritance in c#, with example?
What is Ajax? How it is related to your project?
What is the model role in Mvc architecture?
What is the difference between constants and read-only variables?
How is meant by dll in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?