- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 82字
- 2021-06-25 22:00:32
Cross-platform requirements
Clearly, when the application you are developing is to be run on multiple platforms, .NET Core should be used. .NET Core being cross-platform makes it suitable for developing services and web applications that can run on Windows, Linux, and macOS. Also, with the introduction of Visual Studio Code by Microsoft—an editor with full support for .NET Core that provides intellisense and debugging functionalities, as well as other IDE features that were traditionally available only in Visual Studio IDE.
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- Java范例大全
- JavaScript全程指南
- Unity 2020 Mobile Game Development
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Mastering matplotlib
- SEO智慧
- ASP.NET程序設計教程
- Java Web開發就該這樣學
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Extreme C
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- IDA Pro權威指南(第2版)
- 貫通Tomcat開發
- Go語言入門經典