About team development

李畋岷 76 Reputation points
2022-03-22T03:25:43.86+00:00

There are two developers to develop a web app. One uses visual studio,creating asp.net core project. The other uses java language in IDEA. Can these two developers cooperate to develop the same web application? What should they do?

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

2 answers

Sort by: Most helpful
  1. Farzana Dubai 1 Reputation point
    2022-03-22T04:45:14.097+00:00

    I'd like to know the answer.
    i am working in Farzana online store, shopping for fruits and vegetables online in Dubai makes it possible for you to do so from the comfort of your own home or office.

    0 comments No comments

  2. Bruce (SqlWork.com) 61,731 Reputation points
    2022-03-22T15:59:21.687+00:00

    they can not be the same website. but one website could be the frontend UI support. and the other website could be the api / business logic support. if you used the micro service approach, then each micro service could be a different language.