DevWithJosh

DevWithJosh

Follow
Follow
homebadgesnewsletter
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

CQRS and Event Sourcing In C# .NET (Part 2)

Oct 11, 20237 min read

The Application of Event Sourcing in Real-world Scenarios. · Introduction to Event Sourcing In part one of this series, we explored CQRS. This article...

CQRS and Event Sourcing In C# .NET (Part 2)

CQRS and Event Sourcing in C# .NET (Part 1)

Sep 28, 20237 min read

Implementing the Command Query Responsibility Segregation (CQRS) pattern in real-life scenarios. · Introduction Command Query Responsibility Segregation...

CQRS and Event Sourcing in C# .NET (Part 1)

Serverless Computing with AWS Lambda In C#

Sep 20, 20233 min read

Serverless computing allows us to write and run our code in the cloud without necessarily bothering about infrastructure-related concerns: hosting,...

Serverless Computing with AWS Lambda In C#

Working With AWS S3 in C#

Sep 6, 20235 min read

AWS S3 (Simple storage service) is an AWS service that provides users the ability to store and retrieve static data seamlessly and efficiently. In...

Working With AWS S3 in C#

Working with Dead-letter Queues in AWS SQS and C#

Aug 27, 20232 min read

What happens when messages sent via a messaging queue fail to be processed? Is it skipped? Is the data or intention encapsulated in that message lost?...

Working with Dead-letter Queues in AWS SQS and C#

Asynchronous Communication In Microservices Via C# and AWS SQS

Aug 26, 202310 min read

Introduction In a distributed system, services must communicate and exchange data to achieve the software objectives. For example, imagine an...

Asynchronous Communication In Microservices Via C# and AWS SQS