.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • Ten Months with Copilot Coding Agent in dotnet/runtime

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Ten Months with Copilot Coding Agent in dotnet/runtime

    When GitHub's Copilot Coding Agent (CCA) first became available in May 2025, the promise of cloud-based AI coding agents was generating enormous excitement, and equal skepticism. So we began an experiment, and like many experiments in software enginee Link to article: …


    Read More
  • How can I make sure the anti-malware software doesn't terminate my custom service?

    calendar Mar 23, 2026 · devblogs.microsoft.com
    How can I make sure the anti-malware software doesn't terminate my custom service?

    A customer was developing a Windows service process, and it is important to them that the service keep running on their servers. They wanted to know if there was a way they could prevent users who connect to the server from terminating the service. In particular, they wanted to make sure that the user couldn't use the …


    Read More
  • Important updates: GitHub Copilot support ending for JetBrains 2024.2 and 2024.3

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Important updates: GitHub Copilot support ending for JetBrains 2024.2 and 2024.3

    To deliver new features faster and continue improving stability and performance, GitHub Copilot plugin will end support for JetBrains IDEs versions 2024.2 and 2024.3. By focusing on newer versions, we can bring you new capabilities more quickly and ensure a high-quality experience. Link to article: …


    Read More
  • Windows stack limit checking retrospective: arm64, also known as AArch64

    calendar Mar 20, 2026 · devblogs.microsoft.com
    Windows stack limit checking retrospective: arm64, also known as AArch64

    Our survey of stack limit checking wraps up with arm64, also known as AArch64. The stack limit checking takes two forms, one simple version for pure arm64 processes, and a more complex version for Arm64EC. I'm going to look at the simple version. The complex version differs in that it has to check whether the code is …


    Read More
  • Accelerating .NET MAUI Development with AI Agents

    calendar Mar 19, 2026 · devblogs.microsoft.com
    Accelerating .NET MAUI Development with AI Agents

    This is a guest blog from Syncfusion. Learn more about the free, open-source Syncfusion Toolkit for .NET MAUI. As a proud partner with the .NET MAUI team, Syncfusion is excited to share how custom-built AI agents are dramatically improvin Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top