Simple Question

Emmad Kareem 81 Reputation points
2021-09-17T15:34:40.24+00:00

Hello

1 - When developing a project using XAMARIN using VS2019 Community Edition This project should run on Windows and Mac. Will this project run on MAC and PC unchanged as is? Or will I have create a Windows version and Mac version?

2 - What is the difference between .NET CORE and XAMARIN projects? Does XAMARIN require .NET CORE?

Thanks.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,336 questions
0 comments No comments
{count} votes

Accepted answer
  1. JarvanZhang 23,951 Reputation points
    2021-09-20T05:34:16.32+00:00

    Hello EmmadKareem-8872,​

    Welcome to our Microsoft Q&A platform!

    Will this project run on MAC and PC unchanged as is? Or will I have create a Windows version and Mac version?

    It's able to run a Xamarin project created by VS for mac on the VisualStudio (windows). When migrating the project, please empty the bin and obj folders to clear the cache data.

    What is the difference between .NET CORE and XAMARIN projects? Does XAMARIN require .NET CORE

    Xamarin is developped on Mono which is a open source cross-platform implementation of the .NET. .NET Core is a lightweight, modular, and cross-platform implementation of .NET. Xamarin doesn't requires .NET Core now. In .NET 6(next version), xamarin seems to be shipped into core. Please focus on the release of .NET 6.0 to get the updates.

    Best Regards,

    Jarvan Zhang


    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.


0 additional answers

Sort by: Most helpful

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.