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" 里面用快捷键打开输入栏,

贴上命令

_BBCODE_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 _BBCODE_WROTE:
. Net core

现在好像能兼容到4.0了


能兼容到4.0?

等你好消息, 俺用烦了 WINDOWS
第 7 楼
A70Plus
A70Plus 于 2017-11-11 18:47 写道:
棒棒槌 _BBCODE_WROTE:
能兼容到4.0?

等你好消息, 俺用烦了 WINDOWS


上个月看到的。好像是。
第 8 楼
Prev Page1Next Page


Copyright © 温哥华网, all rights are reserved.

温哥华网为北美中文网传媒集团旗下网站