Demonstrate your ability to update a console app that implements arrays, foreach loops, and if statements in response to a user requested feature update.
This module explores the tools and processes used to debug C# console applications in Visual Studio Code. Hands-on activities provide experience using breakpoints, conditional breakpoints, and […]
Use Redis caching in Azure to reduce the load on databases. Apply different caching architectures to support larger loads in distributed and high-volume environments.
In this post, let’s see how we can enable CORS in locally running In-Process Azure Function. I had a simple In-Process HTTP Trigger Azure Function that exposes […]
In this post, let’s see how we can enable ingress in an AKS cluster using Application Gateway. We can easily do that using Application Gateway Ingress Controller […]
In this post, let’s see some built-in features in EF Core that supports Connection Resiliency. For example, if the connection to the database dropped while executing […]
In this post let’s see how we can configure Polymorphism using the Contract Model in System.Text.Json. You can also configure Polymorphism using attributes (How to configure Polymorphism using […]