Jump to content

I use a mac for college (was supplied it) and i tried mono develop and thats seems to be the only decent one. But because my college is teaching c# its almost impossible to code on it.

A8-7600 {} Gigabyte FM2+ Board {} CX430 {} Corsair Vengeance LP 8gb {} MSI GTX 760 2GB {}

 

Console.WriteLine("C# is aids");

 

Link to comment
https://linustechtips.com/topic/739670-best-programming-tool-for-c-mac/
Share on other sites

Link to post
Share on other sites

You can install Windows via Bootcamp (since you're a student, it's probable you can get a discount) and use Visual Studio.

 

Unless your programs need to be Mac compatible. Then I'm going to go "... wot"

Link to post
Share on other sites

I think Mono is the only real C# IDE for OS X.

You could also try VIsual Studio Code which is a bit of a hybrid between a text editor and IDE (I've tried it, but I couldnt get the build system to work properly).

Finally, there is also Visual Studio for Mac, which I think is brand new.

Im not sure if it has all the features as regular Visual Studio, but it seems worth a try:

https://www.visualstudio.com/vs/visual-studio-mac/

Desktop: Intel i9-10850K (R9 3900X died 😢 )| MSI Z490 Tomahawk | RTX 2080 (borrowed from work) - MSI GTX 1080 | 64GB 3600MHz CL16 memory | Corsair H100i (NF-F12 fans) | Samsung 970 EVO 512GB | Intel 665p 2TB | Samsung 830 256GB| 3TB HDD | Corsair 450D | Corsair RM550x | MG279Q

Laptop: Surface Pro 7 (i5, 16GB RAM, 256GB SSD)

Console: PlayStation 4 Pro

Link to post
Share on other sites

2 minutes ago, Inane said:

A VM might be the best option for you, or you can try to multi boot it. Since I don't use a Mac and the closest thing I've used is a hackintosh I can't really helt mote than that.

I own a copy of windows on my main machine but i have limited hdd space so. i might just im just scared of completely destroying windows.

A8-7600 {} Gigabyte FM2+ Board {} CX430 {} Corsair Vengeance LP 8gb {} MSI GTX 760 2GB {}

 

Console.WriteLine("C# is aids");

 

Link to post
Share on other sites

4 minutes ago, Jayolossus said:

I own a copy of windows on my main machine but i have limited hdd space so. i might just im just scared of completely destroying windows.

You can install windows 7 and just press "Skip" when it asks for a key.

Hello!

Link to post
Share on other sites

And im being tought console applications so for example:

 

Console.WriteLine("Press any key to enter");
Console.ReadKey();

 

A8-7600 {} Gigabyte FM2+ Board {} CX430 {} Corsair Vengeance LP 8gb {} MSI GTX 760 2GB {}

 

Console.WriteLine("C# is aids");

 

Link to post
Share on other sites

1 minute ago, Inane said:

You might just install windows 7 and press "Skip" when it asks for a key, and just use it like that.

anything is a option. i really enjoy programming

A8-7600 {} Gigabyte FM2+ Board {} CX430 {} Corsair Vengeance LP 8gb {} MSI GTX 760 2GB {}

 

Console.WriteLine("C# is aids");

 

Link to post
Share on other sites

1 minute ago, Jayolossus said:

anything is a option. i really enjoy programming

I would go for a virtual machine.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

1 minute ago, Inane said:

How good is your speed at home and is it caped? And how good is the WLAN on your school? one alternative would be to connect to it remotely. 

200 MBPS down 16 up 8ms ping.

 

The school has so much firewall even if i did try that id get shut out

A8-7600 {} Gigabyte FM2+ Board {} CX430 {} Corsair Vengeance LP 8gb {} MSI GTX 760 2GB {}

 

Console.WriteLine("C# is aids");

 

Link to post
Share on other sites

2 minutes ago, vorticalbox said:

I would go for a virtual machine.

i was going to do that to play csgo out of the house in the library etc

A8-7600 {} Gigabyte FM2+ Board {} CX430 {} Corsair Vengeance LP 8gb {} MSI GTX 760 2GB {}

 

Console.WriteLine("C# is aids");

 

Link to post
Share on other sites

You can try to setup a VPN at home and route the traffic over port 443. Or talk to your local IT depending on the size of your school. He/she might be able to help you out, ether with whitelisting your traffic or with a copy of windows to run as a VM.

Hello!

Link to post
Share on other sites

On 18/02/2017 at 9:09 AM, nobiggieBIG said:

I use a mac for college (was supplied it) and i tried mono develop and thats seems to be the only decent one. But because my college is teaching c# its almost impossible to code on it.

C# is fully supported in Mono and you shouldn't really have particular problems with it, it all depends what are you trying to do and achieve and what it's your actual struggle.

 

With that said your other native alternatives are either Visual Studio Code or the newly released Visual Studio 2017 for mac

 

I hope that helps and if you need further info or you have any doubt please do let me know.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×