/WeatherApp

A sample that shows how to leverage .NET 5.0 features like HostBuilder, ServiceProvider, Logging and Cache on every supported platform

Primary LanguageC#MIT LicenseMIT

Weather App

A collection of applications that show how to leverage .NET 5.0 features like HostBuilder, ServiceProvider, Logging (using Serilog) and Cache on every supported platform:

  • ASP.NET Core
  • WPF
  • Windows Forms
  • Xamarin

All the examples use Refit to call OpenWeatherMap APIs. To run them, you need to register a free account on OpenWeatherMap, create an API key and then insert it in the appsettings.json file of the projects.