adspace


what is dotnet architecture? can anyone explain that.

Answer Posted / Amber Goel

The .NET architecture is a software framework developed by Microsoft. It provides a common runtime environment (CLR), class libraries, and tools to build, deploy, and run applications on various platforms (Windows, Linux, macOS). The core components of the .NET architecture include:n- Common Language Runtime (CLR): Provides services like memory management, security, interoperability, and exception handling.n- Framework Class Library (FCL): A collection of predefined classes and namespaces to perform common programming tasks.n- Just In Time Compiler: Converts high-level managed code into native machine code at runtime.

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