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 →
Building Azure Functions in Azure Portal & Visual Studio 2017 using .NET Core
In this post, we are going to talk about Azure Functions. As known, Azure Functions are a PaaS, which stands for Platform as a Service. This allows us to develop or run a small piece of code that acts as a service on the cloud platform. This service can do several tasks like doing a... 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 →