BulkMerge (Upsert) in EF Core: How to Insert-or-Update Without the Headache
Learn how to perform bulk upserts (insert-or-update) in EF Core without performance issues, covering manual patterns, T-SQL MERGE, and third-party tools.
Learn how to perform bulk upserts (insert-or-update) in EF Core without performance issues, covering manual patterns, T-SQL MERGE, and third-party tools.
Announces htmxRazor v2.1.0 with advanced server-rendered input controls for ASP.NET Core using htmx, including Radial Select, Date Picker, and Time Picker.
Wolverine framework offers an alternative to exceptions and Result<T> pattern for cleaner error handling in .NET.
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.
An overview of C# records and record structs, covering syntax, immutability, cloning, equality, and deconstruction.
AspireMonitor is a Windows tray app that lets you monitor and control your Aspire AppHost without leaving your IDE.
Isolator framework adds Docker isolation support for running secure, isolated .NET code in containers.
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.