While Visual Studio is a full-fledged IDE, _________ is a lightweight, cross-platform code editor that supports ASP.NET Core development.
- Sublime Text
- Visual Studio Code
- Notepad++
- Atom
While Visual Studio is a full-fledged integrated development environment (IDE), Visual Studio Code (VS Code) is a lightweight, cross-platform code editor that is highly popular among ASP.NET Core developers. VS Code offers extensions and plugins that make it suitable for ASP.NET Core development, and it's known for its speed and versatility.
Loading...
Related Quiz
- What is the role of the "wwwroot" directory in an ASP.NET Core project?
- When securing ASP.NET Core applications, the ________ attribute can be applied to ensure certain actions or controllers are accessible only to authenticated users.
- You're building an application where some static files need to be accessible only for authenticated users. How might you achieve this in an ASP.NET Core application?
- If you needed to add a user to a specific role immediately after creating them programmatically, which method of the UserManager class would you use?
- When creating a user in ASP.NET Core Identity, what method can be used to simultaneously create a user and assign a password?