Blazor & WASM in combination to get statistics from Spotify API for performing the song analysis. With separate microservices for auth, Spotify, user data tracking, and application, connected through gRPC with Polly.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112
  1. @using System.Net.Http
  2. @using System.Net.Http.Json
  3. @using Microsoft.AspNetCore.Components.Forms
  4. @using Microsoft.AspNetCore.Components.Routing
  5. @using Microsoft.AspNetCore.Components.Web
  6. @using Microsoft.AspNetCore.Components.Web.Virtualization
  7. @using Microsoft.AspNetCore.Components.WebAssembly.Http
  8. @using Microsoft.JSInterop
  9. @using NemAnBlazor
  10. @using NemAnBlazor.Shared
  11. @using System.Web
  12. @using Microsoft.AspNetCore.Components.Authorization