Using Azure OpenAI service through a C# client
In this post we will how to create a Azure OpenAI service using Azure Portal and consume it using a .NET Console client.
In this post we will how to create a Azure OpenAI service using Azure Portal and consume it using a .NET Console client.
In this post I will explain the apporach to implement a micro frontend architecture. We will see how to define multiple child applications and load them in a shell. I will also show how to define c...
This post gives an overview of Micro Frontend architecture, its benefits, challenges it tries to solve and implementation.
This post explains the importance of caching in Angular and how to use it effectively.
In this post, I will discuss the importance of Angular Modules and how to use them effectively.
This post highlights the importance of API based development and Rate Limiting concepts.
In this post I will explain about the mutual TLS, how its works, benefits and chalenges. We will also go through a sample implementation using .NET Core framework.
In this post I will talk about a basic security setup that every organization as a baseline security measure. The post talks about PKI infrastructure that holds the foundation of modern security fo...
In this post we will explore how we can leverage XSLT transformation to build an transformation pipeline in .NET. It will showcase a extract, transform and load scenario for a custom datasource.
We will see an implementation of logging using the ILogger and ILoggerOptions in C# and .NET.