top of page
Search
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...
admin
Sep 5, 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...
admin
Jun 26, 20212 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...
admin
Jun 12, 20211 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...
admin
Jun 5, 20212 min read
bottom of page
