Visual Studio Express 2012 For Mac

Active1 year, 6 months ago
  1. Visual Studio 2012 Download
  2. Visual Studio Express 2012 For Mac

I want to install Visual Studio on macOS. Is this possible?

In November 2016, we 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. Visual Studio Express is a very popular Integrated Development Environment (IDE) package from Microsoft built to be a lightweight alternative to the full package of Visual Studio. The toolset of the Visual Studio Express is little smaller than the full IDE packages, but all the necessary features are present in it to create both native Windows applications and Windows 8 Metro-Style applications.

In November 2016, we 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. Is it possible to use Visual Studio on macOS? Ask Question. Visual Studio 6 and visual studio 2005 express edition have gold ratings on Wine's application database. So yes you can install Visual Studio on your Mac however the Apps you created would only run of windows computers unless they were web based. In this video i try to show you how to register Visual Studio Express 2012 for Desktop. Do this way too if you want register Visual Studio Express 2010, Visual Studio Express 2012 for Web. 'Express 2012 for Windows 8' allows you to build Windows 8 Metro Apps,while 'Express 2012 for Windows Desktop' allows you to build traditional Windows Form Applications, WPF,Win32 Console applications (languages:Visual Basic 2012, Visual C++, C#). Visual Studio Express is a stripped-down version of Visual Studio for students and hobbyists, first introduced with Visual Studio 2005 and discontinued with Visual Studio 2015. Originally, it consisted of several editions, each of which targeted a single programming language.

dayanruben
5271 gold badge9 silver badges19 bronze badges
Priyank saxenaPriyank saxena

7 Answers

Yes! You can use the new Visual Studio for Mac, which Microsoft launched in November.

Read about it here: https://msdn.microsoft.com/magazine/mt790182

Download a preview version here: https://www.visualstudio.com/vs/visual-studio-mac/

vyedinvyedin

I recently purchased a MacBook Air (mid-2011 model) and was really happy to find that Apple officially supports Windows 7. If you purchase Windows 7 (I got DSP), you can use the Boot Camp assistant in OSX to designate part of your hard drive to Windows. Then you can install and run Windows 7 natively as if it were as Windows notebook.

I use Visual Studio 2010 on Windows 7 on my MacBook Air (I kept OSX as well) and I could not be happier. Heck, the initial start-up of the program only takes 3 seconds thanks to the SSD.

As others have mentions, you can run it on OSX using Parallels, etc. but I prefer to run it natively.

Macaevankoaevanko
12.9k3 gold badges45 silver badges53 bronze badges

I guess you can install it via Parallel or in any other Virtual machine with windows in it

Sebastian PiuSebastian Piu

No. Neither Visual Studio or the .NET framework will run on Mac OSX (although the latter is changing). However, if you want to write an application in a similar framework, you could use Mono and MonoDevelop.

GelatinGelatin
2,1781 gold badge22 silver badges29 bronze badges

There is no native version of Visual Studio for Mac OS X.

Almost all versions of Visual Studio have a Garbage rating on Wine's application database, so Wine isn't an option either, sadly.

Delan AzabaniDelan Azabani
63.1k20 gold badges151 silver badges188 bronze badges

While Parallels is technically a VM it is capable of running games in high resolution at a high frame rate. If you run Parallels in Coherence mode it completely integrates Windows 7 into OS X and .Net framework is fully supported. So yes you can install Visual Studio on your Mac however the Apps you created would only run of windows computers unless they were web based.

statuspherestatusphere
Visual Studio Express 2012 For Mac

Yes, you can! There's a Visual Studio for macs and there's Visual Studio Code if you only need a text editor like Sublime Text.

Visual Studio 2012 Download

KuroganiKurogani

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

NameSupport Status(as at latest NCrunch version)Notes
Visual Studio
Visual Studio Express(2008-2013)noOlder versions of Visual Studio Express do not support 3rd party VS packages such as NCrunch.
Visual Studio Express/Community(2015+)yes
Visual Studio 2008yesThe corner status spinner and coverage marker customisations are not supported under VS2008.
Visual Studio 2010yes
Visual Studio 2012yes
Visual Studio 2013yes
Visual Studio 2015yes
Visual Studio 2017yes
Visual Studio 2019yes
Visual Studio for Mac (All versions)no
Core Frameworks
.NET Framework v1.1noNo planned support
.NET Framework v2.0-v4.8yes
DNX/.xproj/project.jsonnoMicrosoft have deprecated this framework and NCrunch does not support it. Please upgrade to .NET Core under VS2017+ instead.
.NET StandardyesCan be tested from .NET Core test projects
.NET Core / .NET StandardyesVS2017 or above required.
Windows Universal AppsnoNo planned support
Windows Store AppspartialSandboxing support withdrawn with the release of VS2015 and Windows 10 (details)
Windows Phone AppspartialProjects will build, but the Windows Phone environment is not emulated by NCrunch, so tests requiring emulation will fail to run.
Silverlight(all versions)partialProjects will build, but SL based test environments are not supported. Code can be tested via project references from non-SL test projects
Azure ProjectsnoAzure projects are currently not supported by NCrunch.
XamarinnoNot currently supported.
Languages
C#yes
VB.NETyes
F#yes
C++(CLR and Native)noMany projects will build, but code coverage and C++ based testing frameworks are not supported.
JavascriptnoJS and JS-based testing frameworks are currently not supported by NCrunch.
Testing Frameworks
NUnityes
MS Testyes
XunityesDirect integration from Xunit V2+. Xunit V1 integration works through Gallio.
MSpecyes
MbUnityes
SpecFlowyesSupported through MSTest/NUnit/xUnit integration (SpecRun currently not supported)
Mocking Frameworks
Non-profiler based frameworks(i.e. Moq, RhinoMocks, etc)yes
TypeMock IsolatoryesEarly versions of Isolator 7 have reported issues with NCrunch. Ensure you use the latest version
Telerik JustMockyes
Microsoft MolesnoMoles requires a proprietary profiler to be loaded which is not supported by NCrunch. Future support is not planned in NCrunch because Microsoft Fakes has replaced Moles
Microsoft FakesyesSupported from NCrunch V2 onwards

Visual Studio Express 2012 For Mac

Due to the abstractions inherent in its integration, NCrunch supports many frameworks and tools. For brevity, many of these have not been listed. Some frameworks and configurations may require additional NCrunch configuration in order to work as expected. For more information, please refer to the product documentation.