development Deploying Blazor WebAssembly to Azure Static Web App In this post I will show you how to build a web application in Blazor and deploy it automatically with each commit into Azure. But first, let me tell you
.net Highlighting parts of UILabel in Xamarin I was implementing a search in UITableViewController and received a task to also highlight the searched words in the results. This is not a behaviour that is already implemented in the iOS components (UILabel) so I had to come up with my own solution.
.net Document detection using EmguCV In this blog post I would like to go through a simple technique that could be used for detecting documents in an image. We will be using EmguCV for the image processing part. It is a .NET wrapper for OpenCV. Prerequisities.NET FrameworkEmguCV (I