Skip to main content
136+ Articles

The Blog

Deep dives into .NET, AWS, Docker & Modern Architecture

Page 6

All articles

Showing 61-72 of 136 articles

Page 6 of 12
Response Caching with MediatR in ASP.NET Core - Powerful Pipeline Behavior
dotnet

Response Caching with MediatR in ASP.NET Core - Powerful Pipeline Behavior

In this article, we are going to implement Response Caching with MediatR in ASP.NET Core using its awesome Pipeline Behaviours. I have written a couple of articles about MediatR and why it's one of the MUST USE libraries for .NET Developers.

9 min read
92.9K views
AWS Message Processing Framework for .NET - Simplifying AWS Based Messaging Applications in .NET
dotnet aws

AWS Message Processing Framework for .NET - Simplifying AWS Based Messaging Applications in .NET

The AWS Message Processing Framework for .NET is a wrapper over the AWS Messaging Services like Amazon SNS, SQS, and Event Bridge that helps reduce a significant amount of boilerplate code needed to interact with these AWS Services, further simplifying the development of messaging in .NET applications. In this article, we will explore this framework, and build sample applications that would use SQS, and SNS.

7 min read
75.2K views
In-Memory Caching in ASP.NET Core for Better Performance - A Comprehensive Guide
dotnet

In-Memory Caching in ASP.NET Core for Better Performance - A Comprehensive Guide

Caching! In this article, we will explore the fundamentals of caching and demonstrate how to implement in-memory caching in ASP.NET Core applications. We'll start by building a simple endpoint to set and retrieve cache entries from the in-memory cache. Following that, we'll create another endpoint to showcase the noticeable performance improvement - over 80% faster - achieved through caching. We will also cover some important topics like cache invalidation.

14 min read
63.7K views
Pagination in Amazon DynamoDB with .NET - Improve your API Performance!
dotnet aws

Pagination in Amazon DynamoDB with .NET - Improve your API Performance!

Amazon DynamoDB is the go-to serverless NoSQL Solution from AWS and is very sought-after for building serverless applications on the cloud. Pagination is one feature that helps massively improve your application response times in case you have large volumes of data stored in your database. In this article, we will learn about implementing pagination in Amazon DynamoDB with the .NET AWS SDK!

10 min read
90.8K views
Handling Concurrency in Amazon DynamoDB with Optimistic Locking - Detailed Guide
dotnet aws

Handling Concurrency in Amazon DynamoDB with Optimistic Locking - Detailed Guide

Multi-thread programming is essential to building high-performance applications, especially those expected to scale. This article will teach us about handling concurrency in Amazon DynamoDB with Optimistic Locking. When multiple threads try to access/modify the same record in DynamoDB, there can be data inconsistencies and conflicts. To combat this, we will implement optimistic locking to ensure your data is not lost or overridden.

12 min read
94.1K views
Schedule AWS Lambda With Amazon EventBridge Scheduler - Powerful Serverless Scheduling!
dotnet aws

Schedule AWS Lambda With Amazon EventBridge Scheduler - Powerful Serverless Scheduling!

Let's learn how to Schedule AWS Lambda with Amazon EventBridge Scheduler using rate and cron expressions. This is part of my ongoing .NET on AWS series, where we explore and learn about various AWS Services that can benefit you, as a .NET Developer. This is yet another piece of article where we learn about the serverless scheduler that Amazon offers. In simple words, Amazon EventBridge Scheduler helps you build event-driven applications, schedule tasks within the AWS ecosystem, and more.

10 min read
73.4K views
Integrating Generative AI in .NET with Amazon BedRock - Super Charge your API with AI
dotnet aws

Integrating Generative AI in .NET with Amazon BedRock - Super Charge your API with AI

GenAI, short for Generative AI, is at the forefront of technological evolution, representing a groundbreaking paradigm in artificial intelligence. In this article, we are going to deep dive into this exact topic by integrating Generative AI in .NET with Amazon BedRock. Together, we will explore and build a .NET application that can generate AI chats and even images using the seamless integration with Amazon BedRock and its GenAI foundational models.

11 min read
79.9K views
Free weekly newsletter

Stay ahead in .NET

Tutorials Architecture DevOps AI

Once-weekly email. Best insights. No fluff.

Join 8,200+ developers · Delivered every Tuesday