- Learn C# in 7 days
- Gaurav Aroraa
- 236字
- 2021-07-08 09:51:19
Available IDEs and editors for C#
Integrated Development Environment (IDE) is nothing but software facilitating the development of applications. On the other hand, editors are basically meant to add/update predefined or new content. When we talk about the C# editor, we are referring to an editor that helps write C# programs. Some editors come with a lot of add-ons or plugins and can compile or run the programs.
We will use Visual Studio 2017 as our preferred C# IDE; however, there are a few more C# IDEs and editors you can go with:
- Visual Studio Code: VS Code is an editor, and you can start by downloading it from https://code.visualstudio.com/. To start with VS Code, you need to install the C# extension from https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp.
- Cloud9: It is a web browser-based IDE. You can start it for free by signing up at https://c9.io/signup.
- JetBrain Rider: This is a cross-platform IDE by JetBrains. For more information, visit https://www.jetbrains.com/rider/.
- Zeus IDE: This is an IDE designed for the Windows platform. You can start using Zeus from https://www.zeusedit.com/index.html.
- Text editor: This is the way you can go without any installation; just use a text editor of your choice. I use Notepad++ (https://notepad-plus-plus.org/download/v7.3.3.html) and the Command Line Interface (CLI) to build code. Refer to https://docs.microsoft.com/en-us/dotnet/articles/core/tools/ to know more about how to start with the CLI.
There may be more alternative IDEs and editors, but they are not as important to us.
推薦閱讀
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Ray分布式機器學習:利用Ray進行大模型的數(shù)據(jù)處理、訓練、推理和部署
- Web全棧工程師的自我修養(yǎng)
- Apache Spark 2.x for Java Developers
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- Java網(wǎng)絡(luò)編程實戰(zhàn)
- “笨辦法”學C語言
- IDA Pro權(quán)威指南(第2版)
- 小程序從0到1:微信全棧工程師一本通
- 計算機應(yīng)用技能實訓教程
- 深入實踐DDD:以DSL驅(qū)動復雜軟件開發(fā)
- Python GUI Programming Cookbook(Second Edition)
- 零基礎(chǔ)學編程系列(全5冊)
- 關(guān)系數(shù)據(jù)庫與SQL Server 2012(第3版)
- Linux Networking Cookbook