search
HomeCommon ProblemWhat language is .net?

What language is .net?

Jul 14, 2020 am 11:11 AM
.net

The full name of NET language is "ASP.NET". It is a new programming framework theory or a programming standard introduced by Microsoft. It can be used for project development and application through the Visual Studio development tool produced by Microsoft. The development of website classes is generally written in "C#" language, and the application class is generally written in VB.

What language is .net?

The full name of NET language should be ASP.NET. It is a new programming framework theory or a programming standard launched by Microsoft. It can be passed through Microsoft The produced Visual Studio development tools are used for project development. The development of website classes is generally written in C# language, and the application class is generally written in VB.

Programs written in this language can run on all operating systems with net frame installed (in theory, I have not tested it in practice), and have cross-platform characteristics.

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

1..net framework is divided into two parts:

CLR: Common Language Runtime (Common Language Runtime), which provides internal management, code security detection and other functions.

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

2. CLR structure:

CLS: Common Language Specification, which converts various languages ​​into unified syntax specifications.

CTS: Common type system, converts data types in various languages ​​into unified types

JIT: Just-in-time compiler (just-in-time compiler) is used to compile the converted language into Binary language is handed over to the CPU for execution.

3 .NET operation mechanism process

Various languages ​​(corresponding source programs for c#, F#, j#, etc.)——>Compiled for the first time by CLS and CTS——> Unified specification language (intermediate language) MSIL (.EXE, .DLL)——>JIT second compilation——>Binary language——>Running in CPU

Java operating mechanism:

java——>Compilation——>Bytecode file (.CLASS)——>jvm interpretation (jvm virtual machine)——>Binary language——>Run in CPU

The above is the detailed content of What language is .net?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!