Skip to content

Instantly share code, notes, and snippets.

View Lupusa87's full-sized avatar
🏠
Working from home

Vakhtangi Abashidze Lupusa87

🏠
Working from home
View GitHub Profile
@Lupusa87
Lupusa87 / gist:d1494b57bdbc678c227003d265e9a863
Last active August 15, 2019 00:49
Multi language interface support in client side blazor
see comment
@Lupusa87
Lupusa87 / httpclientex.cs
Created July 20, 2019 22:27
Extension for blazor httpclient to do some custom stuff.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
namespace BlazorTodos