ReSharper Made VS Code a Real Option for My .NET Work
Review of JetBrains' official ReSharper extension for VS Code, enhancing C# development with advanced refactoring and navigation features.
Review of JetBrains' official ReSharper extension for VS Code, enhancing C# development with advanced refactoring and navigation features.
ClockTray v1.0.0 is a dual-mode Windows utility with GUI and CLI for controlling the taskbar clock, featuring automation and lunar calendar overlay.
Learn how to reduce byte[] allocations in .NET Framework using ReadOnlySpan<T> for better performance.
Introducing t2i, a CLI tool for generating images from the terminal using cloud AI providers like Azure AI Foundry.
A C# developer explains why they switched to primary constructors for dependency injection, highlighting boilerplate reduction and a key pitfall.
A guide to AOT-friendly DTO mapping in .NET using ElBruno.AotMapper, a Roslyn source-generator that creates compile-time mapping code.
Summary of recent Azure, Microsoft, .NET, GitHub, and Visual Studio blog posts covering tech updates and tools.
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.
Microsoft Bing open-sources new embedding models, now usable in C# via LocalEmbeddings.Harrier library.
Learn how to efficiently delete and update millions of rows in EF Core without loading entities, using ExecuteUpdate/ExecuteDelete and third-party tools.
Guide to creating AI agents with Microsoft Agent Framework 1.0.0 in .NET, including tool definitions and LLM integration.
Explains why FluentValidation upgrade past 11.4 broke a gRPC validation package and how the author fixed it.
A blog post about generating type-safe string enums in C# with source code generation and exhaustion support.
Introduces ElBruno.MarkItDotNet, a .NET library for converting PDFs, Word docs, HTML, and more to Markdown with streaming and DI support.
Developer updates C# library ElBruno.LocalLLMs for Google's new Gemma 4 models, detailing architecture, features, and ONNX conversion challenges.
Learn to build an AI agent platform with .NET 10 and GitHub Copilot in a free live series at Microsoft Reactor.
Exploring how Claude Code successfully translates non-trivial codebases between languages like C++ to Java and Haskell to Clojure.
A developer critiques the chaotic state of Windows native app development while building a utility to black out monitors.
EF Core 11.0 introduces a single command to create and apply migrations, streamlining development workflow.