Which tool can you use to create a new ASP.NET Core project?

  • Visual Studio, Eclipse, Xcode, Android Studio
  • Visual Studio Code, IntelliJ IDEA, NetBeans, PyCharm
  • Sublime Text, Atom, Brackets, Notepad++
  • All of the above
You can use Visual Studio, a popular integrated development environment (IDE), to create a new ASP.NET Core project. Visual Studio provides a rich set of features for .NET development, making it a preferred choice for many developers. Other IDEs like Eclipse, Xcode, and Android Studio are not typically used for ASP.NET Core development.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *