What is .NET?

devquora
devquora

Posted On: Feb 22, 2018

 

.NET is a software development framework by Microsoft. This contains 3 main components including Common Language Runtime, Framework classes, and ASP.NET. These components provide excellent runtime and inbuilt functionalities in form of class libraries. Other components are metadata and self-description components, dynamic language runtime and more.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    .NET Interview Questions

    What are the purposes of using .NET?

    .NET is used for creating web applications, Windows mobile, and Store applications, Windows Desktop..

    .NET Interview Questions

    How is .NET able to support a lot of languages?

    .NET is equipped with Microsoft Intermediate Language (MISL) that has got codes compiled within itself...

    .NET Interview Questions

    What is a .NET class?

    .NET class defines the kind of data or functionality the object will possess...