9217 Forks
32091 Stars
32091 Watchers

aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

How to download and setup aspnetcore

Open terminal and run command
git clone https://github.com/dotnet/aspnetcore.git
git clone is used to create a copy or clone of aspnetcore repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with aspnetcore https://github.com/dotnet/aspnetcore/archive/master.zip

Or simply clone aspnetcore with SSH
[email protected]:dotnet/aspnetcore.git

If you have some problems with aspnetcore

You may open issue on aspnetcore support forum (system) here: https://github.com/dotnet/aspnetcore/issues