0

What are the chances of getting a C# and SQL Server app running on a Mac?

If it is not possible outright, then are there at least some components of the app that would not need to be rewritten for a port to Mac?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Gary Jones
  • 3,047
  • 4
  • 17
  • 14
  • You might get C# running using Mono, but SQL Server locally on the Mac - forget it. You could connect to a SQL Server instance on some other (Windows) machine, of course.... or use a different database (like PostgreSQL). – marc_s Dec 15 '11 at 06:16

1 Answers1

2

There is Mono, so you can have C# apps on the Mac. But is it a WinForms app or WPF?

Can we run a C#/WPF application on Mac OS X?

SQL Server isn't going to run on a Mac.

What about virtualization?

Community
  • 1
  • 1
Cade Roux
  • 88,164
  • 40
  • 182
  • 265