/images/avatar.png

Let's talk Azure

Fix for "Referenced assembly 'AzureFunctions.Extensions.Middleware, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name"

ProblemI have received a mail from one of our users with an issue - Referenced assembly ‘AzureFunctions.Extensions.Middleware, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null’ does not have a strong name This issue is happening because the package is not signed with code signing certificate. Most of the Open source projects in the Nuget are currently not signed due to below reasons. Reason for not signing the package Cost ( All the code signing authority are charging huge amount for buying a certificate and you won’t be able to use self-signed certificate in Nuget) Binding Policy Virality No Drop-in replacement Ref for last 3 points :https://github.

Microservices-Saga-EDA: Intro

About this seriesHey folks!, It’s been long since I posted a blog 😀. Few months before, my guru Sriram Ganesan came up with an interesting and a challenging topic. As we shared similar interests and thoughts around getting this implemented, without any second thought we took this up and started to do it from scratch! E-CommerceAs we all use online shopping nowadays, it will be easier for us to relate things as we proceed along with this series.

Middleware support for Azure Functions v3.0

About this blogHey folks!, In this blog we will see about a library AzureFunctions.Extensions.Middleware that I developed to make use of middleware pattern to address some of the cross-cutting concerns of our applications. Middleware support in Azure FunctionsHistorically we always have known .NET Azure Functions have been in the in-process mode. Until the release of .NET 5, now there are two modes in which we can run Azure Functions

CosmosPark

About this blogHey folks!, In this blog we will see about CosmosPark that I developed to build different use cases on top of Azure CosmosDB. CosmosParkThis repo contains a solution that creates a serverless chat application with a gamified experience that stores data in Azure Cosmos DB, Azure Functions and Azure EventGrid for events processing, Azure WebPubSub for websocket client messaging and Azure Static WebApps for hosting Website linkhttps://cosmospark.iamdivakarkumar.com/

Middleware support for Azure Functions

About this blogHey folks!, In this blog we will see about a library AzureFunctions.Extensions.Middleware that I developed to make use of middleware pattern to address some of the cross-cutting concerns of our applications. Middleware support in Azure FunctionsHistorically we always have known .NET Azure Functions have been in the in-process mode. Until the release of .NET 5, now there are two modes in which we can run Azure Functions

Azure Load Testing Series - Create and run a load test

About this blogHey folks!, We have already seen a brief about a high level overview of azure load testing in the first blog of this series. In this blog we will see how to create and run a load test in Azure. Create Load test resource Creating resource In your azure portal select + create a resource and search for Azure Load Testing ( It is still in preview stage when this blog was created )