.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • SharePoint Framework (SPFx) roadmap update – May 2026

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

    May marks an important milestone in the SharePoint Framework journey and for the broader Microsoft 365 extensibility ecosystem. Most importantly, we reached general availability of SharePoint Framework 1.23, which represents a key step forward in our continued investment in a modern, stable, a Link to article: …


    Read More
  • Announcing AgilitySDK 721 Preview and an addition to LinAlg in Shader Model 6.10

    calendar May 28, 2026 · devblogs.microsoft.com
    Announcing AgilitySDK 721 Preview and an addition to LinAlg in Shader Model 6.10

    Overview Today, we are pleased to announce Agility SDK 1.721-preview with new D3D features along with DXC 1.10.2605.4 adding VectorAccumulate to LinAlg in the existing Shader Model 6.10 preview. The previous 1.720-preview and SM 6.10 preview Link to article: …


    Read More
  • Improve your agentic developer tools by grounding in Microsoft Learn

    calendar May 28, 2026 · devblogs.microsoft.com
    Improve your agentic developer tools by grounding in Microsoft Learn

    Development workflows span terminals, IDEs, background agents, and custom assistants. What matters is whether they draw from the same current source. Learn MCP Server gives any MCP-compatible agent direct access to current Microsoft documentation - one endpoint, noth Link to article: …


    Read More
  • PIX 2605.28-preview: previewing new PIX and D3D12 features

    calendar May 28, 2026 · devblogs.microsoft.com
    PIX 2605.28-preview: previewing new PIX and D3D12 features

    Today we released PIX version 2605.28-preview, which can be downloaded here. This release complements the new D3D12 Agility SDK that was released today, version 72 Link to article: https://devblogs.microsoft.com/pix/pix-2605-28-preview


    Read More
  • How Azure Chaos Studio ships with hermetic Aspire end-to-end tests

    calendar May 28, 2026 · devblogs.microsoft.com
    How Azure Chaos Studio ships with hermetic Aspire end-to-end tests

    End-to-end tests have a reputation problem. They're slow, they're flaky, and the moment you wire in a real cloud dependency, your CI builds become an exercise in waiting and retrying. Most teams I've talked to handle this one of two ways: they push everything down into integration tests and call it good (and lose …


    Read More
  • Visual Studio Code 1.122

    calendar May 28, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.122

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


    Read More
  • SQL + AI, hands-on: Join a free workshop near you

    calendar May 28, 2026 · devblogs.microsoft.com
    SQL + AI, hands-on: Join a free workshop near you

    If you work with Microsoft SQL regularly, the AI conversation right now probably feels a little exhausting. Every week brings a new platform, a new pattern, a new opinion about how you’re “supposed” to build AI apps. Most of it assumes you’ll start over. You don’t have to. We’re running SQL AI App in a Day workshops …


    Read More
  • Verification-driven tooling prompts for fast-moving codebases

    calendar May 28, 2026 · devblogs.microsoft.com
    Verification-driven tooling prompts for fast-moving codebases

    Introduction As software projects mature, internal tooling becomes critical for maintainability. By that point, the codebase has usually been in flight for months: multiple languages, real users, real deadlines, and the usual mix of conventions and shortcuts that accumulate when the priority is shipping. This is also …


    Read More
  • I'm Starting a New Cosmos DB App. What Security Do I Actually Need?

    calendar May 27, 2026 · devblogs.microsoft.com
    I'm Starting a New Cosmos DB App. What Security Do I Actually Need?

    You just created a Cosmos DB account. The portal handed you two keys and a connection string, it worked, and you moved on. That's what most developers do, and it causes problems later. This post is a guide for developers launching a new Cosmos DB app who want a secure default setup without enterprise-grade complexity. …


    Read More
  • What's New for C++ Developers in Visual Studio 2026 (18.1 - 18.6)

    calendar May 27, 2026 · devblogs.microsoft.com
    What's New for C++ Developers in Visual Studio 2026 (18.1 - 18.6)

    Visual Studio 2026 versions 18.1 through 18.6 deliver a wave of improvements for C++ developers. For MSVC Build Tools, the v14.51 release is now generally available with runtime performance gains and improved C++23 conformance. We also introduced Sample Profile Guided Optimization to help you improve the runtime …


    Read More
  • How AI coding agents actually use your technology

    calendar May 27, 2026 · devblogs.microsoft.com
    How AI coding agents actually use your technology

    You ship an SDK, a CLI, an API, and developers use it. Now AI coding agents use it too, except they use it differently than humans do. Most of the time you have no idea what's actually happening between "developer types a prompt" and "agent generates code with your technology." Is the agent reading …


    Read More
  • Introducing the Azure DocumentDB Blog

    calendar May 27, 2026 · devblogs.microsoft.com
    Introducing the Azure DocumentDB Blog

    A dedicated home for MongoDB developers, MongoDB migrations, and modern document database development using Open Source on Azure Link to article: https://devblogs.microsoft.com/documentdb/introducing-azure-documentdb


    Read More
  • Visual Studio Code 1.122

    calendar May 27, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.122

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


    Read More
  • Deployment Operations, Requests and Queue

    calendar May 27, 2026 · devblogs.microsoft.com
    Deployment Operations, Requests and Queue

    The PackageManager API submits requests to the deployment engine for processing. Each request represents an instruction for the deployment system to carry out a defined set of actions, collectively referred to as a deployment operation Link to article: …


    Read More
  • Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 1

    calendar May 27, 2026 · devblogs.microsoft.com
    Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 1

    Suppose you have a coroutine method called GetThingAsync(), and you want to do the work of getting "something" only once and caching the result. Here's the version that does no caching: struct Widget : WidgetT { IAsyncOperation GetThingAsync() { co_return co_await GetThin Link to article: …


    Read More
  • Doing More with GitHub Copilot as a .NET Developer

    calendar May 26, 2026 · devblogs.microsoft.com
    Doing More with GitHub Copilot as a .NET Developer

    For most .NET developers, the best way to get started with GitHub Copilot is not by learning every feature first. It is by using the right Copilot experience for the work already in front of you. Inline completions are part of that story, of course. They help with the everyday C# work that is repetitive but still …


    Read More
  • Give Your .NET MAUI Android Apps a Material 3 Makeover

    calendar May 26, 2026 · devblogs.microsoft.com
    Give Your .NET MAUI Android Apps a Material 3 Makeover

    Starting with .NET MAUI 10, you can opt your Android app into Material 3 (a.k.a. Material You) styling with a single MSBuild property. Material 3 is already live in a large set of controls today, more are on the way in upcoming service releases, and the plan is for it to become the default for Android in a future …


    Read More
  • Visual Studio May Update – Plan, Review, Refine

    calendar May 26, 2026 · devblogs.microsoft.com
    Visual Studio May Update – Plan, Review, Refine

    There's a particular rhythm to good development work: you think, you try, you check, you adjust. This month's Visual Studio update leans into that rhythm. Whether you're sketching an approach with the Plan agent before t Link to article: …


    Read More
  • If C# and JavaScript lets me await a Windows Runtime asynchronous operation more than once, why not C++/WinRT?

    calendar May 26, 2026 · devblogs.microsoft.com
    If C# and JavaScript lets me await a Windows Runtime asynchronous operation more than once, why not C++/WinRT?

    The Windows Runtime expresses asynchronous execution in the form of types like IAsync­Operation. Different languages choose to represent this concept in different ways. C# wraps it inside a System.Threading.Tasks.Task. JavaScript wraps it inside a Promise Link to article: …


    Read More
  • Regex support for LOB types in T-SQL—available in Azure SQL & SQL Server 2025

    calendar May 22, 2026 · devblogs.microsoft.com
    Regex support for LOB types in T-SQL—available in Azure SQL & SQL Server 2025

    At a glance — Native regular expression (regex) functions in T-SQL now accept varchar(max) and nvarchar(max) inputs of up to 2 MB across all seven regex functions, including the two table-valued functions (REGEXP_MATCHES and REGEXP_SPLIT_TO_TABLE Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top