Form Recognizer is one of Azure Cognitive Services to extract text data from images. It can extract data from receipts, invoices, and others.
Using Custom Vision Service to Detect Objects in Images
Custom Vision Service is one of Azure Cognitive Services that helps detecting objects within images. You can consider this service as a special type of image classification model that classify the image as a whole.
How To Use ASP.NET Identity And IdentityServer4 In Your Solution
Identity Management is an essential part of any solution. In this post, I will build an Identity Service by using IdentityServer4 and ASP.NET Identity with .NET Core 3.1
How To Verify Roles From Db With Authorization Handler ASP.NET CORE 2.2
If you are building a solution that supports roles based authorization in ASP.NET CORE 2.2, most probably you are using ASP.NET Identity.
3 Azure Services To Improve Your Solution Architecture
Service Bus, Azure Function and Redis Cache will improve your solution. I used them to avoid busy front-end and busy database in auctions sample project.
Microservices Architecture: To Be Or Not To Be
The big picture of Microservices Architecture and all concepts, design patterns and technologies you need to know as a solution architect or technical lead.