SkillAgentSearch skills...

ViewComponentsDemo

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

Install / Use

/learn @scottaddie/ViewComponentsDemo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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>
      
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks5

Languages

C#

Security Score

60/100

Audited on Jan 12, 2024

No findings