Creating SAS URIs for Azure Storage Blobs using DefaultAzureCredential
Explains how to generate SAS URIs for Azure Blobs using DefaultAzureCredential and User Delegation Keys in .NET.
Explains how to generate SAS URIs for Azure Blobs using DefaultAzureCredential and User Delegation Keys in .NET.
Explains how to enable and use .NET host tracing to debug and understand the boot process of .NET applications.
C# 14 introduces new implicit conversions for Span<T> and ReadOnlySpan<T>, reducing boilerplate and improving code readability.
A guide on using AG-UI and .NET Aspire to expose Agent Framework AI agents to the web, enabling multi-client, AI-powered applications.
A guide to deploying .NET applications on Red Hat OpenShift using the Source-to-Image (S2I) tool, covering setup and a sample project structure.
Guide to using DevUI and Microsoft Agent Framework for debugging and visualizing AI agents in .NET applications.
Explains service discovery in .NET 8, covering the built-in NuGet package, configuration, and integration with HttpClient.
Introduces ScannedIsolationHost for .NET's Isolator, enabling white/black list control over plugin assembly and type references.
Explains the new null-conditional assignment operator in C# 14, a feature for safer null handling in .NET development.
Learn how to use the Microsoft Agent Framework for .NET to create AI agents with persistent memory across sessions using persisted threads.
Learn how to use Background Responses in .NET's Microsoft Agent Framework to maintain AI agent state and resume interrupted tasks using continuation tokens.
A summary of recent blog posts from Microsoft's .NET, Azure DevOps, GitHub, and Visual Studio teams, covering new releases, preview features, and updates.
Explores advanced .NET string handling techniques like SearchValues<T> for performance and FormattableString for formatting.
A historical overview of Microsoft's .NET dependency resolution APIs, from IServiceProvider to ASP.NET frameworks like MVC, Web API, and SignalR.
Introduces Isolator, a .NET framework for running code in secure, isolated sandboxes, addressing the removal of AppDomains in .NET Core.
Explores key new features in C# 14 and .NET 10, including field-backed properties and partial events/constructors.
Explains why and how to use CancellationTokens in .NET APIs to stop long-running operations and free server resources.
A technical guide on implementing OAuth authentication for SAP SuccessFactors OData APIs in .NET using the SAML 2.0 Bearer Assertion flow.
Introducing Hotkey Typer, a small Windows utility that types predefined text snippets with a hotkey, perfect for demos and tutorials.
Lance McCarthy explains the Model Context Protocol (MCP), its importance, and how to work with it in a tech interview.