Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the language of .net

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

This article is to share with you about the language of. Net, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article. Let's take a look at it.

The full name of net language is "ASP.NET". It is a new programming framework theory or programming standard released by Microsoft. It can develop projects through Visual Studio development tools produced by Microsoft. The development of website classes is generally written in "C #" language, and application classes are generally written in VB.

The full name of NET language should be ASP.NET, which is a new programming framework theory or programming standard released by Microsoft. It can develop projects through Visual Studio development tools produced by Microsoft. The development of website classes is generally written in C # language, and application classes are generally written in VB.

Programs written in this language can run on all operating systems with net frame installed (in theory, but I haven't experimented with them in practice) and have cross-platform features.

It is said that Microsoft launched net to compete with java, because java can run on any operating system (cross-platform) through the java virtual machine.

The 1..net framework consists of two parts:

CLR: common language Runtime (Common Language Runtime), provides internal management, code security testing and other functions.

FLC:.NET framework class library (.NET Framework Class Library), provides a large number of application class libraries, in which there are many threaded resources available (such as classes, methods, properties) to improve open efficiency.

The structure of 2.CLR:

CLS: a common language specification that acquires the conversion of various languages into a unified syntax specification.

CTS: a common type system that converts data types from various languages to unified types

JIT: the real-time compiler (just-in-time compiler) is used to compile the converted language into a binary language and give it to CPU for execution.

3. Net running mechanism flow

Various languages (source programs corresponding to cymbals, languages, etc.)-- > compiled for the first time by CLS,CTS-- > Unified Specification language (intermediate language) MSIL (.exe, .DLL)-- > JIT second compilation-- > binary languages-- > run in CPU

The operation mechanism of java:

Java-- > compile-- > bytecode file (.class)-- > jvm interpretation (jvm virtual machine)-- > binary language-- > run in CPU

The above is what the. Net language is, and the editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report