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…
What is unit testing? A unit test is a code that will, in an automated way, invoke code to be tested and it will check an assumption about the behavior…
Introduction: There are different types of application architecture like All-in-one architecture, layered architecture, clean architecture, etc. In this article I will explain you how to implement the clean architecture for…
Introduction: Kendo grid is one of the powerful control/widgets to display data in a table format. It has many paging, sorting, filtering, grouping, editing, endless scrolling, export and many more….