adspace


Please explain what is the .net framework and how does it work?

Answer Posted / Deepika Saxena

"The .NET Framework is a software development platform created by Microsoft. It enables developers to build, deploy, and run applications on various devices and operating systems using multiple programming languages like C#, VB.NET, F#, etc. The framework provides a common runtime environment (the Common Language Runtime) that manages code execution, memory management, security, and other system services for the .NET applications."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143