Visual Studio For Mac Wpf

  1. Visual Studio For Mac Tutorial
  2. Visual Studio For Mac Os X
  3. Visual Studio For Mac Wpf Interview
Active3 years, 6 months ago

.NET is a big ecosystem. As you cannot develop all kinds of.NET projects using Visual Studio on Windows (Xamarin.Mac for example), you cannot do the same using Visual Studio for Mac (like you found, WinForms/WPF/UWP and so on). Nov 16, 2016  At this morning’s Connect(); 2016 keynote, Nat Friedman and James Montemagno introduced Visual Studio for Mac, the newest member of the Visual Studio family.Visual Studio for Mac is a developer environment optimized for building mobile and cloud apps with Xamarin and.NET.It is a one-stop shop for.NET development on the Mac, including Android, iOS, and.NET Core. Visual studio 2017 version 15.9 windows 10.0 project xaml ide JRusso reported 10 hours ago When selecting to create a new 'WPF App (.NET Framework)' from the VS Start Page and with 'Create directory for solution' unchecked, it puts the sln file and.vs folder one above the newly created project folder.

Studio

Hello good day everyone,

I would just like to ask if it is possible to run C# windows form applications in mac, developed using microsoft visual studio in a microsoft operating system? :D what would be needed? is it free or do i have to purchase it?

thank you. :D

dlancer13dlancer13

closed as too broad by JK., MethodMan, Rob, Mi-Creativity, sujith karivelilFeb 23 '16 at 4:03

Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.

6 Answers

Yes, it is possible. For example, you can use Mono.

Tuyen PhamTuyen Pham
4,87110 gold badges44 silver badges85 bronze badges

The .Net Core is cross platform though it doesn't include winform (maybe it will in the future) or Wpf (definitely won't be cross platform in future).

You can use Xamarin Studio and Mono to make a winform app for mac, though if you want to to use Visual Studio buy Xamarin business license for VS support or make a XNA or a web app. See my answer here .net core for linux and mac for more info.

Community
Jeremy ThompsonJeremy Thompson
42.2k13 gold badges116 silver badges217 bronze badges

I've used Xamarin and GTK#, as well as Xamarin for code-behind and XCode for forms design. They both work pretty decently with C# for code-behind stuff.

Wpf using visual studio for mac

Just keep in mind that GTK# looks quite clunky and dated when you put it next to a native Mac application.

Visual Studio For Mac Wpf

Visual Studio For Mac Tutorial

On the other hand, the object framework for XCode forms (yeah, I know I'm not using the 'correct' terminology...) presents a bit of a learning curve, but isn't terribly hard, and Xamarin did a sweet job of integrating the object model into C#, so between the Apple documentation and what Xamarin provides, and er.. from StackOverflow itself, you should be able to produce some neat-looking apps.

code4lifecode4life
13.4k7 gold badges43 silver badges79 bronze badges

Wine is capable of running some winforms-based Windows applications on Mac OSX. When it works as intended, all you have to do is install Wine on the Mac, and then it can run your exe. Of course this won't always work perfectly, and it won't have the polish of a native Mac app, but for simpler Winforms apps it should work.

jgfооtjgfооt

Visual Studio For Mac Os X

You might be able to cross-compile using Mono. http://www.mono-project.com/docs/gui/winforms/

CharlieCharlie

Visual Studio For Mac Wpf Interview

This is not possible. C# winform applications can only run on Windows.

Vivek VermaVivek Verma

Not the answer you're looking for? Browse other questions tagged c#visual-studio or ask your own question.