wpf .NetCore License

essamce 621 Reputation points
2020-11-03T07:24:24.93+00:00

hi
what options do we have to Licensing .NetCore wpf App, and what is the best.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,756 questions
{count} votes

1 answer

Sort by: Most helpful
  1. DaisyTian-1203 11,621 Reputation points
    2020-11-04T07:37:43.233+00:00

    It is no need to create a License for your WPF if you want to publish in Microsoft Store. The WPF project is a desktop app which need to be converted to Desktop Bridge app before publishing it to the store.Now it can easily to implement by Visual Studio. I will show you the detailed steps to publish it.

    Step 1. You need a windows developer account in Partner Center and to create App submission in it.
    Step 2. Setup the Windows Application Packaging Project(eg, named MyWPFPackageProject) in your WPF project solution.
    Step 2. Configure a package with the manifest designer for MyWPFPackageProject.
    Step 3. Generate an app package on MyWPFPackageProject.
    Step 4. Upload app package on the Partner Center

    For more details about the process to in Partner Center and submit it to Store, please add windows-partner-center-general for your new question.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.