Which tool among the following is primarily a command-line tool for .NET operations?
- Visual Studio Code
- Visual Studio
- Rider
- .NET CLI
The .NET CLI (Command-Line Interface) is a command-line tool provided by Microsoft for .NET operations. It allows developers to create, build, and manage .NET applications from the command line, making it a valuable tool for automation and scripting tasks.
Loading...
Related Quiz
- For an action method to be accessible only by non-authenticated users, you should use the _________ attribute.
- Why is exception handling important in ASP.NET Core applications?
- In the earlier versions of ASP.NET Core that used project.json, which section would you look into to find out the target framework(s) for the application?
- Which folder in an ASP.NET Core MVC project typically contains the HTML views for the application?
- In the context of ASP.NET Core Web APIs, what does the [ApiController] attribute signify?