How to find out that the code is written as managed or un-managed code?
Answer / Priya Raghuvanshi
Managed code in C# refers to code that runs on the .NET Framework, while unmanaged code refers to native code written in languages like C++. To determine whether a code is managed or unmanaged, you can check for the presence of some specific characteristics. Managed code will be compiled into Common Intermediate Language (CIL) bytecode and executed by the Common Language Runtime (CLR), whereas unmanaged code does not have these features and relies on Platform Call (P/Invoke) or other mechanisms to interact with .NET managed code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a hash table c#?
What?s the difference between an interface and abstract class?
Are objects passed by reference in c#?
What is the default value of singleordefault?
Describe the process of “exception handling implementation” in c#?
What is xml comments in c#?
From which base class do all Web Forms inherit from?
How do I create a multilanguage?
What is an xsd file?
What does || mean in programming?
C# is case sensitive, what is mean by case sensitive
If you define integer variable and a object variable and a structure then how those will be plotted in memory ?
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)