The Tech PlatformFeb 7, 2022AzureAzure Blob Storage with .Net 5Azure Blob Storage Azure Blob storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive...
The Tech PlatformDec 9, 2021.NETHow to write URL shortener in .NET5?In this series we will try to show you how easy it is to write a service that shortens URLs with .NET5. On top of that, we will add an...
The Tech PlatformSep 2, 2021.NETHow to bind [FromRoute] and [FromBody] into one model in .NET 5There are several ways in .NET 5 Web Api to bind request data into a model. Attributes such as [FromBody] or [FromRoute] can be used for...