Imagine you're developing an ASP.NET Core application on a machine without any internet access. Which tool, among the following, allows you to install NuGet packages from a local feed or folder?
- Visual Studio Code
- NuGet Package Manager Console
- .NET CLI
- NuGet CLI
When working on a machine without internet access, you can use the NuGet CLI to install NuGet packages from a local feed or folder. The NuGet CLI provides command-line tools for interacting with NuGet packages, making it a suitable choice for such scenarios.
Loading...
Related Quiz
- Configuration data in ASP.NET Core can come from various sources like environment variables, command-line arguments, and __________.
- In the context of Razor, what were "Master Pages" used for in the older versions of ASP.NET?
- How can you handle optimistic concurrency in Entity Framework Core?
- Which method is commonly used in the Startup.cs file to enable the serving of static files in an ASP.NET Core application?
- You've deployed an ASP.NET Core application, but users report they're not able to access CSS and images. Which middleware might you have forgotten to configure in Startup.cs?