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.

AWS re:Invent 2021 - Building a data lake on Amazon S3

youtube.com

Flexibility is key when building and scaling a data lake, and by choosing the right storage architecture, you will have the agility to quickly experiment and...

View
Sharing Auth Cookies With YARP, IdentityServer, and ASP.NET Core

Sharing Auth Cookies With YARP, IdentityServer, and ASP.NET Core

Khalid Abuhakmeh - khalidabuhakmeh.com

Sharing authentication cookies in a distributed application with aspnet.core, YARP, and IdentityServer

Read More

ASP.NET Community Standup - Incremental ASP.NET Core Migration

youtube.com

Learn how to migrate ASP.NET Framework applications to ASP.NET Core using YARP and System.Web Adapters.Community Links: https://www.theurlist.com/aspnet-stan...

View

Simplifying Microservice Security with YARP

youtube.com
View

How to implement request routing for BFF with YARP

Kalle Marjokorpi - kallemarjokorpi.fi

This blog post concentrates to reverse proxy side how to re-route requests to destination API endpoint via BFF.

Read More

Deploy OpenID Connect and OAuth 2.0 with a Reverse Proxy Architecture - June 26 | Identiverse 2019

youtube.com

Presenter:Hans ZandbeltThis session will present architectural patterns for integrating support for OpenID Connect and OAuth 2.0 into your service infrastruc...

View
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