Be as descriptive as you can with your title.
Provide details on the problem you are experiencing including the .NET Core version, operating system version and anything else that is relevant.
Please provide a code sample for your issue if it is relevant, either inline, link to a gist (or similar) or add it as a zipped attachment.
For some issues, you will get a quicker and better response if you file it at a more specific .NET repo. For example, if the problem is with ASP.NET Core, you are encouraged to use the aspnet/home repo.
what have you tried so far? how doesn't it work?
In the title, you said that you were on a Macbook.
This article should help check if .NET Core is installed on your Macbook: http://osxdaily.com/2015/05/25/list-all-applications-mac-os-x/
I am trying to create console application CSC(c sharp compiler) command is not found, what it means I successfully installed .net core SDKs .
The csc (C# complier) command is included with the Developer Command Prompt for Visual Studio. Maybe check this article out? https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs
I am new coder.
Hoping you don't take this the wrong way, a few pointers to keep in mind...
.Net Core. Questions along the lines of "How do I …" are better suited for StackOverflow. Going step by step,
dotnet --info in your terminal. If you get an output along the following lines, then you're good to go. ```
.NET Core SDK (reflecting any global.json):
Version: 2.2.401
Commit: 729b316c13
Runtime Environment:
OS Name: Windows
...
```
If you encounter issues, kindly be more descriptive (what did not run, what did not work, what all you've tried, your OS version, and anything else the kind helpful members from the community ask of you) and the step that didn't work.
Good Luck!
Closing as great getting started advice has been given.
Most helpful comment
Hoping you don't take this the wrong way, a few pointers to keep in mind...
.Net Core. Questions along the lines of "How do I …" are better suited for StackOverflow.Going step by step,
dotnet --infoin your terminal. If you get an output along the following lines, then you're good to go.If you encounter issues, kindly be more descriptive (what did not run, what did not work, what all you've tried, your OS version, and anything else the kind helpful members from the community ask of you) and the step that didn't work.
Good Luck!