Skip to content
No results
  • About
  • COOKIE POLICY
  • Privacy Policy
Roxeem
Roxeem
  • About
Roxeem
Roxeem
  • .NET, C#, dotnet, roslyn, source generator

The .NET Pipeline That Makes Source Generators Feel Instant

The .NET Pipeline That Makes Source Generators Feel Instant

Deep dive into .NET source generators, and understand how to design efficient pipelines that minimize recompilation and boost codegen performance.

  • Roxeem
  • December 15, 2025
  • .NET, dotnet, dotnet10, performance, roslyn, source generator

Incremental Source Generators in .NET

Incremental Source Generators in .NET

In this post, I'll show you what Roslyn source generators are, why they're a massive improvement over old techniques, and how to build a simple, high-performance generator from scratch.

  • Roxeem
  • November 8, 2025
  • 1 Comment
  • .NET, C#, Testing

Testing HttpClient in .NET without Moq or NSubstitute

A Simpler Way to Test HttpClient in .NET without Moq or NSubstitute

How to unit test HTTP clients in .NET without relying on mocking frameworks (Moq or NSubstitute) using DelegatingHandler.

  • Roxeem
  • October 26, 2025
  • .NET, ASP.NET

A Pragmatic Guide to Server-Sent Events (SSE) in ASP.NET Core

Learn how to implement Server-Sent Events (SSE) in ASP.NET Core. Compare SSE vs WebSockets & SignalR, and apply scaling best practices.

  • Roxeem
  • October 24, 2025
  • .NET, API, ASP.NET, C#

Strategic Pagination Patterns for .NET APIs

Strategic Pagination Patterns for .NET APIs.png

Master offset, cursor, keyset, paged, time-based, and hybrid pagination patterns in .NET APIs to balance performance, consistency, and client experience.

  • Roxeem
  • October 11, 2025
  • .NET, dotnet10, performance

What .NET 10 GC Changes Mean for Developers

What .NET 10 GC Changes Mean for Developers

.NET 10 GC tuning shows how stack allocations, DATAS, and region sizing cut allocations, improve latency, and reduce your cloud cost.

  • Roxeem
  • September 30, 2025
  • 6 Comments
  • AI/LLM, dotnet, Prompt Engineering

The Hidden Architecture Behind Fast and Reliable AI Prompts

Advanced Prompt Orchestration

Build conditional, parallel, dynamic, and stateful prompt pipelines in .NET with safety guardrails, faster latency, and testable design.

  • Roxeem
  • September 16, 2025
  • AI/LLM, dotnet

How to orchestrate multi-tool AI workflows in .NET

How to orchestrate multi-tool AI workflows in .NET

Build robust AI multi-tool workflows in .NET. Chain tools, add telemetry, cache results, and orchestrate multi‑step tasks with DI.

  • Roxeem
  • September 12, 2025
  • 1 Comment
  • AI/LLM, C#, dotnet

How to Correctly Build AI Features in .NET 

How to Correctly Build AI Features in .NET

Resilient .NET AI pipeline: unify chat, embeddings, tools, streaming, caching & telemetry with Microsoft.Extensions.AI. Swap models without rewrites.

  • Roxeem
  • September 8, 2025
  • 1 Comment
  • AI/LLM, dotnet

The Practical .NET Guide to AI & LLM: Introduction

Practical .NET Guide to AI/LLM: Introduction

Model-agnostic guide to integrating LLMs in .NET — patterns, DI, provider abstraction, and security best practices. Start locally; avoid vendor lock-in.

  • Roxeem
  • September 4, 2025
  • 2 Comments
1 2
Next

Copyright © 2025 - Roxeem

[privacy-do-not-sell-link]

 

Loading Comments...