.NET 7 Out-Of-Process Durable Functions, The beginning - Part 2

4 minute read
The new .NET 7 Out-Of-Process (Isolated) Azure Durable Functions have a new interesting implementation. Class typed functions! Basically we…

YouTube Presentation - Azure Durable Functions and Patterns - Part 2

1 minute read
Great presentation available on Coding Night NZ channel about Azure Durable Functions and Patterns - Part 2.

Coding Night - Presentation Dec 5th

1 minute read
I would like to invite you on Dec 5th (Monday) at 8PM NZDT to check the presentation Azure Durable Functions and Patterns - Part 2. Please…

.NET 6 Upgrade - Part 2 - .NET Upgrade Assistant

8 minute read
Upgrading from .NET Framework to .NET 6 is possible via assistants, in this article we are exploring the .NET Upgrade Assistant provided by…

.NET 7 Out-Of-Process Durable Functions, The beginning - Part 1

4 minute read
Are you waiting for .NET 7 Out-Of-Process (Isolated) Azure Durable Functions? This is becoming a reality soon. This is still in beta, but…

YouTube Presentation - Azure Durable Functions and Patterns - Part 1

1 minute read
Great presentation available on Coding Night NZ channel about Azure Durable Functions and Patterns - Part 1.

.NET 6 Upgrade - Part 1 - Port Assistant

6 minute read
Upgrading from .NET Framework to .NET 6 is possible via assistants, in this article we are exploring the Porting Assistant for .NET provided…

Coding Night - Presentation Nov 21st

1 minute read
I would like to invite you on Nov 21st (Monday) at 5:30PM NZDT to check the presentation Azure Durable Functions and Patterns - Part…

YouTube Presentation - SOLID Design Principles in C#

1 minute read
Great presentation available on Coding Night NZ channel about SOLID Design Principles in C#.

Aggregator Pattern - Part 7 - Azure Durable Functions

4 minute read
The Aggregator pattern provides a way to aggregate event data over time in a single entity. This pattern allows data to be aggregated from…