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.

Building Arm64 Docker Images with .NET 8: A Quick Solution
Marius Schröder - medium.com
Learn to address Docker architecture issues for .NET 8 SDK builds with a simple solution.
Docker, .NET 8, Arm64, SDK, Build
An Introduction to Residuality Theory - CPH DevFest 2024
Barry O'Reilly - youtube.com
A talk on Residuality Theory recorded at the Copenhagen Developers Festival, focusing on architectural aspects for software developers.
Residuality Theory, CPH DevFest, software development, architecture, cloud, design
Advanced patterns for use with Event Sourced systems
James Geall - youtube.com
Explores advanced techniques in Event Sourcing and Domain-Driven Design for software architecture.
ddd, cqrs, microservices, event sourcing, software design
An Introduction to Residuality Theory - DDD Europe 2022
Barry O'Reilly - youtube.com
Barry O'Reilly discusses Residuality Theory in the context of Domain-Driven Design, focusing on architecture, modeling, and design patterns for software engineers.
ddd, domain-driven design, software architecture, microservices, event sourcing

Static asset file sizes can be reduced by over 80% in .NET 9
@RoundTheCode - roundthecode.com
In .NET 9, static asset delivery optimization uses Brotli and Gzip compression to reduce file sizes by over 80%, improving response times for slower networks.
.NET 9, static assets, compression, Brotli, Gzip, optimization

NServiceBus sagas: Integrations
Particular Docs - docs.particular.net
Learn to manage integration with external systems using NServiceBus sagas for HTTP communications. Implement orchestration for reliable shipment processing with multiple services.
NServiceBus, sagas, integration, software engineering, HTTP

Integration Tests with GitHub Service Containers
Alex Pliutau - itnext.io
The article discusses using Testcontainers to emulate external dependencies for backend integration tests, enhancing testing efficiency for software engineers.
Testcontainers, GitHub, integration tests, software engineering, backend
Blazor-testing from A to Z | .NET Conf 2023
YouTube - youtube.com
Discusses Blazor testing strategies, libraries, and tools for building websites.
.NET, Blazor, testing, strategies, libraries, tools

Meet TUnit: The New, Fast, and Extensible .NET Testing Framework
Sander ten Brinke - stenbrinke.nl
TUnit is a new, fast testing framework for .NET 8 and later, showcasing its incredible speed and features.
blog,developer,programming,.NET,csharp,c#,azure,software,microsoft,mvp
Implementing A Custom Authorization Handler In ASP.NET Core | Permission Authorization - Part 3
YouTube - youtube.com
Explore custom authorization in ASP.NET Core, focusing on permissions and roles in a comprehensive guide.
authorization, asp.net core, permissions, authentication, roles