1.

What are the important components of .Net?

Answer»

4 main components of .Net Framework are mentioned below:

  • CLR(Common Language Runtime)
  • CTS(Common type system)
  • BCL(Base Class Library)
  • CLS(Common Language Specification)

1. CTS stands for Common Type System

It has a lot of GUIDELINES which state how an information type ought to be proclaimed, characterized and utilized in the program. It portrays the information types that are to be utilized in the application.

We can plan our own classes and qualities by following the principles that are available in the CTS. The principles are made with the GOAL that the information type pronounced utilizing a programming language is callable by an application that is created utilizing an alternate language.

2. CLR stands for Common Language Runtime.

It is one of the most significant parts of the .Net structure. It gives building squares to numerous applications.

An application assembled utilizing C# gets incorporated by its own compiler and is changed over into an Intermediate language. This is then focused on CLR. CLR does different tasks like memory the executives, Security checks, congregations to be stacked and string the board. It gives a protected execution condition to applications.

3. CLS stands for Common Language Specification

With the RULES mentioned under CLS, the developers are made to USE the components that are inter-language compatible. They are reusable across all the .Net compliant languages.

4. BCL stands for Base Class Library

BCL otherwise called the Class library (CL). BCL is a subset of Framework class library (FCL). Class library is the accumulation of reusable sorts that are firmly incorporated with CLR. Base Class library gives classes and types that are useful in performing an everyday task, for example, managing string and crude sorts, database ASSOCIATION, IO activities.



Discussion

No Comment Found