Feed

This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
NServiceBus sagas: Integrations

NServiceBus sagas: Integrations

docs.particular.net

In this tutorial, learn how to use NServiceBus sagas to manage integration with external systems that communicate via HTTP.

Read More
Blockchain explained using C# implementation | by Czako Zoltan | Towards Data Science

Blockchain explained using C# implementation | by Czako Zoltan | Towards Data Science

Czako Zoltan - towardsdatascience.com

As I’ve promised, the next topic is Blockchain. In this article, I want to explain the main idea and I will give a simple C# implementation of a blockchain. This article will have a follow-up, an…

Read More
Building A Blockchain In .NET Core - Basic Blockchain

Building A Blockchain In .NET Core - Basic Blockchain

Henry He - c-sharpcorner.com

Blockchain technology is the foundation of the Bitcoin. With the popular of Bitcoin, Blockchain gets popular too. People start to use Blockchain other than cryptocurrency in all kinds of applications. By look at Satoshi Natamoto’s Bitcoin whitepaper, you could get confused how bitcoin works. Today, I am going to build a Blockchain from scratch to help everybody understand the mechanism of a Blockchain.

Read More

Marten - Event Storage on PostgreSQL | .NET C#

youtube.com

Marten is a .NET Transactional Document DB and Event Store on PostgreSQL. Every dotnet dev should try it as an alternative ef-core, not everything needs a fu...

View
GitHub - sebastienros/yessql: A .NET document database working on any RDBMS

GitHub - sebastienros/yessql: A .NET document database working on any RDBMS

github.com

A .NET document database working on any RDBMS. Contribute to sebastienros/yessql development by creating an account on GitHub.

Read More

Marten - Document Database on PostgreSQL | .NET C#

youtube.com

Marten is a .NET Transactional Document DB and Event Store on PostgreSQL. Every dotnet dev should try it as an alternative ef-core, not everything needs a fu...

View
The Solution: Easier and More Secure With Authentication Gateways - ANGULARarchitects

The Solution: Easier and More Secure With Authentication Gateways - ANGULARarchitects

angulararchitects.io

Dies ist Beitrag 2 von 2 der Serie “Rethinking Authentication for SPAs: Easier and More Secure with Gateways” The Problem: Security Tokens in the Browser The […]

Read More
GitHub - rebus-org/Rebus.OpenTelemetry

GitHub - rebus-org/Rebus.OpenTelemetry

github.com

Contribute to rebus-org/Rebus.OpenTelemetry development by creating an account on GitHub.

Read More
Distributed Tracing to discover a Distributed BIG BALL of MUD

Distributed Tracing to discover a Distributed BIG BALL of MUD

Derek Comartin - codeopinion.com

Distributed tracing is great for observing a request flowing through a set of distributed services. However, it can also be used as a crutch!

Read More

Building End-to-End Diagnostics and Tracing: Trace Context

jimmybogard.com

Posts in this series: An IntroTrace ContextDiagnostic EventsOpenTelemetry IntegrationActivity and Span CorrelationVisualization with ExportersUser-Defined Context with Correlation ContextActivitySource and OpenTelemetry 1.0Source Code In the last post, I walked through the overall problem we run into with diagnosing issues in distributed systems - mainly that it can be difficult to

Read More