Please turn JavaScript on
blogs.cninnovation.com icon

blogs.cninnovation.com

Subscribe in seconds and receive Blogs.cninnovation.com's news feed updates in your inbox, on your phone or even read them from your own news page here on follow.it.

You can select the updates using tags or topics and you can add as many websites to your feed as you like.

And the service is entirely free!

Follow Blogs.cninnovation.com: Blogs.cninnovation.com – Christian Nagel and the CN innovation team about .NET Aspire, C#, Azure, ASP.NET Core, WinUI, .NET MAUI, and more

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.03 / day

Message History

Keeping dependencies current is easy to agree on and hard to do consistently. In .NET solutions that use Aspire, the challenge is not only updating NuGet packages, but also keeping the Aspire SDK version in AppHost projects aligned with the latest stable release.

Dependabot is great for broad dependency automation, but with Aspire it has two practical limitations: it c...


Read full story

Looking back at my coding journey, it’s remarkable how much the experience has evolved. From typing Pascal in a bare terminal to collaborating with AI, each stage brought new tools, abstractions, and possibilities. This article walks through the major technology stages that shaped my development career and how each one raised the bar on productivity, user experience, and soft...


Read full story

When working with .NET minimal APIs, the endpoint definition can be improved by using TypedResults for better OpenAPI documentation. However, this seemingly simple change can lead to confusing compiler errors, such as “Delegate RequestDelegate does not take X arguments.” Even the GitHub Copilot coding agent struggled to resolve these issues automatically.

In this artic...


Read full story