.NET Core Installation Guide CentOS 7中ip命令將逐漸取代 ifconfig 實踐.Net Core在Linux環境下的第一個Hello World .NET Co

 Install for CentOS 7.1 (64 bit) & Oracle Linux 7.1 (64 bit)

 

1.VM Install CentOS 7 & Config IP

  • CentOS-7.0-1406-x86_64-DVD.iso              標準安裝版,通常下載這個就能夠了
  • CentOS-7.0-1406-x86_64-NetInstall.iso       網絡安裝鏡像
  • CentOS-7.0-1406-x86_64-Everything.iso     對完整版安裝盤的軟件進行補充,集成全部軟件。
  • CentOS-7.0-1406-x86_64-GnomeLive.iso    GNOME桌面版
  • CentOS-7.0-1406-x86_64-KdeLive.iso         KDE桌面版
  • CentOS-7.0-1406-x86_64-livecd.iso            光盤上運行的系統,類擬於winpe 

(1)CentOS-xxxx-LiveCD.ios 和CentOS-xxxx-bin-DVD.iso有什麼區別?前者只有700M,後者有3.8G。其差異不單單在大小上,其更本質的差異是,CentOS-xxxx-LiveCD.ios只能加載到內存裏運行,不能安裝。CentOS-xxx-bin-DVD1.iso才能夠安裝到硬盤上。
(2)CentOS-xxx-bin-DVD1.iso,CentOS-xxx-bin-DVD2.iso分別是幹什麼的?前者是3.8G,後者是500M。其差異是DVD1是CentOS的安裝文件,DVD2是CentOS的一些軟件(就簡單實用CentOS來講是不須要的)。html

Ref:Centos7安裝完畢後沒法聯網的解決方法linux

Ref:CentOS 7中ip命令將逐漸取代 ifconfigios

 

IDE:git

VS2017github

 

VSCode docker

 

JetBrains-Ridermacos

 

2.Install .NET Core SDK

Before you start, please remove any previous versions of .NET Core from your system.ubuntu

In order to install .NET Core 1.1 on CentOS or Oracle Linux, first you need to get the prerequisites and then you download the .NET Core SDK binaries, extract them onto your system and put dotnet onto your PATH.windows

For other releases you can check the Linux downloads section.centos

 

3.Initialize some code

Let's initialize a sample Hello World application!

 

 

4.Run the app

The first command will restore the packages specified in the project file, and the second command will run the actual sample:

 

5.Step By Step

 

Home

https://dotnet.github.io

 

.NET Core platform

ASP.NET Core

 

Document(zh-CN)

https://docs.microsoft.com/zh-cn/dotnet/articles/core/

 

Windows

https://www.microsoft.com/net/core#windowsvs2017

 

Linux()

https://www.microsoft.com/net/core#linuxredhat

 

Mac

https://www.microsoft.com/net/core#macos

 

Docker

https://www.microsoft.com/net/core#dockercmd

 

Other

Ref:實踐.Net Core在Linux環境下的第一個Hello World

Ref:.NET Core全面掃盲貼

Ref:魅力 .NET:從 Mono、.NET Core 提及

Ref:.NET Core 系列

Ref:ASP.NET Core 介紹

Ref:ASP.NET Core 中文文檔目錄

Ref:Introducing .NET Core

Ref:Amazing ASP.NET Core 2.0

 

.NET Core 2.0

Ref:.NET Core SDK

Ref:.NET Core 2.0 正式發佈信息彙總

Ref:NET Core 2.0 介紹和使用

Ref:.NET Core & ASP.NET Core

Ref:.NET Core New csproj 如何發佈可執行文件

相關文章
相關標籤/搜索