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….
Introduction: In my last blog I have explained how to install the meta project extension and the usability of the meta project output window. In this blog I’m going to…
Introduction: What is swagger? It is an opensource tool to create, update, and share OpenAPI definitions with clients. Basically, a developer will use this tool to do API…
Introduction: API key authentication will keep a secure line between the API and clients, however, if you wish to have user authentication, go with token-based authentication, aka OAuth2.0. In this article,…
What is string interpolation? C# String interpolation was introduced in C#6, which allows to use the variable into string also it’s a method of concatenating, formatting and manipulating strings. Syntax…
Introduction: Do you ever think about the changing the position of the tab in the editor window of Visual Studio? From Visual Studio 2019 you can change the position…