scottaddie / ViewComponentsDemo

An ASP.NET Core 2.2 app demonstrating the use of View Components, Azure Key Vault, IHttpClientFactory, & Azure Pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViewComponentsDemo

Build Status

An ASP.NET Core MVC app demonstrating the use of:

Prerequisites

  1. .NET Core SDK 2.2 or later. (Download here)

Setup

  1. Request a free API key for OpenWeatherMap's Current Weather API here.
  2. Store the API key as a user secret by doing the following:
    • In a command shell, navigate to the folder containing the *.csproj file
    • Execute the following command, where <your_api_key_here> is replaced with your unique API key:
      dotnet user-secrets set OpenWeatherMapApiKey <your_api_key_here>
      

About

An ASP.NET Core 2.2 app demonstrating the use of View Components, Azure Key Vault, IHttpClientFactory, & Azure Pipelines


Languages

Language:C# 69.4%Language:HTML 29.6%Language:CSS 0.9%