Free .NET Web API Course

137+ Articles

Blog

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

Page 5

Showing 49-60 of 137 articles

Page 5 of 12
Validation with MediatR Pipeline and FluentValidation
dotnet

Validation with MediatR Pipeline and FluentValidation

Learn how to use MediatR Pipeline Behavior to implement Validations with FluentValidation in ASP.NET Core applications. This pattern is extremely powerful when clubbed with IExceptionHandler, and can help you build super clean solutions with an elegant way to handle Validations!

12 min read
115.9K 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
70K views
Global Exception Handling in ASP.NET Core - IExceptionHandler in .NET 8 [Recommended]
dotnet

Global Exception Handling in ASP.NET Core - IExceptionHandler in .NET 8 [Recommended]

Learn about Global Exception Handling in ASP.NET Core applications (.NET 8). Exceptions are something inevitable in any product and should be handled as effectively as possible without breaking the system. This can occur due to both internal as well as external factors. We will mainly discuss about IExceptionHandler, which was recently introduced starting from .NET 8. This is a far cleaner and maintainable approach while working with exceptions.

12 min read
75K views
Structured Logging with Serilog in ASP.NET Core - The Complete Guide for .NET 8 Applications
dotnet

Structured Logging with Serilog in ASP.NET Core - The Complete Guide for .NET 8 Applications

When building a new ASP.NET Core project, one should prioritize setting up logging to ensure robust monitoring and debugging capabilities right from the start. Serilog is the most popular logging library for ASP.NET Core Applications. In this article, we will learn everything you need to know to master Structured Logging in your ASP.NET Core Application using Serilog.

12 min read
88.7K 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
77.6K 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
61.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
82.9K views

.NET + AI: Build Smarter, Ship Faster

Join 8,000+ developers learning to leverage AI for faster .NET development, smarter architectures, and real-world productivity gains.

AI + .NET tips
Productivity hacks
100% free
No spam, unsubscribe anytime