Why ASP.NET Core and .NET Aspire Are a Game-Changer for DevelopersUnlocking Full-Stack Potential: How ASP.NET Core and .NET Aspire are Revolutionizing Development In the fast-paced world of software development, building robust, scalable, and maintainable full-stack applications often feels like navigating a labyri...Aug 12, 2025·7 min read
Authenticating API Gateway with Cognito in .NET AppsWhen building secure and scalable APIs on AWS, Amazon Cognito paired with API Gateway provides a powerful combination for authentication. Cognito handles the identity layer, while API Gateway manages the request routing and enforcement of authenticat...Jun 9, 2025·4 min read
Scheduling Tasks with CloudWatch and .NET LambdaBuild Serverless Schedulers with .NET and AWS CloudWatchJun 7, 2025·3 min read
Processing SQS Messages with .NET LambdaHow to handle asynchronous workloads in .NET using AWS Lambda and SQSJun 6, 2025·3 min read
How to trigger .NET Lambdas with S3 EventsWhen a file lands in S3, sometimes you want that to automatically trigger backend processing: image resizing, virus scanning, or sending a notification. AWS makes this possible using S3 event notifications to trigger Lambda functions. In this post, w...Jun 4, 2025·3 min read
Deploying .NET APIs to AWS Lambda with API GatewayServerless doesn't mean giving up full-featured APIs. With AWS Lambda and API Gateway, you can run .NET Web APIs in a fully managed, scalable way without provisioning servers. In this post, we'll walk through deploying a minimal .NET API to AWS Lambd...Jun 3, 2025·2 min read