Diary of a Code Trotter
99 followers 0 articles/week
Best practice when naming Durable Functions in C#

When you create a new Durable Function in C#, you get some code which looks like this: [FunctionName("Function1")] public static async Task> RunOrchestrator( [OrchestrationTrigger] IDurableOrchestrationContext context) { var outputs = new List(); // Replace "hello" with the name of your Durable Activity Function. outputs.Add(await...

Wed Nov 4, 2020 21:50
Microsoft Ignite 2020

This week (in fact, today) we are starting Microsoft Ignite, our biggest conference of the year. It is the first time that we have to run the event online, which of course is a bit sad (last year's event in Orlando was amazing, so many people...) but in the other hand it's also the chance for everyone to see the event LIVE and to ask questions from...

Tue Sep 22, 2020 23:47
Microsoft Ignite 2020

This week (in fact, today) we are starting Microsoft Ignite, our biggest conference of the year. It is the first time that we have to run the event online, which of course is a bit sad (last year's event in Orlando was amazing, so many people...) but in the other hand it's also the chance for everyone to see the event LIVE and to ask questions from...

Tue Sep 22, 2020 17:44
Notifications Client Step 1.0: Creating the FCM project

Intro Find the GitHub repository for this series here. Previous article: Notifications Client Step 0: Specification Main article: Building a notifications client with Xamarin and Azure I have decided to build a cross-platform Notifications Client used to receive push notifications when a long-running system needs it. This Notifications...

Thu Jul 9, 2020 17:26
Notifications Client Step 0: Specification

Find the GitHub repository for this series here. Intro Main article: Building a notifications client with Xamarin and Azure I have decided to build a cross-platform Notifications Client used to receive push notifications when a long-running system needs it. This Notifications Client is generic, and not tied to a specific system or application,...

Mon Jun 22, 2020 19:42
Building a notifications client with Xamarin and Azure

Find the GitHub repository for this series here. I often find myself needing to send a notification to my mobile device, for example when a job finishes on Azure, when one of my computers at home is done doing something, or when I just want to send an alert when something changes in a system I am observing. Normally I would go ahead and...

Mon Jun 22, 2020 19:42

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account