dotnet / core

.NET news, announcements, release notes, and more!
https://dot.net
MIT License
21.01k stars 4.91k forks source link

hii everyone am new on GitHub and fresher programming learner and i installed visual stdio code on my mac book pro and i also installed c# and want to make make application in .net anyone please guide me how i can install .net core sdk i already tryed but i dnot how i can check its installed or hows its work #3171

Closed sarbjee closed 5 years ago

sarbjee commented 5 years ago

Issue Title

Be as descriptive as you can with your title.

General

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.

scalablecory commented 5 years ago

what have you tried so far? how doesn't it work?

Jaguar-515 commented 5 years ago

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/

sarbjee commented 5 years ago

I am trying to create console application CSC(c sharp compiler) command is not found, what it means I successfully installed .net core SDKs .

Jaguar-515 commented 5 years ago

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

15134803783 commented 5 years ago

I am new coder.

leecow commented 5 years ago

Closing as great getting started advice has been given.