Introduction: The height and width for the kendo window can be set during the initialization, however there will be a certain scenario where we need to set a height…
Introduction: Almost 15 new features have been released with C# 11. In this series we will be exploring all the new features in C#11. In this blog I’m going to…
Introduction: Kendo Editor is a one of widget from kendo UI library, allows you to create rich textual content, it’s simply What-You-See-Is-What-You-Get. In this blog we will learn how…
Introduction: In this blog you will learn how to define and execute regular expression, both for finding and replacing the content within string of data . Table of content:…
Introduction: This article is continuation of my previous article, where we have seen how the operational and configuration data are store in-memory for identiyServer4 with ASP.NET Core 6. In this…
Introduction: In this article you will learn how to integration a IdentityServer4 with ASP.NET Core 6 to secure our API application. This article will start with of scratch of creating…
What is NCache? NCache is an Open Source in-memory distributed cache for .NET, Java, and Node.js. NCache is extremely fast and linearly scalable and caches application data to reduce expensive…
Introduction: Policies are a powerful capability of Azure API Management that allow changing the behavior of the API through configuration. Policies are collection of statements that are executed sequentially on…
Introduction: Azure API management service is used to create a consistent and modern API gateways for existing back-end services. It provides secure, scalable API Access for your application. In this…
Introduction: Most of the time we use the POSTMAN for REST API’s testing, and it’s also a one of my favorite application to test the REST API’s. In this blog…