top of page
Search
admin
Sep 5, 20212 min read
ASP.NET Core Web API (.NET 5.0) logging to Azure Blob Storage
I was developing a new ASP.NET Core Web API with .NET 5.0 target framework using Visual Studio 2019, and I needed to write some logs into...
0 comments
admin
Jun 26, 20212 min read
Download File from Azure File Share (C#)
Azure.Storage.Files.Shares NuGet package makes it easy to download file(s) from Azure Storage File Share. Using the example below, a File...
2 comments
admin
Jun 12, 20211 min read
Generate JSON Web Token from a PKCS#12 X509Certificate
Following from my previous post Generate JSON Web Key from a PKCS#12 X509Certificate, here is how to sign a JSON Web Token (JWT) using...
0 comments
admin
Jun 5, 20212 min read
Generate JSON Web Key from a PKCS#12 X509Certificate
In my recent project, we needed to generate JSON Web Key (JWK) containing the public key of an X509Certificate using RSA256 signing...
0 comments
bottom of page