Ed Andersen

Software Developer and Architect in Japan

  • .NET Aspire and the future of .NET

    .NET Aspire and the future of .NET

    In less than a year, .NET Aspire has made it from a preview release all the way through to General Availability and its inclusion in Visual Studio. The marketing keeps saying that the important part of .NET Aspire is that it makes apps “cloud-native”, but that is only a fraction of the story – and…

    Read more…

  • Why Microsoft Orleans is important for .NET Developers

    Why Microsoft Orleans is important for .NET Developers

    Small to medium sized development teams often grapple with the complexities of microservices architecture. While the distributed approach offers scalability and flexibility, it can quickly become overwhelming, especially without a large team to manage the infrastructure. Enter Microsoft Orleans, a framework designed to simplify building scalable, resilient, and distributed backends. This post delves into how…

    Read more…

  • Daily Driving the Jelly Star 3 inch Android phone

    Daily Driving the Jelly Star 3 inch Android phone

    Unihertz launched the Kickstarter for their latest device, the “Jelly Star” in June 2023 and I was one of the first in line. I previously owned a “Jelly 2” before my son decided to drop it screen first onto concrete. The Jelly Star comes with a pre-applied screen protector so they’ve been listening. I won’t…

    Read more…

  • C# 11 and .NET 7 – early look at new features

    C# 11 and .NET 7 – early look at new features

    .NET 7 is coming soon alongside C# 11. It’s possible to take a look at some of the new features now, including the bang bang (!!) operator and List patterns, which I think are really cool. Here is a video on the topic:

    Read more…

  • Converting .NET 6 Minimal API back to Startup.cs

    Converting .NET 6 Minimal API back to Startup.cs

    I’ve had to convert a Minimal API app back to Startup.cs a few times now. Here are some reasons why you might want to do it: Incompatible NuGet packages For example as of time of writing Amazon.Lambda.AspNetCoreServer doesn’t work with Minimal APIs. If you didn’t know that Amazon.Lambda.AspNetCoreServer.Hosting was what you needed for Minimal APIs, you’d…

    Read more…