Free .NET Web API Course

134+ Articles

Blog

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

Page 4

Showing 37-48 of 134 articles

Page 4 of 12
Essential AWS Services Every .NET Developer Should Master!
dotnet aws devops

Essential AWS Services Every .NET Developer Should Master!

Let's explore the essential AWS services that every .NET developer should know to stay competitive and deliver robust, cloud-native solutions. We'll dive into compute options like EC2, Lambda, and App Runner, storage solutions, databases, and DevOps tools, focusing on how they integrate seamlessly with .NET technologies. By the end, you'll have a clear roadmap for leveraging AWS effectively in your .NET projects in 2025 and beyond. Let's stay updated!

19 min read
GitHub Actions CI/CD Pipeline for Deploying .NET Web API to Amazon ECS
dotnet aws devops

GitHub Actions CI/CD Pipeline for Deploying .NET Web API to Amazon ECS

Let’s automate the deployment of a brand-new .NET 9 Web API to Amazon ECS using a GitHub Actions CI/CD pipeline. In this guide, we’ll walk through building a .NET 9 Docker image directly on GitHub, pushing it to Amazon Elastic Container Registry (ECR), creating an ECS task definition, and configuring an ECS service to fetch and deploy the latest Docker image. By the end, your application will be up and running on ECS with a fully automated workflow.

12 min read
Choosing the Best AWS Compute Service for your .NET Solution - Detailed Guide
dotnet aws

Choosing the Best AWS Compute Service for your .NET Solution - Detailed Guide

This comprehensive guide, Choosing the Best AWS Compute Service for your .NET Solution, will explore everything you need to know about selecting the right AWS compute option for your .NET applications. From EC2 to Lambda, we'll compare cost, operational overhead, ease of deployment, and more, providing you with the insights needed to make an informed decision. Whether you're new to AWS or looking to deepen your cloud expertise, this guide will equip you with the knowledge and tools necessary to choose the most suitable compute service for your specific .NET project requirements.

17 min read
Automate AWS Infrastructure Provisioning with Terraform - Beginner's Guide for .NET Developers
dotnet terraform aws

Automate AWS Infrastructure Provisioning with Terraform - Beginner's Guide for .NET Developers

Terraform is a powerful tool for automating infrastructure deployment and management across multiple cloud providers. Whether you are new to infrastructure as code or looking to deepen your Terraform expertise, this guide will provide you with the knowledge and skills necessary to effectively manage infrastructure in your projects, regardless of the technology stack you work with.

18 min read
Docker Guide for .NET Developers - Step-by-Step Tutorial for Beginners
dotnet docker

Docker Guide for .NET Developers - Step-by-Step Tutorial for Beginners

This Comprehensive Docker Guide for .NET Developers will cover everything you need to know about Docker, from the basics to advanced concepts. Docker has become an indispensable tool in modern software development, streamlining workflows and boosting productivity, whether you are a .NET developer or work with another tech stack. Whether new to Docker or seeking to deepen your understanding, this guide will provide you with the knowledge and skills necessary to use Docker in your projects effectively.

23 min read
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
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
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

Level Up Your .NET Skills

Join 8,000+ developers. Get one practical tip each week with best practices and real-world examples.

Weekly tips
Code examples
100% free
No spam, unsubscribe anytime