- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 222字
- 2021-07-08 09:39:07
Getting started with .NET Core on Linux
We're going to mix things up a little and show how versatile and multiplatform .NET Core is. In the following section, we will demonstrate how to develop a .NET Core app on an Ubuntu Server VM running on Azure, using just the command line and no window manager.
This will be very similar to how you might set things up on any Debian-based distribution, including Ubuntu, Mint, and Raspbian (for Raspberry Pi). The fact that the Raspberry Pi uses a custom ARM processor rather than a traditional Intel x86 CPU does not matter. When Mono was initially ported to the Pi, there were issues with the specialist hardware-based floating-point implementation, but this is no longer an issue with .NET Core.
We will be using a command-line text editor, and it would be foolish to get into the Emacs versus vi debate here, so use whatever you prefer. This setup might make a good workflow if you use a tablet (such as an iPad with a Bluetooth keyboard) to connect to a cloud server over SSH or Mosh. However, if you are working locally and want a graphical editor in your X11/Wayland desktop environment of choice, then you could run VS Code or JetBrains Rider. No doubt you will be using terminal windows a lot too.
- Boost程序庫(kù)完全開發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(kù)(第5版)
- Docker and Kubernetes for Java Developers
- NLTK基礎(chǔ)教程:用NLTK和Python庫(kù)構(gòu)建機(jī)器學(xué)習(xí)應(yīng)用
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- C語(yǔ)言程序設(shè)計(jì)簡(jiǎn)明教程:Qt實(shí)戰(zhàn)
- Web Developer's Reference Guide
- Moodle 3 Administration(Third Edition)
- Python+Office:輕松實(shí)現(xiàn)Python辦公自動(dòng)化
- Learning Unreal Engine Game Development
- After Effects CC技術(shù)大全
- Python數(shù)據(jù)可視化之matplotlib實(shí)踐
- 自己動(dòng)手構(gòu)建編程語(yǔ)言:如何設(shè)計(jì)編譯器、解釋器和DSL
- AI輔助編程Python實(shí)戰(zhàn):基于GitHub Copilot和ChatGPT