Skip to content
Processtune Blog
Microsoft Azure
Azure Active Directory
Visual Studio
Microservice
Processtune Blog
Microsoft Azure
Azure Active Directory
Visual Studio
Microservice
Posts in .NET Core
by
tetsuro.takao
August 18, 2022
.NET Core Options pattern
The Options Pattern can build a hierarchical settings values structure. In the previous article [ASP .NET […]
0
read more
by
tetsuro.takao
June 28, 2022
ASP.NET Core Options Pattern
A typical web application separates setting from the App. In the ASP .NET Core web app […]
0
read more
by
tetsuro.takao
October 1, 2021
Blazor WASM aquires SVG images that will be colored by JavaScript later
Blazor WebAssembly provides JavaScript glue code for WebAssembly that is common web architecture. Blazor aims to […]
0
read more
by
tetsuro.takao
September 1, 2020
How to set attributes of Azure Active Directory application for an app using JavaScript to authenticate users
The ‘implicit grant type’ is one of the several grant types of ‘The OAuth 2.0 Authorization […]
0
read more
by
tetsuro.takao
May 23, 2020
Change JsonConvert to JsonSerializer
When using a web API, a program has to implement serialize and deserialize features in many […]
0
read more