In ASP.NET Core development, which tool would allow you to code and debug on platforms like Linux and macOS, apart from Windows?
- Visual Studio
- Visual Studio Code
- Sublime Text
- Notepad++
Visual Studio Code is the tool that allows you to code and debug ASP.NET Core applications on multiple platforms, including Linux and macOS. It's a lightweight, cross-platform code editor that's highly extensible and well-suited for modern web development.
Loading...
Related Quiz
- You have a page in your application that should be accessible to both authenticated and non-authenticated users. How do you configure this in ASP.NET Core?
- How does the ASP.NET Core MVC determine which controller and action to route a request to?
- To enforce a consistent structure and look across multiple views, developers use a ________ page in Razor.
- What purpose do Razor Tag Helpers serve in ASP.NET Core?
- You are new to ASP.NET Core development and are setting up your computer for the first time. What would be the primary software you'd need to install to get started?