.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Azure SDK Release (March 2026)

    calendar Mar 26, 2026 · devblogs.microsoft.com
    Azure SDK Release (March 2026)

    Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available. You can find links to packages, code, and docs on our Link to article: …


    Read More
  • Breaking Change Ahead: Graph API Updates to Sensitive Email Properties

    calendar Mar 26, 2026 · devblogs.microsoft.com
    Breaking Change Ahead: Graph API Updates to Sensitive Email Properties

    We're implementing a significant update in our service affecting applications that modify sensitive email properties on non-draft email messages. These sensitive email properties include the subject, body, recipients, and a number of other properties when changed using any of the Link to article: …


    Read More
  • TypeScript AppHost in Aspire 13.2: same app model, different syntax

    calendar Mar 26, 2026 · devblogs.microsoft.com
    TypeScript AppHost in Aspire 13.2: same app model, different syntax

    Aspire 13.2 brings TypeScript AppHost support to the same application model that existing Aspire users already know. You still define resources, references, startup dependencies, endpoints, and deployment intent in code. You still get the same dashboard, service disc Link to article: …


    Read More
  • Why doesn't WM_ENTER­IDLE work if the dialog box is a Message­Box?

    calendar Mar 26, 2026 · devblogs.microsoft.com
    Why doesn't <CODE>WM_<WBR>ENTER­IDLE</CODE> work if the dialog box is a <CODE>Message­Box</CODE>?

    Last time, we looked at how the owner of a dialog can take control just before the dialog box message loop goes idle. I said that I pulled a trick Link to article: https://devblogs.microsoft.com/oldnewthing/20260326-00/?p=112167


    Read More
  • Building Search-Enabled Agents with Azure AI Foundry and Semantic Kernel and A2A

    calendar Mar 26, 2026 · devblogs.microsoft.com
    Building Search-Enabled Agents with Azure AI Foundry and Semantic Kernel and A2A

    The landscape of AI development has evolved dramatically. Modern intelligent agents require real-time web access to provide accurate, grounded responses. With the retirement of direct Bing Search API access, developers must transition from direct Link to article: …


    Read More
  • Visual Studio Code 1.113

    calendar Mar 25, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.113

    Learn what's new in Visual Studio Code 1.113 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.113


    Read More
  • How can I change a dialog box's message loop to do a Msg­Wait­For­Multiple­Objects instead of Get­Message?

    calendar Mar 25, 2026 · devblogs.microsoft.com
    How can I change a dialog box's message loop to do a <code>Msg­Wait­For­Multiple­Objects</code> instead of <code>Get­Message</code>?

    A customer wanted to know how to change a dialog box's message loop so that it used Msg­Wait­For­Multiple­Objects instead of Get­Message. (I'm guessing that they had a handle that they wanted to wait on while the dialog was up.) The standard dialog box message loop checks only for messages, not kernel handles. Link to …


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

    calendar Mar 25, 2026 · devblogs.microsoft.com
    SharePoint Framework (SPFx) roadmap update – March 2026

    March 2026 continues the momentum for the SharePoint Framework and the broader Microsoft 365 ecosystem, with a strong mix of platform progress, community energy, and clear signals about where SPFx is heading next. As we move deeper into the year, SPFx remains a critical foundation for modern e Link to article: …


    Read More
  • Your Entire Engineering Floor Just Stopped Coding

    calendar Mar 25, 2026 · devblogs.microsoft.com
    Your Entire Engineering Floor Just Stopped Coding

    And the developers running Claude Code and GitHub Copilot CLI didn't notice... [caption id="attachment_2050" align="aligncenter" width="1200"] Link to article: https://devblogs.microsoft.com/all-things-azure/your-entire-engineering-floor-just-stopped-coding


    Read More
  • Designing for Eventual Consistency for Microsoft Entra

    calendar Mar 25, 2026 · devblogs.microsoft.com
    Designing for Eventual Consistency for Microsoft Entra

    Microsoft Entra is a globally distributed service that provides identity and access management to millions of customers world-wide. To scale reliably and remain resilient during failures, Microsoft Entra uses an eventually consistent directory model. Key takeaway A successful write to Microsoft Entra does not guarantee …


    Read More
  • Unlock More Power in Your Development Workflow: Syncfusion for Visual Studio Subscribers

    calendar Mar 24, 2026 · devblogs.microsoft.com
    Unlock More Power in Your Development Workflow: Syncfusion for Visual Studio Subscribers

    A few months ago, I was talking with a developer who said something that stuck with me: “I love building apps. I just don’t love rebuilding the same UI controls over and over again.” Link to article: https://devblogs.microsoft.com/visualstudio/syncfusion-for-visual-studio


    Read More
  • Windows 95 defenses against installers that overwrite a file with an older version

    calendar Mar 24, 2026 · devblogs.microsoft.com
    Windows 95 defenses against installers that overwrite a file with an older version

    Back in the days of 16-bit Windows, many system components were redistributable, meaning that programs that used those components could include a copy of those system components and install them onto the system as part of the program's installer. The guidance for installing the system components was that if the …


    Read More
  • 📢LangChain4j got a new video series

    calendar Mar 24, 2026 · devblogs.microsoft.com
    📢LangChain4j got a new video series

    We recently released a step-by-step course f Link to article: https://devblogs.microsoft.com/java/%f0%9f%93%a2langchain4j-got-a-new-video-series


    Read More
  • SQL code analysis in VS Code: Configure rules without editing your project file

    calendar Mar 24, 2026 · devblogs.microsoft.com
    SQL code analysis in VS Code: Configure rules without editing your project file

    SQL code analysis has been part of the SSDT workflow for a long time. Before deploying a schema change, you could run a set of static analysis rules against your project to catch potential issues, things like missing primary keys, deprecated syntax, or objects tha Link to article: …


    Read More
  • Manage SQL database schemas in VS Code: Publish dialog and item templates

    calendar Mar 24, 2026 · devblogs.microsoft.com
    Manage SQL database schemas in VS Code: Publish dialog and item templates

    Making schema changes often means jumping between tools. You write code in VS Code, then switch to a separate tool to deploy your changes : exporting a script, running it manually, or copy-pasting into a query editor. Either way, it pulls you out of your flow. Link to article: …


    Read More
  • Agentic Platform Engineering with GitHub Copilot

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Agentic Platform Engineering with GitHub Copilot

    We've talked about the human scale problem and what happens when infrastructure scales but understandin Link to article: https://devblogs.microsoft.com/all-things-azure/agentic-platform-engineering-with-github-copilot


    Read More
  • Generative AI for Beginners .NET: Version 2 on .NET 10

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Generative AI for Beginners .NET: Version 2 on .NET 10

    Today we're releasing Version 2 of Generative AI for Beginners .NET, our free, open-source course for building AI-powered .NET applications. If you want to understand and build generative AI applications, from core concepts to production-ready patterns, this is you Link to article: …


    Read More
  • From code to cloud: Deploy an AI agent to Microsoft Foundry in minutes with azd

    calendar Mar 23, 2026 · devblogs.microsoft.com
    From code to cloud: Deploy an AI agent to Microsoft Foundry in minutes with azd

    You built an AI agent. It works locally. Now what? Getting an agent from your laptop to a production endpoint on Microsoft Foundry usually means stitching together resource provisioning, model deployments, identity configuration, and connection wiring—and that doesn't even cover monitoring or debugging. What if you …


    Read More
  • Announcing TypeScript 6.0

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Announcing TypeScript 6.0

    Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it's a language that builds on JavaScript by adding syntax for types, which enables type-checking to catch errors, and provide rich editor tooling. You can learn more about TypeScript and how to get started on …


    Read More
  • Announcing Aspire 13.2

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Announcing Aspire 13.2

    Aspire 13.2 is here — and this one's a big deal. TypeScript AppHost authoring. An AI-agent-native CLI. New and improved integrations. A smarter dashboard. We've been building toward some of these for a while, and today they ship. [cta-button align='center' text='Get Aspire 13.2' url='https://get.aspire.dev'] Link to …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top