Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jongalloway/oscon-2017-booth-demos

Recommended scripts for trying out / demonstrating .NET Core and Visual Studio Code at OSCON 2017.
https://github.com/jongalloway/oscon-2017-booth-demos

dotnet-core visual-studio-code

Last synced: 28 days ago
JSON representation

Recommended scripts for trying out / demonstrating .NET Core and Visual Studio Code at OSCON 2017.

Awesome Lists containing this project

README

        

# OSCON 2017 | .NET Core and Visual Studio scripts

## Setup

1. Install [.NET Core 2.0.0 preview 2 daily build](https://github.com/dotnet/core-setup#daily-builds).
> Note: Can update to use release link when published at Build.
1. Install [Visual Studio Code](https://code.visualstudio.com/download)
1. Clone this repository to the desktop:

```
git clone https://github.com/jongalloway/oscon-2017-booth-demos.git
```

1. Clone the *RazorPagesSample* demo to the desktop:

```
git clone https://github.com/damianedwards/razorpagessample.git
```