. NET Core App types (portable apps && self-contained apps)

Source: Internet
Author: User

    • Introduced

There are many ways to think about the type of application you are building, usually a type used to describe a particular execution model or an application based on it. For example: Console app (console application), Web App (Web application), and more. All of these types of apps can be created with. NET core, which is itself a common development platform. But to give the. NET core cross-platform features,. NET core still needs a corner to explore the type of application, which is called the portability of the app (application's portablility). Portability essentially means where you can run your application and what prerequisites are required to run on a particular machine. Here we describe the portable types that two major. NET cores have.

    • Portable Applications

"Dependencies" : {    "Microsoft.NETCore.App": {          "version""1.0.0",        " type""platform"}    },"Frameworks": {      "netcoreapp1.0": {}}

"Microsoft.NETCore.App" is a "meta-packet" that shows you the target. NET Core class library. The "Type:platform" attribute in the dependency means that when publishing, the publishing tool omits to publish these dependent. NET Core class library files because these dependent class library files have been installed on the destination server with. NET Core.

    • Self-contained applications

. NET Core App types (portable apps && self-contained apps)

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.