Strict Standards: Non-static method BBCode::decode_code() should not be called statically in /var/www/vhosts/vandaily.com/httpdocs/includes/nbbcode.php on line 975
LINUX 下安裝 C# | 溫哥華教育中心
   
叁叔
叁叔 於 2017-11-11 02:11 寫道:
LINUX 下安裝 C#




www.microsoft.com/net/...inuxfedora



code.visualstudio.com/...her/dotnet
樓主
叁叔
叁叔 於 2017-11-11 02:25 寫道:
步驟壹

到上面的頁面按說明安裝
第 1 樓
叁叔
叁叔 於 2017-11-11 02:26 寫道:
比如 FEDORA 就用下面的步驟

www.microsoft.com/net/...inuxredhat








  1. Add the dotnet product feed

    To start installing .NET, you'll need to register the Microsoft signature key and add the Microsoft Product feed. This only needs to be done once per machine.

    Open a command prompt and run the following commands:

    sudo rpm --import https://packages.microsoft.com/keys/microsoft.ascsudo sh -c 'echo -e "[packages-microsoft-com-prod]\nname=packages-microsoft-com-prod \nbaseurl=https://packages.microsoft.com/yumrepos/microsoft-rhel7.3-prod\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/dotnetdev.repo'


  2. Install the .NET SDK

    Update the products available for installation, install the components required by .NET, then install the .NET SDK.

    In your command prompt, run the following commands:

    Fedora 26 or more recent:

    sudo dnf updatesudo dnf install libunwind libicu compat-openssl10sudo dnf install dotnet-sdk-2.0.2

    Other versions:

    sudo dnf updatesudo dnf install libunwind libicusudo dnf install dotnet-sdk-2.0.2


  3. Create your app

    Open a new command prompt and run the following commands.

    dotnet new console -o myAppcd myApp

    The dotnet command will create a new application of type console for you. The -o parameter will create a directory named myApp where your app will be stored, and populates it with the required files. The cd myApp command puts you into the newly created app directory.

    The main file in the myApp folder is Program.cs. By default, it already contains the necessary code to write "Hello World!" to the Console.

    using System;namespace myApp{class Program{static void Main(string[] args){Console.WriteLine("Hello World!");}}}


  4. Run your app

    In your command prompt, run the following command:

    dotnet run

    Congratulations, you've built and run your first .NET app!



  5. Get an editor

    Visual Studio Code is a free, cross-platform code editor with support for .NET.

    Download Visual Studio Code

    For full language support including smart code completion and debugging, get the C# extension for Visual Studio Code.

    Download the C# Extension

    There are also third party tools for developing .NET apps. JetBrains Rider is a cross-platform .NET IDE built using IntelliJ and ReSharper technology.



  6. Keep learning

    Now that you've got the basics, you can keep learning with the .NET Quick Starts. In the first Quick Start you'll learn about collections.

    Quick start: Collections

第 2 樓
叁叔
叁叔 於 2017-11-11 02:28 寫道:
步驟贰


上面的第伍小步安裝好了
Visual Studio Code
第 3 樓
叁叔
叁叔 於 2017-11-11 02:30 寫道:
步驟叁

用普通用戶啟動 "code",

在 "code" 裡面用快捷鍵打開輸入欄,

貼上命令

代碼:

ext install ms-vscode.csharp



回車。


marketplace.visualstud...1503556235
第 4 樓
叁叔
叁叔 於 2017-11-11 02:36 寫道:
其他其他其他

developer.fedoraprojec...p-ide.html

www.monodevelop.com/download/linux/

www.monodevelop.com/download/
第 5 樓
A70Plus
A70Plus 於 2017-11-11 14:37 寫道:
. Net core

現在好像能兼容到4.0了
第 6 樓
叁叔
叁叔 於 2017-11-11 18:32 寫道:
A70Plus 寫道:
. Net core

現在好像能兼容到4.0了


能兼容到4.0?

等你好消息, 俺用煩了 WINDOWS
第 7 樓
A70Plus
A70Plus 於 2017-11-11 18:47 寫道:
棒棒槌 寫道:
能兼容到4.0?

等你好消息, 俺用煩了 WINDOWS


上個月看到的。好像是。
第 8 樓
上壹頁1下壹頁


Copyright © 溫哥華網, all rights are reserved.

溫哥華網為北美中文網傳媒集團旗下網站