.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • What’s New in vcpkg (June 2025)

    calendar Jul 4, 2025 · devblogs.microsoft.com
    What’s New in vcpkg (June 2025)

    This blog post summarizes changes to the vcpkg package manager as part of the 2025.06.13 registry release, 2025-04-16, Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-june-2025


    Read More
  • Why doesn't LVIF_INDENT work without an image list?

    calendar Jul 4, 2025 · devblogs.microsoft.com
    Why doesn't <CODE>LVIF_<WBR>INDENT</CODE> work without an image list?

    The LVIF_INDENT property of the Win32 classic listview control lets you indent an item in report view. The units of indentation are the size of the image list. But that requires an image list. Why does it require an image list? The indentation feature of the classic listview control was added for Internet Mail an Link …


    Read More
  • Automating Secure and Scalable AI Deployments on Azure with HashiCorp

    calendar Jul 3, 2025 · devblogs.microsoft.com
    Automating Secure and Scalable AI Deployments on Azure with HashiCorp

    While the promise of AI continues to generate momentum, many organizations face a familiar challenge: getting AI projects beyond the prototype phase. According to Gartner, only 30% of AI initiatives make it into production, and RAND reports that up to 80% fail to deliver expected outcomes. Link to article: …


    Read More
  • German language cheat sheet: On changing quantities

    calendar Jul 3, 2025 · devblogs.microsoft.com
    German language cheat sheet: On changing quantities

    Somehow, I must have missed out on learning phrases of changes in quantity in German, so I need a cheat sheet. Trend Link to article: https://devblogs.microsoft.com/oldnewthing/20250703-01/?p=111337


    Read More
  • If the Format­Message function fails, and I requested that it allocate a buffer, do I have to free the buffer?

    calendar Jul 3, 2025 · devblogs.microsoft.com
    If the <code>Format­Message</code> function fails, and I requested that it allocate a buffer, do I have to free the buffer?

    A customer called the Format­Message function with the FORMAT_MESSAGE_ALLOCATE_BUFFER flag, and they weren't sure what to do if the function fails (by returning 0). Do they have to free the buffer by calling Local­Free? No, you don't have to free the buffer. In fact, on f Link to article: …


    Read More
  • Local AI + .NET = AltText Magic in One C# Script

    calendar Jul 2, 2025 · devblogs.microsoft.com
    Local AI + .NET = AltText Magic in One C# Script

    Need to generate image descriptions fast? In this post, we’ll show how to combine .NET 10’s new capabilities with local AI models to create smart AltText — all in one simple C# file. It’s a fun way to explore what AI can do beyond chat. AltText Generation with Local AI Models and dotnet run app.cs ✨ I Link to article: …


    Read More
  • Introducing the Awesome GitHub Copilot Customizations repo

    calendar Jul 2, 2025 · devblogs.microsoft.com
    Introducing the Awesome GitHub Copilot Customizations repo

    Today we're excited to announce the launch of the Awesome GitHub Copilot Customizations repo! The Awesome Copilot repo is a community-driven resource with custom instructions, reusable prompts, and custom chat modes that helps you get consisten Link to article: …


    Read More
  • Azure SDK Release (June 2025)

    calendar Jul 2, 2025 · devblogs.microsoft.com
    Azure SDK Release (June 2025)

    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
  • Unintended yet somehow entirely expected consequences of marking a COM interface as local

    calendar Jul 2, 2025 · devblogs.microsoft.com
    Unintended yet somehow entirely expected consequences of marking a COM interface as local

    A customer was adding an interface to their out-of-process COM server. They added their interface to the project's existing IDL file and recompiled the resulting proxy stub DLL. But when they tried to connect to the server, the connection failed with error 0x80040155, also known as REGDB_E_IID­NOT­REG Link to article: …


    Read More
  • Join us for MCP Dev Days - July 29-30

    calendar Jul 1, 2025 · devblogs.microsoft.com
    Join us for MCP Dev Days - July 29-30

    Get ready for two days of deep technical insight, community connection, and hands-on learning at MCP Dev Days, a virtual event dedicated to the Model Context Protocol (MCP) — the emerging standard that bridges AI models and the tools they rely on. [cta-button text="➡️ Register for MCP Dev Days" url="h …


    Read More
  • DirectStorage 1.3 is now available

    calendar Jul 1, 2025 · devblogs.microsoft.com
    DirectStorage 1.3 is now available

    Today we’re releasing DirectStorage 1.3, this update includes a new API and several refinements based on developer feedback. The package is now available for download via NuGet Link to article: https://devblogs.microsoft.com/directx/directstorage-1-3-is-now-available


    Read More
  • The sizzle reel that says things that nobody understands

    calendar Jul 1, 2025 · devblogs.microsoft.com
    The sizzle reel that says things that nobody understands

    At the end of project milestones, some organizations have a tradition of asking each team within the organization to produce a a "sizzle reel" highlighting the work that they have accomplished. These short videos are then gathered together and shown at the organizational group meeting so everybody can show …


    Read More
  • What’s New for Java Developers in Azure Cosmos DB (NoSQL)?

    calendar Jun 30, 2025 · devblogs.microsoft.com
    What’s New for Java Developers in Azure Cosmos DB (NoSQL)?

    The Java ecosystem around Azure Cosmos DB has quietly grown a lot stronger in the first half of 2024. And the updates are especially exciting if you’re working on scalable apps or exploring GenAI workloads. From new support for vector search and indexing, to better Link to article: …


    Read More
  • Exploring azd extensions: Enhance your Azure developer experience

    calendar Jun 30, 2025 · devblogs.microsoft.com
    Exploring azd extensions: Enhance your Azure developer experience

    Exploring azd extensions: Enhance your Azure developer experience The Azure Developer CLI (azd) has a new feature called extensions that empowers developers to customize their workflow with azd. If you're a developer building on Azure, maybe you already have a "wish list" of CLI capabilities. If so, you might …


    Read More
  • Agents at Work: Putting MSSQL MCP Server into Practice

    calendar Jun 30, 2025 · devblogs.microsoft.com
    Agents at Work: Putting MSSQL MCP Server into Practice

    How often have you wished you could just talk to your data? Imagine extracting crucial insights, updating records, or building complex reports without wrestling with intricate query languages or relying on a dedicated developer. For many professionals, the true power of their enterprise data remains locked behind …


    Read More
  • What's new in Azure AI Foundry | June 2025

    calendar Jun 30, 2025 · devblogs.microsoft.com
    What's new in Azure AI Foundry | June 2025

    TL;DR Key dev updates: Agent Service hits GA with Model Context Protocol (MCP) support—integrate any backend with standardized JSON-RPC calls, no more custom OpenAPI specs. New models include o3-pro for enterprise reasoning, Sora for video generation, and DeepSeek-R1 for open-source reasoning. Platform ch Link to …


    Read More
  • Latest NoSQL Java Ecosystem Updates: June 2024 - June 2025

    calendar Jun 30, 2025 · devblogs.microsoft.com
    Latest NoSQL Java Ecosystem Updates: June 2024 - June 2025

    Welcome to the latest roundup of key updates across the Azure Cosmos DB Java ecosystem! The largest external customers of Azure Cosmos DB API for NoSQL, running some of th Link to article: https://devblogs.microsoft.com/cosmosdb/latest-nosql-java-ecosystem-updates-june-2024-june-2025


    Read More
  • 2025 mid-year link clearance

    calendar Jun 30, 2025 · devblogs.microsoft.com
    2025 mid-year link clearance

    Visualizing all the books of the world in ISBN space. What it says on the tin. Back in 2013, there was a series of promotional videos for the golf European Tour titled "Every Shot Imaginable", in which golfers attempted silly tasks. P Link to article: …


    Read More
  • Embracing the power of the empty set in API design: Requesting zero items

    calendar Jun 30, 2025 · devblogs.microsoft.com
    Embracing the power of the empty set in API design: Requesting zero items

    A team was proposing a method that was at its essence a Read(n) that takes the maximum number of items to read. The reality was more complicated than that: The parameter n was really a configuration property on an operation, but it had the same meaning: It set the maximum number of items to return. The team s Link to …


    Read More
  • Open Source AI Editor: First Milestone

    calendar Jun 30, 2025 · devblogs.microsoft.com
    Open Source AI Editor: First Milestone

    We are open sourcing the GitHub Copilot Chat extension. It’s the first milestone in making VS Code an open source AI editor. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/open-source-ai-editor:-first-milestone


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top