.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • When to Use Enum vs Constants in C#: Decision Guide

    calendar May 1, 2026 · devleader.ca
    When to Use Enum vs Constants in C#: Decision Guide

    Struggling with enum vs const in C#? This decision guide covers type safety, extensibility, serialization, and the enumeration class pattern to help you choose correctly. Link to article: https://www.devleader.ca/2026/05/01/when-to-use-enum-vs-constants-in-c-decision-guide


    Read More
  • Python support for the Microsoft Teams SDK is now generally available

    calendar May 1, 2026 · devblogs.microsoft.com
    Python support for the Microsoft Teams SDK is now generally available

    Today we’re announcing the general availability (GA) of Python support in the Microsoft Teams SDK. Python developers can now build Teams-native apps and agents using the same SDK surface that powers modern Teams experiences across our Type Link to article: …


    Read More
  • AWS Transform now automates BI migration to Amazon Quick in days

    calendar May 1, 2026 · aws.amazon.com/blogs/machine-learning
    AWS Transform now automates BI migration to Amazon Quick in days

    In this post, we walk through the full journey, from setting up your migration workspace in AWS Transform to subscribing to partner agents through AWS Marketplace to unlocking Amazon Quick capabilities that change how your organization consumes data. Link to article: …


    Read More
  • Sponsor group type requirements for agent identities

    calendar May 1, 2026 · devblogs.microsoft.com
    Sponsor group type requirements for agent identities

    As part of moving to general availability (GA) for Entra Agent ID, agent blueprints, agent blueprint principals, and agent identities only accept dynamic membership groups and Microsoft 365 groups Link to article: https://devblogs.microsoft.com/microsoft365dev/sponsor-group-type-requirements-for-agent-identities


    Read More
  • The new Run dialog: faster, cleaner, and more capable

    calendar May 1, 2026 · devblogs.microsoft.com
    The new Run dialog: faster, cleaner, and more capable

    We've shipped the new Run dialog - and we want to say thanks. As the team behind Windows Terminal and PowerToys, we're excited to bring this to Windows 11, and your feedback helped shape it! Link to article: https://devblogs.microsoft.com/commandline/the-new-run-dialog-faster-cleaner-and-more-capable


    Read More
  • Introducing langchain-azure-cosmosdb: Build Agentic Apps and RAG with One Database

    calendar May 1, 2026 · devblogs.microsoft.com
    Introducing langchain-azure-cosmosdb: Build Agentic Apps and RAG with One Database

    Build AI Agents and RAG Applications with the New LangChain + LangGraph Connector for Azure Cosmos DB Building AI agents and RAG applications today means stitching together half a dozen services, a vector database, a chat history store, a checkpointer for agent state, a semantic cache, a long-term memory layer. Each …


    Read More
  • JetBrains Academy – April Digest

    calendar May 1, 2026 · blog.jetbrains.com
    JetBrains Academy – April Digest

    Hey! April brought many good reasons to open your IDE. Learn about a new DeepLearning.AI collab on spec-driven development, a beginner-friendly full-stack chat app course, a Kotlin certificate you can add to your LinkedIn profile, and fresh research on which AI coding tools developers actually use at work. Link to …


    Read More
  • Faster Rust Testing at Scale: cargo-nextest in Practice

    calendar May 1, 2026 · blog.jetbrains.com
    Faster Rust Testing at Scale: cargo-nextest in Practice

    Disclaimer: This article was created using AI-based writing and communication companions. With its help, the core topics of this rich and nuanced livestream were distilled into a compact blog post format. In our recent JetBrains livestream, Vitaly Bragilevsky was joined by Rain, the creator of cargo-nextest, for a …


    Read More
  • Developing a cross-process reader/writer lock with limited readers, part 4: Abandonment

    calendar May 1, 2026 · devblogs.microsoft.com
    Developing a cross-process reader/writer lock with limited readers, part 4: Abandonment

    We've been building a cross-process reader/writer lock with a cap on the number of readers, we concluded our investigation last time by noting that there is a serious proble Link to article: https://devblogs.microsoft.com/oldnewthing/20260501-00/?p=112291


    Read More
  • A Virtual Agent team at Docker: How the Coding Agent Sandboxes team uses a fleet of agents to ship faster

    calendar May 1, 2026 · docker.com
    A Virtual Agent team at Docker: How the Coding Agent Sandboxes team uses a fleet of agents to ship faster

    I work on Coding Agent Sandboxes, aka “sbx” at Docker. The project provides secure, microVM-based isolation for running AI coding agents like Claude Code, Gemini, Codex, Docker Agent and Kiro. Agents get full autonomy inside a sandbox (their own Docker daemon, network, filesystem) without touching your host system. …


    Read More
  • Bridge Design Pattern in C#: Complete Guide with Examples

    calendar May 1, 2026 · devleader.ca
    Bridge Design Pattern in C#: Complete Guide with Examples

    Master the bridge design pattern in C# with practical examples showing abstraction-implementation separation, composition over inheritance, and clean extensible design. Link to article: https://www.devleader.ca/2026/05/01/bridge-design-pattern-in-c-complete-guide-with-examples


    Read More
  • Announcing WinUI 3 Gallery 2.9

    calendar May 1, 2026 · devblogs.microsoft.com
    Announcing WinUI 3 Gallery 2.9

    Link to article: https://devblogs.microsoft.com/ifdef-windows/announcing-winui-3-gallery-2-9


    Read More
  • Boost Your .NET Projects with Spargine: High-Performance Character Processing with CharacterExtensions

    calendar May 1, 2026 · dotnettips.wordpress.com
    Boost Your .NET Projects with Spargine: High-Performance Character Processing with CharacterExtensions

    CharacterExtensions is a utility in the DotNetTips.Spargine.Extensions namespace that enhances performance in ASCII character processing. It offers high-performance methods for character classification, case conversion, and digit extraction, emphasizing minimal overhead. This tool is ideal for developers prioritizing …


    Read More
  • Azure Developer CLI (azd) - April 2026

    calendar May 1, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd) - April 2026

    The Azure Developer CLI (azd) shipped five releases in April 2026. The biggest theme this month is multi-language hook support: write azd hooks in Python, JavaScript, TypeScript, or .NET alongside the existing Bash and PowerShell options. Here's what's in versions Link to article: …


    Read More
  • NAudio Modernization with Claude Code

    calendar May 1, 2026 · markheath.net
    NAudio Modernization with Claude Code

    Almost 25 years ago, I created NAudio, an open-source audio library for .NET. Over the years I've had periods where I've done a lot of work on it, and periods where I barely touched it. That's certainly been the case recently, partly because I've been busy with other projects, and partly because creating a version 3 of …


    Read More
  • C# Enum Switch: Pattern Matching and Exhaustive Checks

    calendar Apr 30, 2026 · devleader.ca
    C# Enum Switch: Pattern Matching and Exhaustive Checks

    Learn how to use C# enum with switch expressions and pattern matching. Covers exhaustive checks, discard arms, tuple patterns, guard clauses, and compiler warnings. Link to article: https://www.devleader.ca/2026/04/30/c-enum-switch-pattern-matching-and-exhaustive-checks


    Read More
  • Reinforcement fine-tuning with LLM-as-a-judge

    calendar Apr 30, 2026 · aws.amazon.com/blogs/machine-learning
    Reinforcement fine-tuning with LLM-as-a-judge

    In this post, we take a deeper look at how RLAIF or RL with LLM-as-a-judge works with Amazon Nova models effectively. Link to article: https://aws.amazon.com/blogs/machine-learning/reinforcement-fine-tuning-with-llm-as-a-judge/


    Read More
  • TypeScript 7 Beta Now Enabled by Default in Visual Studio 2026 18.6 Insiders 3

    calendar Apr 30, 2026 · devblogs.microsoft.com
    TypeScript 7 Beta Now Enabled by Default in Visual Studio 2026 18.6 Insiders 3

    TypeScript 7 Beta Now Enabled by Default in Visual Studio 2026 18.6 Insiders 3 In Visual Studio 2026 18.6 Insiders 3 we have updated the built-in TypeScript SDK to TypeScript 7 Beta (native preview). The TypeScript SDK provides the compiler and language service used for TypeScript and JavaScript support in Visual …


    Read More
  • Building an AI-Powered Conference App with .NET's Composable AI Stack

    calendar Apr 30, 2026 · devblogs.microsoft.com
    Building an AI-Powered Conference App with .NET's Composable AI Stack

    Building AI features into .NET applications often means stitching together models, vector databases, ingestion pipelines, and agent frameworks from different ecosystems. Each one has its own patterns, its own client libraries, and its own breaking changes when the next version ships. We've been working on a set of …


    Read More
  • AWS Generative AI Model Agility Solution: A comprehensive guide to migrating LLMs for generative AI production

    calendar Apr 30, 2026 · aws.amazon.com/blogs/machine-learning
    AWS Generative AI Model Agility Solution: A comprehensive guide to migrating LLMs for generative AI production

    In this post, we introduce a systematic framework for LLM migration or upgrade in generative AI production, encompassing essential tools, methodologies, and best practices. The framework facilitates transitions between different LLMs by providing robust protocols for prompt conversion and optimization. Link to article: …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top