Description: A journey in software development
.net 3D Agile AOP Apple Azure Balder Bifrost BizTalk Book C# Cloud CLR Code Quality Code Tips Community CQRS Game Development General IoT Java JavaScript Mobile MVVM Optimizing Patterns Personal Podcast Practices SignalR Silverlight Tutorial Uncategorized WPF XNA
Agile asp.net core c# grpc Orleans productivity Silverlight specifications Team testing websockets
Recently we’ve been working a lot with Pulumi for automating our cloud environments. We’re building out our own management tool and creating Pulumi stack definitions in C#. One thing that quickly became a pain was working with the Inputs and Output and running into code that became way too nested, looking a lot like the old TPL or JavaScript Promises with .ContinueWith() or .then() .