Visual Studio For Mac Asp.net

  1. Download Visual Studio For Mac
  2. Visual Studio Code Mac Asp.net
  3. Visual Studio For Mac Free
  4. Visual Studio For Mac Download
Active1 year, 9 months ago

Thanks friend, It is a very interesting article but as you know Parallels is a Virtual Machine. I am wondering if there are any other ways of using visual studio on MAC without installing any virtual machines. ASP.NET 5 and Visual Studio Code were among the most interesting technologies mentioned. So, I decided to test using and installing these technologies on a Mac OS X system, running Yosemite. Create a Web API with ASP.NET Core and Visual Studio for Mac.; 15 minutes to read Contributors. All; In this article. By Rick Anderson and Mike Wasson. In this tutorial, build a web API for managing a list of 'to-do' items.

Since I am planning to buy a new MacBook Pro (2017) and currently working on a Windows 10-device on a ASP.NET MVC (Not ASP.NET Core MVC) project for my internship, I was wondering if it is possible to continue developing the same project in Visual Studio for Mac.

To put it in other words: Is it possible to develop ASP.NET MVC applications in Visual Studio for Mac?

I tried to Google this, but I could only find ASP.NET Core MVC projects being discussed for VS for Mac. The current project is NOT a Core project, but just an ASP.NET project.

I really don't want to install Windows either on my MacBook Pro or on an external drive.

jessehouwing
74.2k15 gold badges176 silver badges256 bronze badges
user7410216user7410216

1 Answer

As you've correctly surmised, it's not possible to build ASP.NET MVC projects on the Mac that aren't based on .NET Core or Mono. So if your project is currently targetting ASP.NET on .NET Framework 4.x, the you'll either have to stay on Windows:

  • Use Bootcamp to run Windows on your Mac
  • Use a Virtual Machine to run Windows inside Mac
  • Use Parallels Desktop or VMWare Fusion to run windows applications inside your Mac

Or you can convert your application over to Mono or .NET Core, depending on your dependencies that may be relatively easy, or very hard or anywhere in between.

You could also decide to use Visual Studio Team Services to build your code on a Windows Hosted agent and edit the sources on yoru mac, you'd have to forego the ability to compile or run your code locally.

You can also decide to 'rent' a virtual machine in Azure (maybe your have MSDN credits you could use for this purpose?) and remote desktop to that machine to work on your project.

jessehouwingjessehouwing
74.2k15 gold badges176 silver badges256 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged asp.netasp.net-corevisual-studio-mac or ask your own question.

Active1 year, 9 months ago

Since I am planning to buy a new MacBook Pro (2017) and currently working on a Windows 10-device on a ASP.NET MVC (Not ASP.NET Core MVC) project for my internship, I was wondering if it is possible to continue developing the same project in Visual Studio for Mac.

To put it in other words: Is it possible to develop ASP.NET MVC applications in Visual Studio for Mac?

I tried to Google this, but I could only find ASP.NET Core MVC projects being discussed for VS for Mac. The current project is NOT a Core project, but just an ASP.NET project.

Visual Studio For Mac Asp.net

I really don't want to install Windows either on my MacBook Pro or on an external drive.

jessehouwingVisual Studio For Mac Asp.net
74.2k15 gold badges176 silver badges256 bronze badges
user7410216user7410216

1 Answer

Download Visual Studio For Mac

As you've correctly surmised, it's not possible to build ASP.NET MVC projects on the Mac that aren't based on .NET Core or Mono. So if your project is currently targetting ASP.NET on .NET Framework 4.x, the you'll either have to stay on Windows:

  • Use Bootcamp to run Windows on your Mac
  • Use a Virtual Machine to run Windows inside Mac
  • Use Parallels Desktop or VMWare Fusion to run windows applications inside your Mac

Or you can convert your application over to Mono or .NET Core, depending on your dependencies that may be relatively easy, or very hard or anywhere in between.

You could also decide to use Visual Studio Team Services to build your code on a Windows Hosted agent and edit the sources on yoru mac, you'd have to forego the ability to compile or run your code locally.

You can also decide to 'rent' a virtual machine in Azure (maybe your have MSDN credits you could use for this purpose?) and remote desktop to that machine to work on your project.

jessehouwingMicrosoft

Visual Studio Code Mac Asp.net

jessehouwing
74.2k15 gold badges176 silver badges256 bronze badges

Visual Studio For Mac Free

Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Visual Studio For Mac Download

Not the answer you're looking for? Browse other questions tagged asp.netasp.net-corevisual-studio-mac or ask your own question.