What is difference between managed and unmanaged code?
Answer / Amar Kumar Mandal
Managed Code: In .NET, all code runs inside the Common Language Runtime (CLR). This includes all C# code, as well as code written in other .NET languages such as Visual Basic.NET and F#.nUnmanaged Code: This is code that does not run inside the CLR, such as code written directly in machine language or assembly language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can an interface inherit an interface
what is unit testing
Why multiple Inheritence is not used in C#?
How to use delegates with events?
What is static and use of it?
What is inner class in c#?
What does assert() do?
How do I declare a pure virtual function in c#?
What is the meaning of console writeline in c#?
what is the purpose of new keyword while creating an object?
What is strong data type in c#?
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
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)