Visual Studio or Visual Studio Code?Visual Studio is a full development environment with workloads and solution tools. VS Code is an editor extended with language tools. Pick one for local C# practice; you do not need both.VSVisual Studio↗ </>Visual Studio Code↗
PowerShell or Command Prompt?Both read commands, but their languages differ. Match the shell named above the example. A command that works in one is not automatically valid in the other.PSPowerShell↗ >_Command Prompt↗
Windows Terminal or PowerShell?Terminal is the window and tabs. PowerShell is one shell running inside a tab. Check the tab’s profile before entering commands.WTWindows Terminal↗ PSPowerShell↗
SQL Server or SSMS?SQL Server stores data and executes queries. SSMS is the window you use to connect and type those queries. Installing the client does not install the engine.DBSQL Server↗ SQLSQL Server Management Studio↗