What is managed code in .NET?
Answer / Nidhi Garg
Managed code is any .NET code that runs on the Common Language Runtime (CLR), which provides services such as memory management, garbage collection, exception handling, and security checks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what are three common acronyms used in .net, and what do they stand for?
What is connection pooling and how do you make your application use it?
What is a web service in .net?
Elements of CAS
What distributed process frameworks outside .NET do you know?
Explain different types of cookies in .NET?
What are object pooling and connection pooling and difference?
What is cyclomatic complexity and why is it important?
What is Flyout Design Pattern in .NET?
1 Answers Petranics Solutions,
Explain how to stop a thread?
Explain the two different types of typecasting?
What is managed code execution?