
- C# Basic Tutorial
- C# - Home
- C# - Overview
- C# - Environment
- C# - Program Structure
- C# - Basic Syntax
- C# - Data Types
- C# - Type Conversion
- C# - Variables
- C# - Constants
- C# - Operators
- C# - Decision Making
- C# - Loops
- C# - Encapsulation
- C# - Methods
- C# - Nullables
- C# - Arrays
- C# - Strings
- C# - Structure
- C# - Enums
- C# - Classes
- C# - Inheritance
- C# - Polymorphism
- C# - Operator Overloading
- C# - Interfaces
- C# - Namespaces
- C# - Preprocessor Directives
- C# - Regular Expressions
- C# - Exception Handling
- C# - File I/O
- C# Advanced Tutorial
- C# - Attributes
- C# - Reflection
- C# - Properties
- C# - Indexers
- C# - Delegates
- C# - Events
- C# - Collections
- C# - Generics
- C# - Anonymous Methods
- C# - Unsafe Codes
- C# - Multithreading
- C# Useful Resources
- C# - Questions and Answers
- C# - Quick Guide
- C# - Useful Resources
- C# - Discussion
How to determine if C# .NET Core is installed?
The following options are for dotnet by itself. For example, dotnet −−info. They print out information about the environment if not installed it will throw error.
−−info
Prints out detailed information about a .NET Core installation and the machine environment, such as the current operating system, and commit SHA of the .NET Core version.
−−version
Prints out the version of the .NET Core SDK in use.
−−list−runtimes
Prints out a list of the installed .NET Core runtimes. An x86 version of the SDK lists only x86 runtimes, and an x64 version of the SDK lists only x64 runtimes.
−−list−−sdks
Prints out a list of the installed .NET Core SDKs.
−h|−−help
Prints out a list of available commands.
- Related Articles
- How do I know if Python has pandas installed?
- How to determine if date is weekend in JavaScript?
- How to determine if JavaScript object is an event?
- How To Determine If a Psychic Medium Is Legitimate
- How to determine if an argument is sent to the JavaScript function?
- How to determine if a number is odd or even in JavaScript?
- How to delete an installed module in Python?
- How to get installed windows update using PowerShell?
- How to calculate net present value using Net present value (NPV)?
- How to get a list of installed android Applications?
- Upgrading SAP .NET Connector from .NET 2.0 to .NET 3.0
- How to determine if a variable is 'undefined' or 'null'?
- How to determine if a process runs inside lxc/Docker?
- How to Calculate Net Asset Turnover?
- How to get the installed Azure VM extension using PowerShell?

Advertisements