affiliate marketing Interview Qns: .What is .NET Framework?

Sunday, November 14, 2010

.What is .NET Framework?

.NET Framework is a common environment for building, deploying, and running Web applications and Web Services.

The .NET Framework has two main components: the common language runtime and the .NET Framework class library.

common language runtime(CLR)

CLR takes care of code management at program execution and provides various beneficial services such as memory management, thread management, security management, code verification, compilation, and other system services.

Class Library

Comprehensive object-oriented collection of reusable types that can be assembled to build a wide range of applications and services

No comments:

Post a Comment