In learning. in the process of net, we often encounter some commonly used terms and abbreviations, some may be very familiar with, some may only know their "sound" and do not know their "meaning ", in order to let everyone better understand their true faces, I have sorted out some of the things I often encounter and made some brief supplementary instructions, hoping to help everyone learn.
Vos ---- invalid Ural Object System, a virtual system generated to solve the compatibility problem between different programming environments and different programming languages, it also supports object-oriented and process-oriented languages. you can also convert different language types.
CLS --- common language specification is a set of CLR-defined language features. A common language specification is a set of constructor and constraints that act as a wizard for database writer and compiler writer. It enables the library to be fully available in any language that supports CLs and enables those languages to be integrated with each other. The common language specification is a subset of a general type system. Common Language specifications are also important for application developers who are writing code that will be used by other developers. When developers design publicly accessible APIs according to CLS rules, these APIs are easily used in all other programming languages of the Common Language Runtime Library.
CTS --- common type system general type system is a rich type system built in the Common Language Runtime Library. It supports the types and Operations existing in most programming languages. General type systems support the complete implementation of a wide range of programming languages.
Ves --- visual execution system virtual execution system is used to drive the running environment, load metadata, and handle Exception Handling, debugging, thread management, and other operations.
Msil --- Microsoft intermediate language programmers use VB.net C # JScript and other languages to compile programs into msil.
CLR --- Common Language Runtime is used to compile msil code during the common language runtime, mainly executed in the background environment of net.
JIT ---- just in time instant Compiler (Quasi Real-Time ).
API --- application program interface the application interface is a set of components used to control windows (from the appearance of the desktop to the memory allocated by a new process) a set of predefined Windows functions.
IDE --- intergrated developer environment integrated development environment.
Class-class is the basic unit of object-oriented programming. It is a data structure that contains data members, function members, and nested types. There are two common classes: object class and string class.
Soap --- Simple Object Access Protocol can be used to call Web Services in a process and return the required data. It is encapsulated by XML or other elements. It is based on XML as the basic encoding structure and is established on existing communication protocols (such as HTTP, however, it is said that Ms is working on the underlying architecture of soap on TCP/IP.
SGML --- structured Generalized Markup Language structured general-purpose markup language is a set-up language. In fact, it is a general-purpose document structure description set-up language, it is mainly used to define the logic and physical structure of the document model. SGML is an international ISO 1986 Standard released by ISO in 8879.
CSS --- Cascading Style Sheet (cascading stylesheet) A markup language that controls webpage styles and allows separation of style information from webpage content.
XSL --- Extensible Stylesheet Language the extended style sheet language XSL is short for Extensible Stylesheet Language. As its name suggests, it is a style language and serves XML.
XML -- Extensible Markup Language (XML) is also an extensible markup language. It also relies on tags that describe certain rules and application processing tools that can read these tags to play its powerful functions.
Dom-& #068; ocument object model Document Object Model is a document platform that allows programs or scripts to dynamically store and upload file content, structures, or styles. using the DOM defined for SVG, you can easily make SVG animations through script statements. A large number of event handles, such as onmouseover and onclick, can also be assigned to any SVG object. because of its good compatibility, script statements can simultaneously serve both XML and SVG on a page.
SVG --- Scalable Vector Graphics is a standard open vector image format. it makes the webpage you designed more exciting and meticulous. using simple text commands, SVG can even make various common image effects, such as linear color changes, custom placement of fonts, transparency, dynamic effects, and image effects.
DTD --- & #068; ocument type definition create document type DTD can be seen as a markup language syntax file, it is a set of rules defining how to use XML markup, it is an effective method to ensure that the XML document format is correct.
VML --- Vector Markup Language VML is actually a product of combination of word and HTML. Only ie5.0 and later versions provide support for VML. VML allows you to draw vector images in IE and supports a wide range of vector graphics features.
SMIL --- Synchronized Multimedia intergration synchronizes the Multimedia Integration Language.
The. NET Framework ---. NET Framework class libraries class library allows programmers to conveniently call a large number of functions in their applications to improve project efficiency.
IIS-Internet Information Server Internet Information Service, which executes. NET Framework for Web pages.
WSDL --- Web Services Description Language the Web Service Description Language is an XML file used to describe the relationship between Web Services and users.
UDDI --- universal description, discovery and intergration General description discovery and integration of a project involving the entire industry, aiming to standardize the Web service discovery process
Oop -- Object Oriented Programming Object-Oriented Programming
Ood --- Object Oriented Design Object-Oriented Design
OOA --- Object Oriented analyzing Object-Oriented Analysis
SSL --- Secure Sockets Layer Secure Socket Layer is a set of Internet data security protocols developed by Netscape. The current version is 3.0. It has been widely used for identity authentication and encrypted data transmission between Web browsers and servers.
Gui --- graphical user interface (interface). Generally, the design of man-machine interaction graphical user interface is often read as "goo-ee ", accurately speaking, GUI is the visual experience and interactive operations of screen products.
Net Framework --- Microsoft. NET Framework is a platform for generating, deploying, and running Web services and applications. It provides a highly productive and standard-based multilingual environment for integrating existing investments with next-generation applications and services, it also provides flexibility to solve the deployment and operation difficulties of Internet-scale applications .. The net framework consists of three main parts: the public Language Runtime Library, the hierarchical set of unified class libraries, and the Active Server Pages componentized version called ASP. NET.
(Some information in this article comes from the Internet)