Skip to content

Getting Started Guide

Sergey Tregub edited this page Jan 22, 2020 · 6 revisions
  1. Install the extension from Visual Studio Marketplace or download and install the latest version from GitHub. Also, you can install it from Visual Studio. To do so click on "Tools/Extensions and Updates..." menu item, then select "Online/Visual Studio Marketplace/Templates" on the left pane, search for "ASP.Net Core RESTful Service Template," select it and click "Download" button. Please note! The latest version of the template is targeted to the .Net Core 3.1. If you need a template for 2.x version use one of the previous version of the template.
  2. Restart Visual Studio
  3. Click on "File/New Project..." menu item
  4. Expand "Installed/Visual C#/.NET Core" on the left pane
  5. Select "APS.Net Core RESTful Service" and click OK button.
  6. Select either "IIS Express" or "ASPNetCore.Sevice1" mode and run a service
  7. Open a browser and navigate to http://localhost:5000/swagger to see an API documentation
  8. Play around with the API. Try to add a new product or update one

Visit project Wiki pages to learn more about the template.

Have fun and happy hacking!