Microsoft Workshop: .NET Modernization in a day
Donnerstag, 19. November 2020, 09:00 - 16:00 Uhr Möchten Sie Ihre Anwendungen modernisieren oder diese für Microsoft Azure bereit machen? Gemeinsam mit Microsoft bietet ...
Donnerstag, 19. November 2020, 09:00 - 16:00 Uhr Möchten Sie Ihre Anwendungen modernisieren oder diese für Microsoft Azure bereit machen? Gemeinsam mit Microsoft bietet ...
Imagene you have completed your application (service) and want to host it in Azure Cloud. Finally you decide to execute penetration testing. This is a good ...
Typical .NET Core application uses the commaon configuration system defined in the package Microsoft.Extensions.Configuration. My intension in this post is not to describe how ...
When working with Identity Server, more sophisticated applications usually require specific context in the process of generating of the token. For example, imagine the user wants ...
Sometimes it is required to obtain your currently active Azure Token. The very convenient way is to use following AZ command: az account get-access-token --query accessToken ...