During the development of an ASP.NET Core application, you need a tool that allows you to quickly execute tasks like running the application, executing EF Core migrations, or generating code. Which tool within the ASP.NET Core ecosystem should you utilize?
- ASP.NET Core CLI
- Entity Framework Core CLI
- Visual Studio
- Visual Studio Code
To quickly execute tasks like running the application, executing Entity Framework Core migrations, or generating code in an ASP.NET Core project, you should use the ASP.NET Core CLI (Command Line Interface). It provides a set of powerful commands that streamline development tasks.
Loading...
Related Quiz
- Your team is concerned about the security of your new web application. What are some built-in features in ASP.NET Core to help safeguard your application?
- Razor views in ASP.NET Core are compiled into _________, which improves application performance.
- Your manager mentioned using containers for deployment to ensure the application runs consistently across different environments. Which tool is commonly associated with this approach?
- What is the primary purpose of ASP.NET Core Identity?
- In ASP.NET Core, how can you enforce an authenticated user to have a specific role to access a resource?