About team development in vs

李畋岷 76 Reputation points
2022-03-28T02:05:01.757+00:00

How to develop an asp.net core web app by team in visual studio 2019?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Zhi Lv - MSFT 32,016 Reputation points Microsoft Vendor
    2022-03-28T08:32:38.427+00:00

    Hi @李畋岷 ,

    First, to create asp.net core application in VS 2019, please check your Asp.net core version and the VS 2019 version, because the Asp.net core has the VS version requirement, like this:

    187375-image.png

    More detail information, you could check the .Net SDK download page.

    Then, to develop the application by team, you can work with the Git provider of your choice, such as GitHub or Azure DevOps.

    Refer the following articles:

    How Visual Studio makes version control easy with Git

    Clone a Git repository in Visual Studio

    Compare the Git experience to Team Explorer in Visual Studio 2019

    Connect to projects in Team Explorer


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.

    Best regards,
    Dillion