What are the components of the .Net framework?

.Net structure gives different preferences to the programmers in contrast with the favourable circumstances gave by different stages. Microsoft has coordinated different current just as existing innovations of utilization improvement in the .NET system. These advances are exceptionally productive for present-day just as a future business application. There are the following segments of the .NET system:

  • .NET Class Library
  • Normal Language runtime
  • Dynamic Language runtime
  • Application spaces
  • .Net Framework Security
  • Cross-Language interoperability
  • One next to the other execution
  • Normal Type System

1) .NET Class Library

The .NET structure contains different classes that are promptly accessible for designers. The classes in the FCL (structure class library) are gathered under different namespaces.

2) Common Language Runtime

CLR gives interoperability between various language, like C#, VB, Visual C++, by giving a typical domain to the execution of code written in of these dialects.

3) Dynamic Language runtime

DLR gives to execute dynamic dialects on .NET Framework by adding some unique administrations to the CLR.

4) Application areas

It is utilized to separate the procedure of various applications and can be characterized by the .NET structure.

5) .NET Framework Security

.NET structure gives numerous instruments that can be utilized by engineers to shield the assets and code from unapproved clients.

6) Cross-Language interoperability

Item or agreed code of one language can be utilized in another .NET good language.

7) Side by side execution

In a similar application, we can utilize various renditions of CLR at the same time.

8) Common Type System

CTS is utilized to keep up information honesty over the code written in various .NET agreeable dialects. CTS likewise used to anticipate information misfortune when a sort in one language moves information to its identical kind in other language.

Leave a Comment

error: Alert: Content is protected!!