.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Exciting new capabilities and enhancements for M365 Developer Program - October 2025

    calendar Oct 16, 2025 · devblogs.microsoft.com
    Exciting new capabilities and enhancements for M365 Developer Program - October 2025

    The Microsoft 365 Developer Program has long been a great resource for developers building solutions on the Microsoft 365 platform. Today, we’re thrilled to share some exciting updates that make onboarding easier, environments more ca Link to article: …


    Read More
  • NASA's Harmonized Landsat and Sentinel-2 (HLS) Data Now Available on Microsoft's Planetary Computer

    calendar Oct 16, 2025 · devblogs.microsoft.com
    NASA's Harmonized Landsat and Sentinel-2 (HLS) Data Now Available on Microsoft's Planetary Computer

    NASA’s vast archive of Earth observation data has long been a cornerstone for scientific discovery, environmental monitoring, and global sustainability efforts. Now, Microsoft has made it even easier for researchers, developers, and decision-makers to access and utilize this critical resource. Through a collaboration …


    Read More
  • Using RAII to remedy a defect where not all code paths performed required exit actions

    calendar Oct 16, 2025 · devblogs.microsoft.com
    Using RAII to remedy a defect where not all code paths performed required exit actions

    A team asked me to review their pull request that fixed a bug that was caused by failing to perform some required action along all code paths. Here's a simplified sketch: void MySpecialFeature::OnButtonClick() { try { auto file = PickFile(); if (!file) { DismissUI(); return; Link to article: …


    Read More
  • Debug Docker Builds with Visual Studio Code

    calendar Oct 16, 2025 · docker.com
    Debug Docker Builds with Visual Studio Code

    Building Docker images is an important component of the software delivery pipeline for modern applications. It’s how we package our apps and services so that they can be distributed to others and deployed to production. While the Dockerfile has long been the standard for defining container images, it is known to be …


    Read More
  • The “10x” Commandments of Highly Effective Go

    calendar Oct 16, 2025 · blog.jetbrains.com
    The “10x” Commandments of Highly Effective Go

    This is a guest post from John Arundel of Bitfield Consulting, a Go trainer and writer who runs a free newsletter for Go learners. His most recent book is The Deeper Love of Go. Ever wondered if there’s a software engineer, somewhere, who actually knows what they’re doing? Well, I finally found the one serene, […] Link …


    Read More
  • JetBrains Is Sunsetting CodeCanvas

    calendar Oct 16, 2025 · blog.jetbrains.com
    JetBrains Is Sunsetting CodeCanvas

    We started the development of CodeCanvas back in 2022, with the strong belief that cloud development environments (CDEs) would make development faster, smoother, and more efficient. With this goal in mind, we launched CodeCanvas publicly in 2024 and started accumulating users. We dove into the issues they faced in …


    Read More
  • Implement a secure MCP OAuth desktop client using OAuth and Entra ID

    calendar Oct 16, 2025 · damienbod.com
    Implement a secure MCP OAuth desktop client using OAuth and Entra ID

    The article demonstrates how to implement a secure MCP OAuth desktop client using Microsoft Entra ID. The MCP server is built with ASP.NET Core and secured using Microsoft Entra ID. The MCP client is a .NET console application that must acquire an OAuth access token to interact with the MCP server. Code: …


    Read More
  • Transforming enterprise operations: Four high-impact use cases with Amazon Nova

    calendar Oct 15, 2025 · aws.amazon.com/blogs/machine-learning
    Transforming enterprise operations: Four high-impact use cases with Amazon Nova

    In this post, we share four high-impact, widely adopted use cases built with Nova in Amazon Bedrock, supported by real-world customers deployments, offerings available from AWS partners, and experiences. These examples are ideal for organizations researching their own AI adoption strategies and use cases across …


    Read More
  • Building smarter AI agents: AgentCore long-term memory deep dive

    calendar Oct 15, 2025 · aws.amazon.com/blogs/machine-learning
    Building smarter AI agents: AgentCore long-term memory deep dive

    In this post, we explore how Amazon Bedrock AgentCore Memory transforms raw conversational data into persistent, actionable knowledge through sophisticated extraction, consolidation, and retrieval mechanisms that mirror human cognitive processes. The system tackles the complex challenge of building AI agents that don't …


    Read More
  • Easily connect AI workloads to Azure Blob Storage with adlfs

    calendar Oct 15, 2025 · devblogs.microsoft.com
    Easily connect AI workloads to Azure Blob Storage with adlfs

    Easily connect AI workloads to Azure Blob Storage with adlfs We're excited to announce the newest release of adlfs—a unified Pythonic file system interface to Azure Blob Storage and Azure Data Lake Storage. Microsoft works closely with the Link to article: …


    Read More
  • Configure and verify a distributed training cluster with AWS Deep Learning Containers on Amazon EKS

    calendar Oct 15, 2025 · aws.amazon.com/blogs/machine-learning
    Configure and verify a distributed training cluster with AWS Deep Learning Containers on Amazon EKS

    Misconfiguration issues in distributed training with Amazon EKS can be prevented following a systematic approach to launch required components and verify their proper configuration. This post walks through the steps to set up and verify an EKS cluster for training large models using DLCs. Link to article: …


    Read More
  • Scala development in Amazon SageMaker Studio with Almond kernel

    calendar Oct 15, 2025 · aws.amazon.com/blogs/machine-learning
    Scala development in Amazon SageMaker Studio with Almond kernel

    This post provides a comprehensive guide on integrating the Almond kernel into SageMaker Studio, offering a solution for Scala development within the platform. Link to article: https://aws.amazon.com/blogs/machine-learning/scala-development-in-amazon-sagemaker-studio-with-almond-kernel/


    Read More
  • Docker Hardened Images: crafted by humans, protected by AI

    calendar Oct 15, 2025 · docker.com
    Docker Hardened Images: crafted by humans, protected by AI

    At Docker, we are building our hardened images to exacting standards. That means carefully crafting by hand, because humans are still the best security architects. That said, we understand the value of AI and deploy it as an extra set of eyes at critical junctures in our Docker Hardened Image (DHI) build process. With …


    Read More
  • The State of PHP 2025

    calendar Oct 15, 2025 · blog.jetbrains.com
    The State of PHP 2025

    The State of PHP 2025 examines how developers use, prefer, and rely on PHP, showing how this long-standing web language continues to modernize through new frameworks, improved tooling, and AI-assisted workflows. In this report, we present findings from the Developer Ecosystem Survey 2025. Alongside the numbers, you’ll …


    Read More
  • Why can you increment a reference count with relaxed semantics, but you have to decrement with release semantics?

    calendar Oct 15, 2025 · devblogs.microsoft.com
    Why can you increment a reference count with relaxed semantics, but you have to decrement with release semantics?

    When managing reference counts, there is an asymmetry between incrementing and decrementing: Incrementing the reference count can use relaxed semantics, but decrementing requires release semantics (and destroying requires acquire semantics). The asymmetry may strike you as odd, but maybe it shouldn't. After all, it's …


    Read More
  • The State of Developer Ecosystem 2025: Coding in the Age of AI, New Productivity Metrics, and Changing Realities

    calendar Oct 15, 2025 · blog.jetbrains.com
    The State of Developer Ecosystem 2025: Coding in the Age of AI, New Productivity Metrics, and Changing Realities

    Every year, the JetBrains Developer Ecosystem Survey takes a deep dive into the world of software development, looking at how developers work, what tools they use, and how the industry is changing. The survey has been running since 2017 and has since grown into one of the most comprehensive studies of its kind. The …


    Read More
  • How to add MCP Servers to Gemini CLI with Docker MCP Toolkit

    calendar Oct 15, 2025 · docker.com
    How to add MCP Servers to Gemini CLI with Docker MCP Toolkit

    In the rapidly evolving landscape of AI-assisted development, most developers continue to struggle with clunky web interfaces, resource-intensive IDEs, and fragmented toolchains. But what if we told you there's a combination that pairs Google's 76.3K-star Gemini CLI (in just 5 months) with Docker's innovative MCP …


    Read More
  • [Livestream] Maximizing TeamCity: New Features in Action and a Look Ahead

    calendar Oct 15, 2025 · blog.jetbrains.com
    [Livestream] Maximizing TeamCity: New Features in Action and a Look Ahead

    Join us on October 22, 2025, for an essential TeamCity update livestream. In a live session, TeamCity Solutions Engineers, Ricardo Leite and Daniel Gallo, will walk you through the powerful features introduced in the most recent release and give you an exclusive look at what’s next on our roadmap. Whether you’re …


    Read More
  • Tech Prediction: The Data Kings Will Rule the World

    calendar Oct 15, 2025 · dotnettips.wordpress.com
    Tech Prediction: The Data Kings Will Rule the World

    The author reflects on their successful mid-1990s prediction that data ownership would dictate power. They discuss the present reality, where tech giants utilize data for profit and manipulation. Emphasizing personal data protection, they share practical habits for minimizing exposure and invite others to contribute …


    Read More
  • Plex Coffee delivers fast service and personal connections with ChatGPT Business

    calendar Oct 15, 2025 · openai.com/blog
    Plex Coffee delivers fast service and personal connections with ChatGPT Business

    Learn how Plex Coffee uses ChatGPT Business to centralize knowledge, train staff faster, and preserve personal connections while expanding. Link to article: https://openai.com/index/plex-coffee


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top