Streaming MessagePack API with Svelte and Asp .Net Core

In this article I will show how to use MessagePack to stream binary responses to a Svelte application from a .Net Core backend.

SignalR with Angular and Dotnet Core

In this post I will show how to use SignalR in an Angular project with an asp.net core backend.

Creating a Reverse Proxy in Dotnet Core

After hearing about Project YARP, an initiative from Microsoft to create a super fast .Net reverse proxy, I decided to give it a try in one of my private projects. This is a write up of what I learned.

Optimizing Blazor Applications

The following post is a write up of my attempt to optimize a Blazor client side application.

Scaling Queue Triggered Azure Functions

Last weekend I spent some time playing with queue driven Azure functions to learn more about how serverless functions scale under load. This post is a write up of some of my findings.

Building a Scalable API Gateway

In this post I will discuss how to use Azure API Management to build a scalable and cost effective API gateway.

Asp.Net Core and gRPC

In this post I will show how I created a gRPC based api using Asp.Net Core.

Serverless Azure Functions

In this post I will show how to create a serverless Azure function.

Dockerizing an Asp.Net Core Microservice Behind Nginx

In this post I will show how to dockerize an Asp.Net microservice and host it behind an nginx reverse proxy.

Server Side Blazor

In this post I do a quick comparison between client side Blazor and server side Blazor.

Experimenting with Blazor

This post is a quick write-up of a POC I worked on this weekend using .Net Blazor.

Visual Studio Code

Microsoft has open sourced their entire .Net platform. This is huge since it opens up the .Net framework to a lot of new users who were previously blocked by the “Windows only” policy. As part of this effort Microsoft also released a new editor called Visual Studio Code. In this post I will summarize some of my experiences from taking the new editor for a quick spin.

Nuget packages

I have created two helper libraries for building xpath xpressions in c#. Here are the nuget packages to get them.