Visual Studio for Mac offline installation tutorial

Source: Internet
Author: User


Visual Studio for Mac offline installation tutorial


Can be installed online, can also be installed offline (this installation blogger use offline, online installation failed)






So choose to install Offline .....


Offline installation steps download the offline installation package link address:


visualstudioformac-7.0.0.3146.dmg file : http://t.cn/RaJ15n6



Baidu Network disk: Link: http://pan.baidu.com/s/1bYR8RG Password: cw32



monoframework-mdk-5.0.0.100.macos10.xamarin.universal.pkg file



: Http://t.cn/RaJ15na



Monoframework Official website: http://www.mono-project.com/download/#download-mac




download complete to get two files as shown below:




First step: Install Monoframework, double-click Run




Continue---> until installation is successful
















Step two: Install Visual Studio for Mac double-click Run Visual Studio for Mac file


Loading will show this icon, open directly






This beautiful VisualStudio interface really conforms to the style of the Mac, of course, you can not and Windows under the visual Studio 2017 than, haha, I still prefer the simple





New Project Engineering Test selection NewProject Create a project




Fill in the corresponding project name, solution name, select path, etc. create a project complete the day after tomorrow a piece of code, add a For loop statement test
 
 
 1 using System;
 2 
 3 namespace TestPrj
 4 {
 5     class MainClass
 6     {
 7         public static void Main(string[] args)
 8         {
 9             for (int i = 0; i < 10; i++)
10             {
11                 Console.WriteLine("Hello World!");
12             }
13 
14         }
15     }
16 }




Operation Result:





It's over here. O (∩_∩) o good luck!






Visual Studio for Mac offline installation tutorial


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.