firefox parser/html/java/README.txt
Explains how Firefox's HTML5 parser is maintained in Java and automatically translated to C++ using a custom script.
Explains how Firefox's HTML5 parser is maintained in Java and automatically translated to C++ using a custom script.
A developer shares key engineering lessons learned from building AI agents in .NET, focusing on state management, orchestration, and observability.
A developer-friendly introduction to the Microsoft Agent Framework, an open-source SDK for building and orchestrating AI agents in C# and Python.
Announcing elbruno.Extensions.AI.Claude v0.1.0-preview.2, a .NET library for integrating Claude AI models with Azure AI Foundry and Microsoft.Extensions.AI.
C# 14 introduces breaking changes to LINQ queries. This article explains the issues with Reverse and Contains and provides workarounds.
Learn how to use the Microsoft Agent Framework for .NET to create AI agents with persistent memory across sessions using persisted threads.
Build a FastAPI service using Microsoft's MarkItDown library to convert PDFs and documents to Markdown, containerized in Docker with a C# client.
Learn to build AI agents in C# using Microsoft Agent Framework and Hugging Face MCP tools for image generation and analysis.
A guide to building multi-model AI orchestration workflows in .NET 9 using Microsoft Agent Framework, Azure AI, GitHub Models, and Ollama.
A developer recounts how Raymond Chen mentioned their work on BitLocker's error messages in The Old New Thing blog, detailing a Windows development challenge.
An analysis of .ConfigureAwait in .NET, discussing its historical importance and modern relevance in different application contexts.
Benchmarking GPU vs CPU performance for local AI image generation in C# using the TransformersSharp library and Hugging Face models.
Learn how to use TransformerSharp to run Hugging Face text generation and text-to-image models locally in C# applications.
Learn how to use C# to connect to Hugging Face MCP Server and generate AI images through a step-by-step technical tutorial.
A developer documents how AI agents built a complete shopping cart feature for an e-commerce app, from requirements to code, without manual programming.
Testing GPT-4o's new image generation feature using C# and the Microsoft.Extensions.AI library, with a practical coding example.
An overview of C# and .NET Core in 2025, covering its open-source status, strengths, weaknesses, and comparisons to other languages like Java and Go.
A historical look at the evolution of the ".NET Core" name, tracing its usage from the .NET Compact Framework to modern cross-platform .NET.
Explains linked cancellation tokens in C#, showing how to create a token that cancels when any of multiple source tokens are canceled.
A tutorial on implementing a local RAG system using Phi-3, Semantic Kernel, and TextMemory in a C# console application.