Skip to main content
All Categories
129 Articles

.NET

Personal Favorite to build Robust Enterprise Grade Backend Systems.

Page 6

Page 6

Showing 61-72 of 129 articles

Page 6 of 11
How to use FluentValidation in ASP.NET Core - Super Powerful Validations
dotnet

How to use FluentValidation in ASP.NET Core - Super Powerful Validations

Learn how to make powerful validations in your ASP.NET Core applications using FluentValidation. When it comes to Validating Models and incoming HTTP Requests, aren't we all leaning toward Data Annotations? Although it can be quick to set up Data Annotations on your models, there are a few drawbacks to this approach.

12 min read
68.1K 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.

Updated Apr 22, 2024 12 min read
115.4K 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
72.4K 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
74.3K 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
103.9K views
Image Recognition in .NET with Amazon Rekognition - Super Accurate Recognition + Blur!
dotnet aws

Image Recognition in .NET with Amazon Rekognition - Super Accurate Recognition + Blur!

In this article, we will learn about Image Recognition in .NET with Amazon Rekognition! We will go through some concepts around this service and build an ASP.NET Core Web API that can recognize people/objects from images, blur out faces for privacy concerns, and do some additional operations. I will also walk you through other APIs offered, like Facial Analysis, Label Detection, Image Moderation, and so on.

13 min read
97.3K views
Trigger AWS Lambda with S3 Events in .NET - Powerful Event-Driven Thumbnail Creation Lambda for .NET Developers
dotnet aws

Trigger AWS Lambda with S3 Events in .NET - Powerful Event-Driven Thumbnail Creation Lambda for .NET Developers

In this article, we are going to learn about how to Trigger AWS Lambda with S3 Events. In previous articles, we have already gone through the basics of the involved AWS Services like Amazon S3 and AWS Lambda. Now, let's see how they can be integrated to form a practical system that has an event-driven approach. We will learn this using a real-life scenario, and help build a more efficient system.

12 min read
72.7K 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