.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • The New Loop: How Power Pages Builds Software with AI

    calendar Apr 29, 2026 · devblogs.microsoft.com
    The New Loop: How Power Pages Builds Software with AI

    Introduction When I started writing software professionally in 2015, the tech landscape looked completely different. Tools and frameworks kept evolving since then, but the process of building software barely moved for a decade. That changed in the last couple of months. Here's what has changed in how the Power Pages …


    Read More
  • C# Enum Flags: Combining Values with Bitwise Operations

    calendar Apr 28, 2026 · devleader.ca
    C# Enum Flags: Combining Values with Bitwise Operations

    Learn how C# enum flags work. Understand the [Flags] attribute, bitwise OR and AND, HasFlag(), and when to use a flags enum over a regular enum in .NET. Link to article: https://www.devleader.ca/2026/04/28/c-enum-flags-combining-values-with-bitwise-operations


    Read More
  • A2A v1 Is Here: Cross-Platform Agent Communication in Microsoft Agent Framework for .NET

    calendar Apr 28, 2026 · devblogs.microsoft.com
    A2A v1 Is Here: Cross-Platform Agent Communication in Microsoft Agent Framework for .NET

    As organizations move from single-agent prototypes to multi-agent production systems, the ability for agents to communicate reliably across platforms and organizational boundaries becomes essential. With the release of A2A Protocol v1.0 and updated support in the Microsoft Agent Framework, you can now connect and …


    Read More
  • Visual Studio April Update – Cloud Agent Integration

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Visual Studio April Update – Cloud Agent Integration

    GitHub Copilot in Visual Studio is becoming more agentic with every release. This update brings cloud agent integration front and center, letting you start remote coding sessions without leaving the IDE. Custom agents now support user-level definitions that travel with you across projects, C++ code editing tools for …


    Read More
  • The problem: All-or-nothing batch processing in Azure Service Bus

    calendar Apr 28, 2026 · devblogs.microsoft.com
    The problem: All-or-nothing batch processing in Azure Service Bus

    Azure Service Bus is one of the most widely used messaging services for building event-driven applications on Azure. When you use Azure Functions with a Service Bus trigger in batch mode, your function receives multiple messages at once for efficient, high-throughput processing. But what happens when one message in the …


    Read More
  • Migrating a text agent to a voice assistant with Amazon Nova 2 Sonic

    calendar Apr 28, 2026 · aws.amazon.com/blogs/machine-learning
    Migrating a text agent to a voice assistant with Amazon Nova 2 Sonic

    In this post, we explore what it takes to migrate a traditional text agent into a conversational voice assistant using Amazon Nova 2 Sonic. We compare text and voice agent requirements, highlight design priorities for different use cases, break down agent architecture, and address common concerns like tools and …


    Read More
  • SharePoint Framework (SPFx) roadmap update – April 2026

    calendar Apr 28, 2026 · devblogs.microsoft.com
    SharePoint Framework (SPFx) roadmap update – April 2026

    April continues the strong momentum for the SharePoint Framework and the broader Microsoft 365 extensibility ecosystem. Over the past month, we have been making steady progress across the SPFx roadmap, refining delivery plans, connecting with the community in person, and preparing the next wav Link to article: …


    Read More
  • Welcome to SkiaSharp 4.0 Preview 1

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Welcome to SkiaSharp 4.0 Preview 1

    Created 10 years ago, SkiaSharp has long been the backbone of cross-platform 2D graphics in .NET. It powers graphics rendering across mobile, desktop, web, and server targets with consistent, high-quality output using the open-source Skia engine. SkiaS Link to article: …


    Read More
  • High-Performance Distributed Caching with .NET and Postgres on Azure

    calendar Apr 28, 2026 · devblogs.microsoft.com
    High-Performance Distributed Caching with .NET and Postgres on Azure

    In the world of modern .NET development, applications need to maintain high throughput, scale rapidly, and most importantly, deliver performance and responsiveness in all circumstances. This becomes increasingly difficult as functional complexity increases, data sources expand, and we contend with ever-evolving …


    Read More
  • NVIDIA Nemotron 3 Nano Omni model now available on Amazon SageMaker JumpStart

    calendar Apr 28, 2026 · aws.amazon.com/blogs/machine-learning
    NVIDIA Nemotron 3 Nano Omni model now available on Amazon SageMaker JumpStart

    Today, we are excited to announce the day zero availability of NVIDIA Nemotron 3 Nano Omni on Amazon SageMaker JumpStart. In this post, we walk through the model architecture and key capabilities of Nemotron 3 Nano Omni, explore the enterprise use cases it unlocks, and show you how to deploy and run inference using …


    Read More
  • Our 2026 Direction: AI and Classic Workflows in JetBrains IDEs

    calendar Apr 28, 2026 · blog.jetbrains.com
    Our 2026 Direction: AI and Classic Workflows in JetBrains IDEs

    Two valid ways of writing code. One place to own it. Quick version for AI-news-tired readers: press here There are two ways developers create code now: We don’t think one is better than the other. Our goal is to ensure both workflows can coexist inside JetBrains IDEs without hindering each other. In practice, this …


    Read More
  • Developing a cross-process reader/writer lock with limited readers, part 1: A semaphore

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Developing a cross-process reader/writer lock with limited readers, part 1: A semaphore

    Say you want to have the functionality of a reader/writer lock, but have it work cross-process. The built-in SRWLOCK works only within a single process. Can we build a reader/writer lock that works across processes? For convenience, let's say that you want to support a maximum of N simultaneous readers, for s Link to …


    Read More
  • [Livestream] TeamCity 2026.1: AI, Pipelines, and Enterprise CI/CD Improvements

    calendar Apr 28, 2026 · blog.jetbrains.com
    [Livestream] TeamCity 2026.1: AI, Pipelines, and Enterprise CI/CD Improvements

    TeamCity 2026.1 introduces a set of focused improvements that make your CI/CD more intuitive, intelligent, and enterprise-ready. Join us for a live walkthrough of the latest updates, including support for both the Kotlin DSL and YAML in pipelines. We’ll also introduce the new TeamCity CLI, which includes agent skills …


    Read More
  • How to Implement Facade Pattern in C#: Step-by-Step Guide

    calendar Apr 28, 2026 · devleader.ca
    How to Implement Facade Pattern in C#: Step-by-Step Guide

    Learn how to implement facade pattern in C# with a step-by-step guide covering subsystem identification, interface design, and dependency injection setup. Link to article: https://www.devleader.ca/2026/04/28/how-to-implement-facade-pattern-in-c-stepbystep-guide


    Read More
  • Welcome to Azure Cosmos DB Conf 2026

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Welcome to Azure Cosmos DB Conf 2026

    Today is the day. Azure Cosmos DB Conf 2026, in partnership with AMD, is a free virtual developer event focused on building modern, scalable applications with Azure Cosmos DB. The Link to article: https://devblogs.microsoft.com/cosmosdb/welcome-to-azure-cosmos-db-conf-2026


    Read More
  • PowerToys 0.99 is here: new monitor controls, easier window management, and Dock upgrades

    calendar Apr 28, 2026 · devblogs.microsoft.com
    PowerToys 0.99 is here: new monitor controls, easier window management, and Dock upgrades

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-99-is-here-new-monitor-controls-easier-window-management-and-dock-upgrades


    Read More
  • Popular Go Web Frameworks: A Practical Guide for Developers

    calendar Apr 28, 2026 · blog.jetbrains.com
    Popular Go Web Frameworks: A Practical Guide for Developers

    According to the 2025 Go Developer Survey, 46% of Go developers use the language to build websites and/or web services. It’s therefore unsurprising that the topic of web frameworks frequently pops up in conversation and is often the subject of healthy debate. The GoLand team enters the chat armed with data to answer …


    Read More
  • New features in Git 2.54: easier rebasing, hooks, and statistics

    calendar Apr 28, 2026 · andrewlock.net
    New features in Git 2.54: easier rebasing, hooks, and statistics

    In this post I show some of the new features in Git 2.54 including simple rebases with git history, config-based hooks, and stats with git repo structure Link to article: https://andrewlock.net/new-features-in-git-2-54-easier-rebasing-hooks-and-statistcs/


    Read More
  • Building or Buying: The Agentic Analytics Dilemma

    calendar Apr 28, 2026 · blog.jetbrains.com
    Building or Buying: The Agentic Analytics Dilemma

    Every company, when evaluating new tools, technologies, or infrastructure, eventually runs into the same question: “Should we build this ourselves or buy a ready-made solution?” The default answer is often: “We can do it ourselves.” And technically, that’s true. But the real question isn’t whether it’s possible. It’s …


    Read More
  • Introducing the Skill Manager and Skill Repository

    calendar Apr 28, 2026 · blog.jetbrains.com
    Introducing the Skill Manager and Skill Repository

    Install trusted skills once, then use them across agents and projects. Two new features have just arrived in AI Assistant to address this issue: the skills manager and the skill repository. Together, they make skills easier to discover, trust, and reuse. Instead of keeping skills tied to one agent or project you can …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top