The Codebase Is the Prompt: Wolverine, Vertical Slices, and AI-Assisted Development
Explores how Wolverine and Vertical Slice Architecture improve AI coding agent efficiency by compressing code and reducing context pollution.
Explores how Wolverine and Vertical Slice Architecture improve AI coding agent efficiency by compressing code and reducing context pollution.
Wolverine and Marten improve F# support with pre-generated code and Roslyn optimizations for better deployment.
JasperFx announces AI Skills for the Critter Stack, available for purchase with private NPM/Nuget access.
Update on Critter Stack 2026 releases, including Marten, Wolverine, and CritterWatch, focusing on performance and AOT compliance.
Developer shares how GitHub Copilot helped transform pet projects into over 20 open source NuGet packages for AI, embeddings, and productivity.
A bug in .NET where BackgroundService exceptions after first await caused exit code 0 is fixed in .NET 11, now propagating errors correctly.
AspireMonitor is a Windows tray app that lets you monitor and control your Aspire AppHost without leaving your IDE.
Learn about the new ConfigurationIgnoreAttribute in .NET 11 that prevents configuration binding on specific properties.
Summary of top developer links for April 23, 2026, covering AI agents, .NET, web dev, security, and Windows development.
Introduces Wolverine.Http, a .NET framework for vertical slice architecture with built-in messaging and transactional outbox support.
Announces t2i v0.16.0 with GPT-Image models and AI agent skills for GitHub Copilot and Claude Code.
Guide on integrating Wolverine with EF Core for improved development experience, including transactional middleware and message handling.
Learn how to reduce byte[] allocations in .NET Framework using ReadOnlySpan<T> for better performance.
Customizing Wolverine code generation to create pure functions for HTTP endpoints, using automatic ReportId generation.
Introducing t2i, a CLI tool for generating images from the terminal using cloud AI providers like Azure AI Foundry.
htmxRazor v2.0.0 release adds interactive playground, theme builder, SignalR hub, and CSS anchor positioning for ASP.NET Core apps.
Microsoft's MAI-Image-2 image generation model is now supported in the ElBruno.Text2Image .NET library with a synchronous API.
Optimizing HTTP queries with Marten and Wolverine for faster JSON streaming from PostgreSQL.
A technical guide on implementing the Saga pattern in .NET using Wolverine, covering setup, message routing, and saga state persistence.
Microsoft Bing open-sources new embedding models, now usable in C# via LocalEmbeddings.Harrier library.