Introduction: This is a continuation of my last article about Azure AD B2C integration with the ASP.NET Core application. In this article, we are going to see how to use…
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: 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…
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: Null parameter check is one my favorite feature in C# 10. It’s seeming to be trivial but it’s a valuable language optimization One of the common bugs…
Introduction: In this blog, you will learn what is Azure table storage, when to use and how to connect and program with Azure table storage using ASP.NET Core WEB API….
Introduction: This blog will give you the knowledge about Testing Entity framework Core and the benefits of using the in-memory database provider to write the test methods. The key points…
Introduction: So far in this series we have seen the concepts/features of Entity framework core. In this blog I’m going to explain about how to integrate Entity Framework project in…
Introduction: In this series till now we done a lot of work on interacting with simple objects, now it’s time to interacting with related data. It’s always quite interesting while…