.NET on AWS Blog

Raghavender Madamshitti

Author: Raghavender Madamshitti

Raghavender Madamshitti is a Lead Consultant at AWS Professional Services who brings expertise in modernizing .NET workloads and building cloud-based solutions on AWS.

Modernizing SignalR with AWS AppSync Event API

SignalR is an open source library for .NET that adds real-time web functionality to applications. When building real-time features with SignalR, teams often face operational challenges like maintaining WebSocket connections across servers, running always-on infrastructure, and scaling a Redis backplane while keeping latency low. These operational costs grow as user base expands, diverting engineering time […]

Dynamic configuration updates in .NET using Parameter Store and Secrets Manager

Loading configurations and secrets in .NET applications is a common practice. However, it comes with challenges in storing and accessing them securely and dynamically, without the need for application restart. AWS Systems Manager Parameter Store provides a centralized solution for storing and managing configurations and secrets data. This blog post explores an advanced approach to […]