Why to Use IHttpClientFactory to Make HTTP Requests in .NET 5.0 or .NET Core

In any system nowadays, applications or services need to communicate with each other to achieve the target process. This communication can occur in many different forms or types, but one of these types is the direct communication via HTTP request. An ASP.NET Core application or service can communicate with external APIs or services via HTTP... Continue Reading →

Analyzing an Uploaded Image to a Blob using Azure Cognitive Services & Saving Analysis Results to CosmosDB

We discussed before in details how to build Azure Functions using Visual Studio 2017 and VSCode (review my previous articles Building Azure Functions in Visual Studio Code using .Net CoreĀ and Building Azure Functions in Azure Portal & Visual Studio 2017 using .NET Core). Today we're going to benefit from this knowledge to create a blob... Continue Reading →

Executing .NET Assembly in SQL CLR

Many developers become sluggish when it comes to learning TSQL stored procedures and deal with functions and triggers. As we, all know the famous saying ā€œIf necessity is the mother of invention, then laziness is sometimes its fatherā€ then welcome the tricky way of doing what you want in SQL without writing complex TSQL syntax.... Continue Reading →

Website Powered by WordPress.com.

Up ↑