adspace
Is .net core managed code?
Answer Posted / Awadhesh Kumar
Yes, .NET Core is managed code as it runs on the Common Language Runtime (CLR), which is an integral part of Microsoft's .NET Framework.
Post New Answer View All Answers
Write the .net syntax for 'while loop'?
1141