Beginner Windows Application Development encountered a few professional terminology explained

Source: Internet
Author: User

1. The. NET Framework

The Visual Studio.NET program development Environment is a Microsoft-developed Windows Application development tool based on. NET architecture that supports programming languages such as vb.net, C + +, C #, and Java, providing a unified object-oriented programming development environment, while. Net The framework is the core of this development environment and it contains the. NET application to all compilers required by the executable, and provides a common runtime environment for all development languages, including common language specifications, public type systems, JIT compilers, code management, and garbage collectors. Where the JIT compiler can compile. NET applications into an intermediate language that can be shared by all. NET languages.

2. Windows desktop Application

A graphical user interface application developed in Managed C + + that users interact with the application through a graphical user interface that does not produce a console window, which is created by the user itself.

3. Windows Console Application

Windows generates a console window before entering the executable's code, and the input and output are displayed in this command Prompt window.

4. The difference between an empty project and a console application

Are running in a DOS environment, but the empty project does not contain the precompiled header files and other framework content, in theory can be changed through personal Configuration console application, just too troublesome, not necessary.

Beginner Windows Application Development encountered a few professional terminology explained

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.